Searched refs:_bit_scan_reverse (Results 1 – 8 of 8) sorted by relevance
22 return _bit_scan_reverse(a); in test_bit_scan_reverse()58 char bsr_0[_bit_scan_reverse(0x00000001) == 0 ? 1 : -1];59 char bsr_1[_bit_scan_reverse(0x01000000) == 24 ? 1 : -1];
78 return _bit_scan_reverse(v) ^ 31U; in FLAC__clz_uint32()160 return _bit_scan_reverse(v); in FLAC__bitmath_ilog2()
15 return _bit_scan_reverse(a); in test_bit_scan_reverse()
184 _bit_scan_reverse(int __A) { in _bit_scan_reverse() function
85 #define _bit_scan_reverse(A) __bsrd((A)) macro
182 - The x86 intrinsics ``_bit_scan_reverse``, ``__bsrd`` and ``__bsrq`` may now
3668 * ``_bit_scan_reverse``
2859 unsigned int K = _bit_scan_reverse (X); \