Home
last modified time | relevance | path

Searched refs:ZSTD_STATIC_ASSERT (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/lib/zstd/compress/
Dzstd_compress.c93 ZSTD_STATIC_ASSERT(zcss_init==0); in ZSTD_createCCtx_advanced()
94 ZSTD_STATIC_ASSERT(ZSTD_CONTENTSIZE_UNKNOWN==(0ULL - 1)); in ZSTD_createCCtx_advanced()
422 ZSTD_STATIC_ASSERT(ZSTD_f_zstd1 < ZSTD_f_zstd1_magicless); in ZSTD_cParam_getBounds()
428 ZSTD_STATIC_ASSERT(ZSTD_dictDefaultAttach < ZSTD_dictForceLoad); in ZSTD_cParam_getBounds()
434ZSTD_STATIC_ASSERT(ZSTD_lcm_auto < ZSTD_lcm_huffman && ZSTD_lcm_huffman < ZSTD_lcm_uncompressed); in ZSTD_cParam_getBounds()
1985 ZSTD_STATIC_ASSERT((U32)ZSTDb_buffered==1); in ZSTD_copyCCtx()
2129 ZSTD_STATIC_ASSERT(HUF_WORKSPACE_SIZE >= (1<<MAX(MLFSELog,LLFSELog))); in ZSTD_entropyCompressSequences_internal()
2367 ZSTD_STATIC_ASSERT((unsigned)ZSTD_fast == 1); in ZSTD_selectBlockCompressor()
2766 ZSTD_STATIC_ASSERT(ZSTD_CHAINLOG_MAX <= 30); in ZSTD_overflowCorrectIfNeeded()
2767 ZSTD_STATIC_ASSERT(ZSTD_WINDOWLOG_MAX_32 <= 30); in ZSTD_overflowCorrectIfNeeded()
[all …]
Dzstd_compress_sequences.c163 ZSTD_STATIC_ASSERT(ZSTD_defaultDisallowed == 0 && ZSTD_defaultAllowed != 0); in ZSTD_selectEncodingType()
Dzstd_ldm.c112 ZSTD_STATIC_ASSERT(LDM_BUCKET_SIZE_LOG <= ZSTD_LDM_BUCKETSIZELOG_MAX); in ZSTD_ldm_adjustParameters()
Dzstd_compress_internal.h463 ZSTD_STATIC_ASSERT(ZSTD_btultra == 8); in ZSTD_minGain()
Dzstd_opt.c1077 ZSTD_STATIC_ASSERT(sizeof(opt[cur].rep) == sizeof(repcodes_t)); in ZSTD_compressBlock_opt_generic()
/linux-6.1.9/lib/zstd/decompress/
Dzstd_decompress.c592 ZSTD_STATIC_ASSERT(ZSTD_CONTENTSIZE_ERROR < ZSTD_CONTENTSIZE_UNKNOWN); in ZSTD_getDecompressedSize()
1232ZSTD_STATIC_ASSERT(offsetof(ZSTD_entropyDTables_t, OFTable) == offsetof(ZSTD_entropyDTables_t, LLT… in ZSTD_loadDEntropy()
1233ZSTD_STATIC_ASSERT(offsetof(ZSTD_entropyDTables_t, MLTable) == offsetof(ZSTD_entropyDTables_t, OFT… in ZSTD_loadDEntropy()
1234ZSTD_STATIC_ASSERT(sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable) … in ZSTD_loadDEntropy()
1345 ZSTD_STATIC_ASSERT(sizeof(dctx->entropy.rep) == sizeof(repStartValue)); in ZSTD_decompressBegin()
1594 ZSTD_STATIC_ASSERT(ZSTD_f_zstd1 < ZSTD_f_zstd1_magicless); in ZSTD_dParam_getBounds()
Dzstd_decompress_block.c959 ZSTD_STATIC_ASSERT(ZSTD_lo_isLongOffset == 1); in ZSTD_decodeSequence()
960 ZSTD_STATIC_ASSERT(LONG_OFFSETS_MAX_EXTRA_BITS_32 == 5); in ZSTD_decodeSequence()
1005 ZSTD_STATIC_ASSERT(16+LLFSELog+MLFSELog+OffFSELog < STREAM_ACCUMULATOR_MIN_64); in ZSTD_decodeSequence()
1136 ZSTD_STATIC_ASSERT( in ZSTD_decompressSequences_body()
/linux-6.1.9/lib/zstd/common/
Dzstd_internal.h37 #define ZSTD_STATIC_ASSERT(c) DEBUG_STATIC_ASSERT(c) macro