Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/vmxnet3/base/
H A Dvmxnet3_osdep.h15 #ifndef UNLIKELY
16 #define UNLIKELY(x) __builtin_expect((x),0) macro
H A Dvmxnet3_defs.h810 if (UNLIKELY((idx) == (ring_size))) {\
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dcompiler.h170 #define UNLIKELY(x) (__builtin_expect((x), 0)) macro
173 #define UNLIKELY(x) (x) macro
H A Dbitstream.h411 if (UNLIKELY(bitD->ptr < bitD->limitPtr)) in BIT_reloadDStreamFast()
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c827 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()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c1310 #define UNLIKELY(x) (__builtin_expect((x), 0)) macro
1313 #define UNLIKELY(x) (x)
1698 if (UNLIKELY(bitD->ptr < bitD->limitPtr)) in BIT_reloadDStreamFast()
27116 if (UNLIKELY( in ZSTD_execSequence()
27136 if (UNLIKELY(sequence.litLength > 16)) { in ZSTD_execSequence()
27145 …RETURN_ERROR_IF(UNLIKELY(sequence.offset > (size_t)(oLitEnd - virtualStart)), corruption_detected,… in ZSTD_execSequence()
27291 …if (MEM_64bits() && UNLIKELY(totalBits >= STREAM_ACCUMULATOR_MIN_64-(LLFSELog+MLFSELog+OffFSELog))) in ZSTD_decodeSequence()
27482 if (UNLIKELY(ZSTD_isError(oneSeqSize))) error = oneSeqSize; in ZSTD_decompressSequences_body()
27484 if (UNLIKELY(!--nbSeq)) break; in ZSTD_decompressSequences_body()