Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/common/
H A Dentropy_common.c92 if (LIKELY(ip <= iend-7)) { in FSE_readNCount_body()
121 if (LIKELY(ip <= iend-7) || (ip + (bitCount>>3) <= iend-4)) { in FSE_readNCount_body()
170 if (LIKELY(ip <= iend-7) || (ip + (bitCount>>3) <= iend-4)) { in FSE_readNCount_body()
H A Dcompiler.h142 #define LIKELY(x) (__builtin_expect((x), 1)) macro
/linux-6.15/lib/zstd/decompress/
H A Dzstd_decompress_block.c1078 if (LIKELY(sequence.offset >= WILDCOPY_VECLEN)) { in ZSTD_execSequence()
1170 if (LIKELY(sequence.offset >= WILDCOPY_VECLEN)) { in ZSTD_execSequenceSplitLitBuffer()
1302 if (LIKELY((ofBits == 0))) { in ZSTD_decodeSequence()
H A Dhuf_decompress.c1470 endSignal = (U32)LIKELY((U32) in HUF_decompress4X2_usingDTable_internal_body()
/linux-6.15/lib/zstd/compress/
H A Dzstd_opt.c1223 && LIKELY(ip + cur < iend) in ZSTD_compressBlock_opt_generic()
/linux-6.15/arch/m68k/ifpsp060/src/
H A Dfplsp.S6258 #--THE MOST LIKELY CASE, |X| IN [1/16, 16). WE USE TABLE TECHNIQUE