Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c99 U32 const lhlCode = (istart[0] >> 2) & 3; in ZSTD_decodeLiteralsBlock() local
102 switch(lhlCode) in ZSTD_decodeLiteralsBlock()
106 singleStream = !lhlCode; in ZSTD_decodeLiteralsBlock()
175 U32 const lhlCode = ((istart[0]) >> 2) & 3; in ZSTD_decodeLiteralsBlock() local
176 switch(lhlCode) in ZSTD_decodeLiteralsBlock()
207 { U32 const lhlCode = ((istart[0]) >> 2) & 3; in ZSTD_decodeLiteralsBlock() local
209 switch(lhlCode) in ZSTD_decodeLiteralsBlock()
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c140 U32 const lhlCode = (istart[0] >> 2) & 3; in ZSTD_decodeLiteralsBlock() local
144 switch(lhlCode) in ZSTD_decodeLiteralsBlock()
148 singleStream = !lhlCode; in ZSTD_decodeLiteralsBlock()
226 U32 const lhlCode = ((istart[0]) >> 2) & 3; in ZSTD_decodeLiteralsBlock() local
228 switch(lhlCode) in ZSTD_decodeLiteralsBlock()
271 { U32 const lhlCode = ((istart[0]) >> 2) & 3; in ZSTD_decodeLiteralsBlock() local
274 switch(lhlCode) in ZSTD_decodeLiteralsBlock()