Searched refs:BwGtZero (Results 1 – 1 of 1) sorted by relevance
426 s = (BwGtZero(((word_ >> b & 0xFF) * L8) & 0x8040201008040201) >> 7) * L8; in IndexOfNthSet()476 static uint64_t BwGtZero(uint64_t x) { return (((x | H8) - L8) | x) & H8; } in BwGtZero() function