Home
last modified time | relevance | path

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

/dragonfly/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()