Home
last modified time | relevance | path

Searched refs:UNLIKELY (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/lib/zstd/decompress/
A Dzstd_decompress_block.c972 if (UNLIKELY( in ZSTD_execSequence()
992 if (UNLIKELY(sequence.litLength > 16)) { in ZSTD_execSequence()
1064 if (UNLIKELY( in ZSTD_execSequenceSplitLitBuffer()
1084 if (UNLIKELY(sequence.litLength > 16)) { in ZSTD_execSequenceSplitLitBuffer()
1236 if (UNLIKELY(mlBits > 0))
1250 if (UNLIKELY(llBits > 0))
1429 if (UNLIKELY(ZSTD_isError(oneSeqSize)))
1433 if (UNLIKELY(!--nbSeq))
1499 if (UNLIKELY(!--nbSeq))
1597 if (UNLIKELY(ZSTD_isError(oneSeqSize)))
[all …]
/linux-6.3-rc2/lib/zstd/common/
A Dcompiler.h126 #define UNLIKELY(x) (__builtin_expect((x), 0)) macro
A Dbitstream.h397 if (UNLIKELY(bitD->ptr < bitD->limitPtr)) in BIT_reloadDStreamFast()
/linux-6.3-rc2/lib/zstd/compress/
A Dzstd_ldm.c110 if (UNLIKELY((hash & mask) == 0)) { \ in ZSTD_ldm_gear_feed()
A Dzstd_lazy.c952 if (UNLIKELY(target - idx > kSkipThreshold)) { in ZSTD_row_update_internal()

Completed in 24 milliseconds