Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dbpf_experimental.h279 #define _bpf_cmp(LHS, OP, RHS, UNLIKELY) \ argument
291 ret = __bpf_cmp(__lhs, #OP, "r", __rhs, UNLIKELY); \
293 ret = __bpf_cmp(__lhs, #OP, "ri", __rhs, UNLIKELY); \
296 ret = __bpf_cmp(__lhs, "s"#OP, "r", __rhs, UNLIKELY); \
298 ret = __bpf_cmp(__lhs, "s"#OP, "ri", __rhs, UNLIKELY); \
/linux/lib/zstd/decompress/
H A Dzstd_decompress_block.c972 if (UNLIKELY( in ZSTD_execSequence()
992 if (UNLIKELY(sequence.litLength > 16)) { in ZSTD_execSequence()
1001 …RETURN_ERROR_IF(UNLIKELY(sequence.offset > (size_t)(oLitEnd - virtualStart)), corruption_detected,… in ZSTD_execSequence()
1064 if (UNLIKELY( in ZSTD_execSequenceSplitLitBuffer()
1084 if (UNLIKELY(sequence.litLength > 16)) { in ZSTD_execSequenceSplitLitBuffer()
1093 …RETURN_ERROR_IF(UNLIKELY(sequence.offset > (size_t)(oLitEnd - virtualStart)), corruption_detected,… in ZSTD_execSequenceSplitLitBuffer()
1236 if (UNLIKELY(mlBits > 0))
1244 …if (MEM_64bits() && UNLIKELY(totalBits >= STREAM_ACCUMULATOR_MIN_64-(LLFSELog+MLFSELog+OffFSELog)))
1250 if (UNLIKELY(llBits > 0))
1429 if (UNLIKELY(ZSTD_isError(oneSeqSize)))
[all …]
/linux/lib/zstd/common/
H A Dcompiler.h126 #define UNLIKELY(x) (__builtin_expect((x), 0)) macro
H A Dbitstream.h397 if (UNLIKELY(bitD->ptr < bitD->limitPtr)) in BIT_reloadDStreamFast()
/linux/lib/zstd/compress/
H A Dzstd_ldm.c110 if (UNLIKELY((hash & mask) == 0)) { \ in ZSTD_ldm_gear_feed()
H A Dzstd_lazy.c952 if (UNLIKELY(target - idx > kSkipThreshold)) { in ZSTD_row_update_internal()