Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/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-13.1/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c26490 U32 const lhlCode = (istart[0] >> 2) & 3; in ZSTD_decodeLiteralsBlock() local
26493 switch(lhlCode) in ZSTD_decodeLiteralsBlock()
26497 singleStream = !lhlCode; in ZSTD_decodeLiteralsBlock()
26566 U32 const lhlCode = ((istart[0]) >> 2) & 3; in ZSTD_decodeLiteralsBlock() local
26567 switch(lhlCode) in ZSTD_decodeLiteralsBlock()
26598 { U32 const lhlCode = ((istart[0]) >> 2) & 3; in ZSTD_decodeLiteralsBlock() local
26600 switch(lhlCode) in ZSTD_decodeLiteralsBlock()