| /freebsd-14.2/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-14.2/sys/contrib/openzfs/module/icp/algs/blake3/ |
| H A D | blake3_impl.h | 103 _BitScanReverse(&index, x >> 32); in highest_one() 107 _BitScanReverse(&index, x); in highest_one()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
| H A D | blake3_impl.h | 104 _BitScanReverse(&index, (unsigned long)(x >> 32)); in highest_one() 108 _BitScanReverse(&index, (unsigned long)x); in highest_one()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | bit.h | 63 unsigned char _BitScanReverse(unsigned long *_Index, unsigned long _Mask); 250 _BitScanReverse(&Index, Val);
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | int_lib.h | 133 if (_BitScanReverse(&leading_zero, value)) in __builtin_clz()
|
| /freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | bit_util.h | 175 _BitScanReverse(&ret, x); in lg_floor()
|
| /freebsd-14.2/contrib/xz/src/common/ |
| H A D | tuklib_integer.h | 809 _BitScanReverse(&i, n); in bsr32() 861 _BitScanReverse(&i, n); in clz32()
|
| /freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | zstd_internal.h | 397 return _BitScanReverse(&r, val) ? (unsigned)r : 0; in ZSTD_highbit32()
|
| H A D | bitstream.h | 145 return _BitScanReverse ( &r, val ) ? (unsigned)r : 0; in BIT_highbit32()
|
| /freebsd-14.2/sys/contrib/zstd/lib/common/ |
| H A D | zstd_internal.h | 373 _BitScanReverse(&r, val); in ZSTD_highbit32()
|
| H A D | bitstream.h | 150 _BitScanReverse(&r, val); in BIT_highbit32()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common.h | 406 unsigned char _BitScanReverse(unsigned long *index, unsigned long mask); 426 _BitScanReverse(&up, x); in MostSignificantSetBitIndex()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Headers/ |
| H A D | intrin.h | 135 unsigned char _BitScanReverse(unsigned long *_Index, unsigned long _Mask);
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | BuiltinsAArch64.def | 137 TARGET_HEADER_BUILTIN(_BitScanReverse, "UcUNi*UNi", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
|
| H A D | BuiltinsARM.def | 235 TARGET_HEADER_BUILTIN(_BitScanReverse, "UcUNi*UNi", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 876 if (_BitScanReverse(&LeadZeroIdx, (unsigned long)(X >> 32))) 880 if (_BitScanReverse(&LeadZeroIdx, (unsigned long)(X)))
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 876 if (_BitScanReverse(&LeadZeroIdx, (unsigned long)(X >> 32))) 880 if (_BitScanReverse(&LeadZeroIdx, (unsigned long)(X)))
|
| /freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_compress_internal.h | 548 return _BitScanReverse( &r, (unsigned long)val ) ? (unsigned)(r >> 3) : 0; in ZSTD_NbCommonBytes()
|
| /freebsd-14.2/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_internal.h | 779 _BitScanReverse(&r, (unsigned long)val); in ZSTD_NbCommonBytes()
|
| /freebsd-14.2/sys/contrib/zstd/lib/dictBuilder/ |
| H A D | zdict.c | 194 _BitScanReverse(&r, (unsigned long)val); in ZDICT_NbCommonBytes()
|
| /freebsd-14.2/sys/contrib/zstd/lib/legacy/ |
| H A D | zstd_v01.c | 343 return _BitScanReverse(&r, val) ? (unsigned)r : 0; in FSE_highbit32()
|
| H A D | zstd_v03.c | 357 return _BitScanReverse(&r, val) ? (unsigned)r : 0; in BIT_highbit32()
|
| H A D | zstd_v04.c | 628 return _BitScanReverse(&r, val) ? (unsigned)r : 0; in BIT_highbit32()
|
| H A D | zstd_v02.c | 354 return _BitScanReverse(&r, val) ? (unsigned)r : 0; in BIT_highbit32()
|
| H A D | zstd_v06.c | 861 return _BitScanReverse(&r, val) ? (unsigned)r : 0; in BITv06_highbit32()
|