Home
last modified time | relevance | path

Searched refs:ZSTD_32bits (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/lib/zstd/
Dmem.h48 ZSTD_STATIC unsigned ZSTD_32bits(void) { return sizeof(size_t) == 4; } in ZSTD_32bits() function
97 if (ZSTD_32bits()) in ZSTD_readLEST()
105 if (ZSTD_32bits()) in ZSTD_writeLEST()
123 if (ZSTD_32bits()) in ZSTD_readBEST()
131 if (ZSTD_32bits()) in ZSTD_writeBEST()
Ddecompress.c962 if (ZSTD_32bits()) in ZSTD_decodeSequence()
987 if (ZSTD_32bits() && (mlBits + llBits > 24)) in ZSTD_decodeSequence()
991 if (ZSTD_32bits() || (totalBits > 64 - 7 - (LLFSELog + MLFSELog + OffFSELog))) in ZSTD_decodeSequence()
997 if (ZSTD_32bits()) in ZSTD_decodeSequence()
1196 if (ZSTD_32bits() || extraBits) in ZSTD_decodeSequenceLong_generic()
1202 if (ZSTD_32bits()) in ZSTD_decodeSequenceLong_generic()
1228 if (ZSTD_32bits() && (mlBits + llBits > 24)) in ZSTD_decodeSequenceLong_generic()
1232 if (ZSTD_32bits() || (totalBits > 64 - 7 - (LLFSELog + MLFSELog + OffFSELog))) in ZSTD_decodeSequenceLong_generic()
1246 if (ZSTD_32bits()) in ZSTD_decodeSequenceLong_generic()
Dbitstream.h61 #define STREAM_ACCUMULATOR_MIN ((U32)(ZSTD_32bits() ? STREAM_ACCUMULATOR_MIN_32 : STREAM_ACCUMULATO…
Dcompress.c763 if (ZSTD_32bits()) in ZSTD_compressSequences_internal()
766 if (ZSTD_32bits()) in ZSTD_compressSequences_internal()
793 if (ZSTD_32bits()) in ZSTD_compressSequences_internal()
796 if (ZSTD_32bits() || (ofBits + mlBits + llBits >= 64 - 7 - (LLFSELog + MLFSELog + OffFSELog))) in ZSTD_compressSequences_internal()
799 if (ZSTD_32bits() && ((llBits + mlBits) > 24)) in ZSTD_compressSequences_internal()
802 if (ZSTD_32bits()) in ZSTD_compressSequences_internal()
3421 if (ZSTD_32bits()) { /* auto-correction, for 32-bits mode */ in ZSTD_getCParams()