Searched refs:ZSTD_32bits (Results 1 – 3 of 3) sorted by relevance
39 ZSTD_STATIC unsigned ZSTD_32bits(void) { return sizeof(size_t) == 4; } in ZSTD_32bits() function88 if (ZSTD_32bits()) in ZSTD_readLEST()96 if (ZSTD_32bits()) in ZSTD_writeLEST()114 if (ZSTD_32bits()) in ZSTD_readBEST()122 if (ZSTD_32bits()) in ZSTD_writeBEST()
953 if (ZSTD_32bits()) in ZSTD_decodeSequence()978 if (ZSTD_32bits() && (mlBits + llBits > 24)) in ZSTD_decodeSequence()982 if (ZSTD_32bits() || (totalBits > 64 - 7 - (LLFSELog + MLFSELog + OffFSELog))) in ZSTD_decodeSequence()988 if (ZSTD_32bits()) in ZSTD_decodeSequence()1187 if (ZSTD_32bits() || extraBits) in ZSTD_decodeSequenceLong_generic()1193 if (ZSTD_32bits()) in ZSTD_decodeSequenceLong_generic()1219 if (ZSTD_32bits() && (mlBits + llBits > 24)) in ZSTD_decodeSequenceLong_generic()1223 if (ZSTD_32bits() || (totalBits > 64 - 7 - (LLFSELog + MLFSELog + OffFSELog))) in ZSTD_decodeSequenceLong_generic()1237 if (ZSTD_32bits()) in ZSTD_decodeSequenceLong_generic()
31 #define STREAM_ACCUMULATOR_MIN ((U32)(ZSTD_32bits() ? STREAM_ACCUMULATOR_MIN_32 : STREAM_ACCUMULATO…
Completed in 12 milliseconds