Searched refs:first_set_bit (Results 1 – 3 of 3) sorted by relevance
45 unsigned long first_set_bit;47 _BitScanReverse(&first_set_bit, n);48 return first_set_bit;
123 unsigned long first_set_bit; in BitsLog2Floor() local124 _BitScanReverse(&first_set_bit, n); in BitsLog2Floor()125 return first_set_bit; in BitsLog2Floor()
48 unsigned long first_set_bit;50 _BitScanReverse(&first_set_bit, n);51 return first_set_bit;