Searched refs:lowest_index (Results 1 – 2 of 2) sorted by relevance
188 size_t lowest_index = 0; in apply() local197 lowest_index = i; in apply()208 seed1 = lowest_index; in apply()211 if ( lowest_index == highest_index ) in apply()212 …seed2 = (lowest_index + 1) % elements_count; // % is just in case since if this is true lowest_ind… in apply()
243 void fill_xor_mask(lsh::BucketKey key, int lowest_index, unsigned int level, in fill_xor_mask() argument248 for (int index = lowest_index - 1; index >= 0; --index) { in fill_xor_mask()