Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zstd/
H A Ddecompress.c452 U32 const lhlCode = (istart[0] >> 2) & 3; in ZSTD_decodeLiteralsBlock() local
454 switch (lhlCode) { in ZSTD_decodeLiteralsBlock()
457 default: /* note : default is impossible, since lhlCode into [0..3] */ in ZSTD_decodeLiteralsBlock()
459 singleStream = !lhlCode; in ZSTD_decodeLiteralsBlock()
504 U32 const lhlCode = ((istart[0]) >> 2) & 3; in ZSTD_decodeLiteralsBlock() local
505 switch (lhlCode) { in ZSTD_decodeLiteralsBlock()
508 default: /* note : default is impossible, since lhlCode into [0..3] */ in ZSTD_decodeLiteralsBlock()
538 U32 const lhlCode = ((istart[0]) >> 2) & 3; in ZSTD_decodeLiteralsBlock() local
540 switch (lhlCode) { in ZSTD_decodeLiteralsBlock()
543 default: /* note : default is impossible, since lhlCode int in ZSTD_decodeLiteralsBlock()
[all...]
/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress_block.c140 U32 const lhlCode = (istart[0] >> 2) & 3; in ZSTD_decodeLiteralsBlock() local
144 switch(lhlCode) in ZSTD_decodeLiteralsBlock()
146 case 0: case 1: default: /* note : default is impossible, since lhlCode into [0..3] */ 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()
230 case 0: case 2: default: /* note : default is impossible, since lhlCode into [0..3] */ in ZSTD_decodeLiteralsBlock()
271 { U32 const lhlCode = ((istart[0]) >> 2) & 3; in ZSTD_decodeLiteralsBlock() local
274 switch(lhlCode) in ZSTD_decodeLiteralsBlock()
276 case 0: case 2: default: /* note : default is impossible, since lhlCode int in ZSTD_decodeLiteralsBlock()
[all...]

Completed in 4 milliseconds