Searched refs:UNLIKELY (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | bpf_experimental.h | 157 #define _bpf_cmp(LHS, OP, RHS, UNLIKELY) \ 169 ret = __bpf_cmp(__lhs, #OP, "r", __rhs, UNLIKELY); \ 171 ret = __bpf_cmp(__lhs, #OP, "ri", __rhs, UNLIKELY); \ 174 ret = __bpf_cmp(__lhs, "s"#OP, "r", __rhs, UNLIKELY); \ 176 ret = __bpf_cmp(__lhs, "s"#OP, "ri", __rhs, UNLIKELY); \ 305 _bpf_cmp(LHS,OP,RHS,UNLIKELY) global() argument
|
| /linux/lib/zstd/decompress/ |
| H A D | zstd_decompress_block.c | 586 …while (UNLIKELY(position > highThreshold)) position = (position + step) & tableMask; /* lowprob … in ZSTD_buildFSETable_body() 1026 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() [all …]
|
| /linux/lib/zstd/common/ |
| H A D | bitstream.h | 387 if (UNLIKELY(bitD->ptr < bitD->limitPtr)) in BIT_reloadDStreamFast() 400 if (UNLIKELY(bitD->bitsConsumed > (sizeof(bitD->bitContainer)*8))) { in BIT_reloadDStream()
|
| H A D | compiler.h | 143 #define UNLIKELY(x) (__builtin_expect((x), 0)) macro
|
| /linux/lib/zstd/compress/ |
| H A D | zstd_compress_internal.h | 736 if (UNLIKELY(litLength>0xFFFF)) { in ZSTD_storeSeqOnly() 750 if (UNLIKELY(mlBase>0xFFFF)) { in ZSTD_storeSeqOnly()
|
| H A D | zstd_ldm.c | 111 if (UNLIKELY((hash & mask) == 0)) { \ in ZSTD_ldm_gear_feed()
|
| H A D | zstd_compress.c | 7028 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 D | zstd_opt.c | 287 if (UNLIKELY(litPrice > litPriceMax)) litPrice = litPriceMax; in ZSTD_rawLiteralsCost()
|
| H A D | zstd_lazy.c | 934 if (UNLIKELY(target - idx > kSkipThreshold)) { in ZSTD_row_update_internal()
|