Searched refs:ZSTD_STATIC_ASSERT (Results 1 – 3 of 3) sorted by relevance
53 #define ZSTD_STATIC_ASSERT(c) \ macro
117 ZSTD_STATIC_ASSERT(sizeof(dctx->entropy.rep) == sizeof(repStartValue)); in ZSTD_decompressBegin()1380 ZSTD_STATIC_ASSERT(sizeof(dctx->entropy.workspace) >= sizeof(seq_t) * STORED_SEQS); in ZSTD_decompressSequencesLong()
2382 ZSTD_STATIC_ASSERT(ZSTD_WINDOWLOG_MAX_64 <= 30); in ZSTD_compress_generic()