Searched refs:UINT64_BIT_SIZE (Results 1 – 1 of 1) sorted by relevance
54 #define UINT64_BIT_SIZE 64 macro578 for (count = 0; (count < UINT64_BIT_SIZE) && (n ^ 1ULL); n >>= 1, count++) {} in FindFirstSetedBit()579 return (count < UINT64_BIT_SIZE) ? count : (-1); in FindFirstSetedBit()