| /freebsd-12.1/contrib/libc++/include/ |
| H A D | bit | 112 if (_BitScanReverse(&__where, __x)) 131 if (_BitScanReverse(&__where, static_cast<unsigned long>(__x >> 32))) 133 if (_BitScanReverse(&__where, static_cast<unsigned long>(__x)))
|
| /freebsd-12.1/contrib/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerBuiltinsMsvc.h | 50 if (_BitScanReverse(&LeadZeroIdx, X)) return 31 - LeadZeroIdx; in Clz()
|
| /freebsd-12.1/contrib/xz/src/common/ |
| H A D | tuklib_integer.h | 397 _BitScanReverse((DWORD *)&i, n); in bsr32() 449 _BitScanReverse((DWORD *)&i, n); in clz32()
|
| /freebsd-12.1/contrib/compiler-rt/lib/builtins/ |
| H A D | int_lib.h | 136 if (_BitScanReverse(&leading_zero, value)) in __builtin_clz()
|
| /freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | bit_util.h | 122 _BitScanReverse(&ret, x); in lg_floor()
|
| /freebsd-12.1/sys/contrib/zstd/lib/common/ |
| H A D | zstd_internal.h | 249 _BitScanReverse(&r, val); in ZSTD_highbit32()
|
| H A D | bitstream.h | 176 _BitScanReverse ( &r, val ); in BIT_highbit32()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | MathExtras.h | 37 unsigned char _BitScanReverse(unsigned long *_Index, unsigned long _Mask); 156 _BitScanReverse(&Index, Val);
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common.h | 342 unsigned char _BitScanReverse(unsigned long *index, unsigned long mask); // NOLINT 362 _BitScanReverse(&up, x); in MostSignificantSetBitIndex()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/ |
| H A D | intrin.h | 163 unsigned char _BitScanReverse(unsigned long *_Index, unsigned long _Mask);
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | BuiltinsAArch64.def | 93 TARGET_HEADER_BUILTIN(_BitScanReverse, "UcUNi*UNi", "nh", "intrin.h", ALL_MS_LANGUAGES, "")
|
| H A D | BuiltinsARM.def | 220 TARGET_HEADER_BUILTIN(_BitScanReverse, "UcUNi*UNi", "nh", "intrin.h", ALL_MS_LANGUAGES, "")
|
| H A D | BuiltinsX86.def | 1877 TARGET_HEADER_BUILTIN(_BitScanReverse, "UcUNi*UNi", "nh", "intrin.h", ALL_MS_LANGUAGES, "")
|
| /freebsd-12.1/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_internal.h | 377 _BitScanReverse( &r, (unsigned long)val ); in ZSTD_NbCommonBytes()
|
| /freebsd-12.1/sys/contrib/zstd/lib/dictBuilder/ |
| H A D | zdict.c | 151 _BitScanReverse( &r, (unsigned long)val ); in ZDICT_NbCommonBytes()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_subr/lz4/ |
| H A D | lz4.c | 346 _BitScanReverse( &r, (unsigned long)val ); in LZ4_NbCommonBytes()
|
| /freebsd-12.1/sys/contrib/zstd/lib/legacy/ |
| H A D | zstd_v01.c | 346 _BitScanReverse ( &r, val ); in FSE_highbit32()
|
| H A D | zstd_v03.c | 351 _BitScanReverse ( &r, val ); in BIT_highbit32()
|
| H A D | zstd_v02.c | 348 _BitScanReverse ( &r, val ); in BIT_highbit32()
|
| H A D | zstd_v04.c | 679 _BitScanReverse ( &r, val ); in BIT_highbit32()
|
| H A D | zstd_v06.c | 858 _BitScanReverse ( &r, val ); in BITv06_highbit32()
|
| H A D | zstd_v05.c | 754 _BitScanReverse ( &r, val ); in BITv05_highbit32()
|
| H A D | zstd_v07.c | 530 _BitScanReverse ( &r, val ); in BITv07_highbit32()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 812 _BitScanReverse, enumerator 852 case MSVCIntrin::_BitScanReverse: { in EmitMSVCBuiltinExpr() 6308 return EmitMSVCBuiltinExpr(MSVCIntrin::_BitScanReverse, E); in EmitARMBuiltinExpr() 8907 return EmitMSVCBuiltinExpr(MSVCIntrin::_BitScanReverse, E); in EmitAArch64BuiltinExpr() 11409 return EmitMSVCBuiltinExpr(MSVCIntrin::_BitScanReverse, E); in EmitX86BuiltinExpr()
|