Home
last modified time | relevance | path

Searched refs:STORED_SEQS (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c1257 #define STORED_SEQS 4 in ZSTD_decompressSequencesLong_body() macro
1258 #define STORED_SEQS_MASK (STORED_SEQS-1) in ZSTD_decompressSequencesLong_body()
1260 seq_t sequences[STORED_SEQS]; in ZSTD_decompressSequencesLong_body()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c27542 #define STORED_SEQS 4 in ZSTD_decompressSequencesLong_body() macro
27543 #define STORED_SEQS_MASK (STORED_SEQS-1) in ZSTD_decompressSequencesLong_body()
27545 seq_t sequences[STORED_SEQS]; in ZSTD_decompressSequencesLong_body()