Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/
H A 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.15/lib/zstd/decompress/
H A Dzstd_decompress_block.c1026 if (UNLIKELY( in ZSTD_execSequence()
1046 if (UNLIKELY(sequence.litLength > 16)) { in ZSTD_execSequence()
1055 …RETURN_ERROR_IF(UNLIKELY(sequence.offset > (size_t)(oLitEnd - virtualStart)), corruption_detected,… in ZSTD_execSequence()
1119 if (UNLIKELY( in ZSTD_execSequenceSplitLitBuffer()
1139 if (UNLIKELY(sequence.litLength > 16)) { in ZSTD_execSequenceSplitLitBuffer()
1148 …RETURN_ERROR_IF(UNLIKELY(sequence.offset > (size_t)(oLitEnd - virtualStart)), corruption_detected,… in ZSTD_execSequenceSplitLitBuffer()
1322 …if (MEM_64bits() && UNLIKELY(totalBits >= STREAM_ACCUMULATOR_MIN_64-(LLFSELog+MLFSELog+OffFSELog))) in ZSTD_decodeSequence()
1510 if (UNLIKELY(ZSTD_isError(oneSeqSize))) in ZSTD_decompressSequences_bodySplitLitBuffer()
1535 if (UNLIKELY(ZSTD_isError(oneSeqSize))) in ZSTD_decompressSequences_bodySplitLitBuffer()
1571 if (UNLIKELY(ZSTD_isError(oneSeqSize))) in ZSTD_decompressSequences_bodySplitLitBuffer()
[all …]
/linux-6.15/lib/zstd/common/
H A Dbitstream.h387 if (UNLIKELY(bitD->ptr < bitD->limitPtr)) in BIT_reloadDStreamFast()
400 if (UNLIKELY(bitD->bitsConsumed > (sizeof(bitD->bitContainer)*8))) { in BIT_reloadDStream()
H A Dcompiler.h143 #define UNLIKELY(x) (__builtin_expect((x), 0)) macro
/linux-6.15/lib/zstd/compress/
H A Dzstd_compress_internal.h736 if (UNLIKELY(litLength>0xFFFF)) { in ZSTD_storeSeqOnly()
750 if (UNLIKELY(mlBase>0xFFFF)) { in ZSTD_storeSeqOnly()
H A Dzstd_ldm.c111 if (UNLIKELY((hash & mask) == 0)) { \ in ZSTD_ldm_gear_feed()
H A Dzstd_compress.c7028 if (UNLIKELY((ll_res & 0x0FF00FF0) != 0)) { in convertSequences_noRepcodes()
7057 if (UNLIKELY(inSeqs[i].matchLength > 65535+MINMATCH)) { in convertSequences_noRepcodes()
7061 if (UNLIKELY(inSeqs[i].litLength > 65535)) { in convertSequences_noRepcodes()
7088 if (UNLIKELY(inSeqs[n].matchLength > 65535+MINMATCH)) { in convertSequences_noRepcodes()
7092 if (UNLIKELY(inSeqs[n].litLength > 65535)) { in convertSequences_noRepcodes()
H A Dzstd_opt.c287 if (UNLIKELY(litPrice > litPriceMax)) litPrice = litPriceMax; in ZSTD_rawLiteralsCost()
H A Dzstd_lazy.c934 if (UNLIKELY(target - idx > kSkipThreshold)) { in ZSTD_row_update_internal()