Home
last modified time | relevance | path

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

/kernel/uniproton/src/include/uapi/
H A Dprt_typedef.h87 #ifndef UNLIKELY
88 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
/kernel/linux/linux-6.6/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_isErro
[all...]
/kernel/linux/linux-6.6/lib/zstd/common/
H A Dcompiler.h122 * If you can remove a LIKELY/UNLIKELY annotation without speed changes in gcc
126 #define UNLIKELY(x) (__builtin_expect((x), 0)) macro
H A Dbitstream.h27 #include "compiler.h" /* UNLIKELY() */
397 if (UNLIKELY(bitD->ptr < bitD->limitPtr)) in BIT_reloadDStreamFast()
/kernel/linux/linux-6.6/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()

Completed in 17 milliseconds