Searched refs:BwLessThan (Results 1 – 1 of 1) sorted by relevance
424 uint64_t b = (BwLessThan(s, n * L8) >> 7) * L8 >> 53 & ~7ull; in IndexOfNthSet()428 uint64_t ret = b + ((BwLessThan(s, l * L8) >> 7) * L8 >> 56); in IndexOfNthSet()468 static uint64_t BwLessThan(uint64_t x, uint64_t y) { in BwLessThan() function