Home
last modified time | relevance | path

Searched refs:_bit_scan_reverse (Results 1 – 6 of 6) sorted by relevance

/external/flac/src/libFLAC/include/private/
Dbitmath.h78 return _bit_scan_reverse(v) ^ 31U; in FLAC__clz_uint32()
160 return _bit_scan_reverse(v); in FLAC__bitmath_ilog2()
/external/clang/test/CodeGen/
Dbitscan-builtins.c15 return _bit_scan_reverse(a); in test_bit_scan_reverse()
/external/clang/lib/Headers/
Dimmintrin.h184 _bit_scan_reverse(int __A) { in _bit_scan_reverse() function
/external/sdv/vsomeip/third_party/boost/container/src/
Ddlmalloc_2_8_6.c2855 unsigned int K = _bit_scan_reverse (X); \
/external/trusty/lk/external/lib/heap/dlmalloc/
Ddlmalloc.c2913 unsigned int K = _bit_scan_reverse (X); \
/external/dlmalloc/
Ddlmalloc.c2859 unsigned int K = _bit_scan_reverse (X); \