| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerBuiltinsMsvc.h | 43 if (_BitScanReverse(&LeadZeroIdx, static_cast<unsigned long>(X >> 32))) in Clzll() 47 if (_BitScanReverse(&LeadZeroIdx, static_cast<unsigned long>(X))) in Clzll()
|
| /freebsd/sys/contrib/openzfs/module/icp/algs/blake3/ |
| H A D | blake3_impl.h | 104 _BitScanReverse(&index, x >> 32); in highest_one() 108 _BitScanReverse(&index, x); in highest_one()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | bit.h | 64 unsigned char _BitScanReverse(unsigned long *_Index, unsigned long _Mask); 215 _BitScanReverse(&Index, Val); in countl_zero()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
| H A D | blake3_impl.h | 109 _BitScanReverse(&index, (unsigned long)(x >> 32)); in highest_one() 113 _BitScanReverse(&index, (unsigned long)x); in highest_one()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.h | 18 _BitScanReverse, enumerator
|
| /freebsd/sys/contrib/zstd/lib/common/ |
| H A D | bits.h | 78 _BitScanReverse(&r, val); in ZSTD_countLeadingZeros32()
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | bits.h | 79 _BitScanReverse(&r, val); in ZSTD_countLeadingZeros32()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | int_lib.h | 131 if (_BitScanReverse(&leading_zero, value)) in __builtin_clz()
|
| /freebsd/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | bit_util.h | 126 _BitScanReverse(&bit, (unsigned)x); \ in pow2_ceil_u32() 136 if (_BitScanReverse(&bit, \ in pow2_ceil_u32() 140 _BitScanReverse(&bit, (unsigned)x); \ in pow2_ceil_u32()
|
| /freebsd/contrib/xz/src/common/ |
| H A D | tuklib_integer.h | 816 _BitScanReverse(&i, n); in bsr32() 868 _BitScanReverse(&i, n); in clz32()
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | intrin0.h | 27 unsigned char _BitScanReverse(unsigned long *_Index, unsigned long _Mask);
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common.h | 415 unsigned char _BitScanReverse(unsigned long *index, unsigned long mask); 435 _BitScanReverse(&up, x); in MostSignificantSetBitIndex()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | BuiltinsARM.def | 227 TARGET_HEADER_BUILTIN(_BitScanReverse, "UcUNi*UNi", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
|
| H A D | BuiltinsAArch64.def | 143 TARGET_HEADER_BUILTIN(_BitScanReverse, "UcUNi*UNi", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 935 if (_BitScanReverse(&LeadZeroIdx, (unsigned long)(X >> 32))) 939 if (_BitScanReverse(&LeadZeroIdx, (unsigned long)(X)))
|
| /freebsd/contrib/llvm-project/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 935 if (_BitScanReverse(&LeadZeroIdx, (unsigned long)(X >> 32))) 939 if (_BitScanReverse(&LeadZeroIdx, (unsigned long)(X)))
|
| /freebsd/sys/contrib/zstd/lib/legacy/ |
| H A D | zstd_v01.c | 305 return _BitScanReverse(&r, val) ? (unsigned)r : 0; in FSE_highbit32()
|
| H A D | zstd_v03.c | 295 return _BitScanReverse(&r, val) ? (unsigned)r : 0; in BIT_highbit32()
|
| H A D | zstd_v02.c | 293 return _BitScanReverse(&r, val) ? (unsigned)r : 0; in BIT_highbit32()
|
| H A D | zstd_v04.c | 572 return _BitScanReverse(&r, val) ? (unsigned)r : 0; in BIT_highbit32()
|
| H A D | zstd_v05.c | 705 return _BitScanReverse(&r, val) ? (unsigned)r : 0; in BITv05_highbit32()
|
| H A D | zstd_v06.c | 805 return _BitScanReverse(&r, val) ? (unsigned)r : 0; in BITv06_highbit32()
|
| H A D | zstd_v07.c | 476 return _BitScanReverse(&r, val) ? (unsigned)r : 0; in BITv07_highbit32()
|
| /freebsd/crypto/krb5/src/util/verto/ |
| H A D | ev.c | 990 _BitScanReverse (&r, x); in ecb_ld32()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/ |
| H A D | X86.cpp | 34 return MSVCIntrin::_BitScanReverse; in translateX86ToMsvcIntrin()
|