Lines Matching refs:ZSTD_STATIC_ASSERT
114 ZSTD_STATIC_ASSERT(zcss_init==0); in ZSTD_createCCtx_advanced()
115 ZSTD_STATIC_ASSERT(ZSTD_CONTENTSIZE_UNKNOWN==(0ULL - 1)); in ZSTD_createCCtx_advanced()
532 ZSTD_STATIC_ASSERT(ZSTD_f_zstd1 < ZSTD_f_zstd1_magicless); in ZSTD_cParam_getBounds()
538 ZSTD_STATIC_ASSERT(ZSTD_dictDefaultAttach < ZSTD_dictForceLoad); in ZSTD_cParam_getBounds()
544 ZSTD_STATIC_ASSERT(ZSTD_ps_auto < ZSTD_ps_enable && ZSTD_ps_enable < ZSTD_ps_disable); in ZSTD_cParam_getBounds()
1130 ZSTD_STATIC_ASSERT(sizeof(cparams) == 7 * 4 /* all params are listed below */); in ZSTD_CCtx_setCParams()
1146 ZSTD_STATIC_ASSERT(sizeof(fparams) == 3 * 4 /* all params are listed below */); in ZSTD_CCtx_setFParams()
1623 ZSTD_STATIC_ASSERT(ZSTD_HASHLOG_MIN >= 4 && ZSTD_WINDOWLOG_MIN >= 4 && ZSTD_CHAINLOG_MIN >= 4); in ZSTD_sizeof_matchState()
2521 ZSTD_STATIC_ASSERT((U32)ZSTDb_buffered==1); in ZSTD_copyCCtx()
2832 ZSTD_STATIC_ASSERT(HUF_WORKSPACE_SIZE >= (1<<MAX(MLFSELog,LLFSELog))); in ZSTD_entropyCompressSeqStore_internal()
3031 ZSTD_STATIC_ASSERT((unsigned)ZSTD_fast == 1); in ZSTD_selectBlockCompressor()
4450 ZSTD_STATIC_ASSERT(ZSTD_CHAINLOG_MAX <= 30); in ZSTD_overflowCorrectIfNeeded()
4451 ZSTD_STATIC_ASSERT(ZSTD_WINDOWLOG_MAX_32 <= 30); in ZSTD_overflowCorrectIfNeeded()
4452 ZSTD_STATIC_ASSERT(ZSTD_WINDOWLOG_MAX <= 31); in ZSTD_overflowCorrectIfNeeded()
4755 ZSTD_STATIC_ASSERT(ZSTD_CONTENTSIZE_UNKNOWN == (unsigned long long)-1); in ZSTD_compressContinue_internal()
5088 ZSTD_STATIC_ASSERT(HUF_WORKSPACE_SIZE >= (1<<MAX(MLFSELog,LLFSELog))); in ZSTD_loadZstdDictionary()
5275 ZSTD_STATIC_ASSERT(ZSTD_BLOCKHEADERSIZE == 3); in ZSTD_writeEpilogue()
5313 ZSTD_STATIC_ASSERT(ZSTD_CONTENTSIZE_UNKNOWN == (unsigned long long)-1); in ZSTD_compressEnd_public()
6978 ZSTD_STATIC_ASSERT(sizeof(ZSTD_Sequence) == 16); in convertSequences_noRepcodes()
6979 ZSTD_STATIC_ASSERT(offsetof(ZSTD_Sequence, offset) == 0); in convertSequences_noRepcodes()
6980 ZSTD_STATIC_ASSERT(offsetof(ZSTD_Sequence, litLength) == 4); in convertSequences_noRepcodes()
6981 ZSTD_STATIC_ASSERT(offsetof(ZSTD_Sequence, matchLength) == 8); in convertSequences_noRepcodes()
6982 ZSTD_STATIC_ASSERT(sizeof(SeqDef) == 8); in convertSequences_noRepcodes()
6983 ZSTD_STATIC_ASSERT(offsetof(SeqDef, offBase) == 0); in convertSequences_noRepcodes()
6984 ZSTD_STATIC_ASSERT(offsetof(SeqDef, litLength) == 4); in convertSequences_noRepcodes()
6985 ZSTD_STATIC_ASSERT(offsetof(SeqDef, mlBase) == 6); in convertSequences_noRepcodes()
7194 ZSTD_STATIC_ASSERT(sizeof(ZSTD_Sequence) == 16); in ZSTD_get1BlockSummary()
7205 ZSTD_STATIC_ASSERT(offsetof(ZSTD_Sequence, matchLength) == 8); in ZSTD_get1BlockSummary()