Searched refs:UNLIKELY (Results 1 – 4 of 4) sorted by relevance
135 #define UNLIKELY(x) (__builtin_expect((x), 0)) macro
388 if (UNLIKELY(bitD->ptr < bitD->limitPtr)) in BIT_reloadDStreamFast()
827 if (UNLIKELY( in ZSTD_execSequence()847 if (UNLIKELY(sequence.litLength > 16)) { in ZSTD_execSequence()856 …RETURN_ERROR_IF(UNLIKELY(sequence.offset > (size_t)(oLitEnd - virtualStart)), corruption_detected,… in ZSTD_execSequence()1002 …if (MEM_64bits() && UNLIKELY(totalBits >= STREAM_ACCUMULATOR_MIN_64-(LLFSELog+MLFSELog+OffFSELog))) in ZSTD_decodeSequence()1195 if (UNLIKELY(ZSTD_isError(oneSeqSize))) { in ZSTD_decompressSequences_body()1199 if (UNLIKELY(!--nbSeq)) break; in ZSTD_decompressSequences_body()
83 if (UNLIKELY((hash & mask) == 0)) { \ in ZSTD_ldm_gear_feed()