Searched refs:ZSTD_32bits (Results 1 – 4 of 4) sorted by relevance
48 ZSTD_STATIC unsigned ZSTD_32bits(void) { return sizeof(size_t) == 4; } in ZSTD_32bits() function97 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()
962 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()
61 #define STREAM_ACCUMULATOR_MIN ((U32)(ZSTD_32bits() ? STREAM_ACCUMULATOR_MIN_32 : STREAM_ACCUMULATO…
763 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()