Searched refs:LIKELY (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-13-stable/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c878 if (LIKELY(sequence.offset >= WILDCOPY_VECLEN)) {
977 if (LIKELY((ofBits == 0))) {
978 if (LIKELY(!ll0))
H A Dhuf_decompress.c888 endSignal = (U32)LIKELY(
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h291 if (LIKELY(Region)) {
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp638 if (LIKELY(CurrentCheck < LastCheck + (250ULL * 1000000ULL)))
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c1305 * If you can remove a LIKELY/UNLIKELY annotation without speed changes in gcc
1309 #define LIKELY(x) (__builtin_expect((x), 1)) macro
1312 #define LIKELY(x) (x) macro
22184 endSignal = (U32)LIKELY(
[all...]

Completed in 170 milliseconds

12