Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/zstd/
H A Dzstd_internal.h53 #define ZSTD_STATIC_ASSERT(c) \ macro
H A Ddecompress.c117 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()
H A Dcompress.c2382 ZSTD_STATIC_ASSERT(ZSTD_WINDOWLOG_MAX_64 <= 30); in ZSTD_compress_generic()