Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/
Dbpf_experimental.h305 #define _bpf_cmp(LHS, OP, RHS, UNLIKELY) \ argument
317 ret = __bpf_cmp(__lhs, #OP, "r", __rhs, UNLIKELY); \
319 ret = __bpf_cmp(__lhs, #OP, "ri", __rhs, UNLIKELY); \
322 ret = __bpf_cmp(__lhs, "s"#OP, "r", __rhs, UNLIKELY); \
324 ret = __bpf_cmp(__lhs, "s"#OP, "ri", __rhs, UNLIKELY); \
/linux-6.12.1/lib/zstd/decompress/
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-6.12.1/lib/zstd/common/
Dcompiler.h126 #define UNLIKELY(x) (__builtin_expect((x), 0)) macro
Dbitstream.h397 if (UNLIKELY(bitD->ptr < bitD->limitPtr)) in BIT_reloadDStreamFast()
/linux-6.12.1/lib/zstd/compress/
Dzstd_ldm.c110 if (UNLIKELY((hash & mask) == 0)) { \ in ZSTD_ldm_gear_feed()
Dzstd_lazy.c952 if (UNLIKELY(target - idx > kSkipThreshold)) { in ZSTD_row_update_internal()