Home
last modified time | relevance | path

Searched refs:VLI_UNKNOWN (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/xz/
H A Dxz_stream.h46 #define VLI_UNKNOWN ((vli_type)-1) macro
H A Dxz_dec_stream.c64 * VLI_UNKNOWN if Compressed Size is not present.
70 * VLI_UNKNOWN if Uncompressed Size is not present.
236 * There is no need to separately check for VLI_UNKNOWN, since in dec_block()
237 * the observed sizes are always smaller than VLI_UNKNOWN. in dec_block()
249 if (s->block_header.compressed != VLI_UNKNOWN in dec_block()
254 if (s->block_header.uncompressed != VLI_UNKNOWN in dec_block()
483 s->block_header.compressed = VLI_UNKNOWN; in dec_block_header()
494 s->block_header.uncompressed = VLI_UNKNOWN; in dec_block_header()
/kernel/linux/linux-6.6/lib/xz/
H A Dxz_stream.h46 #define VLI_UNKNOWN ((vli_type)-1) macro
H A Dxz_dec_stream.c64 * VLI_UNKNOWN if Compressed Size is not present.
70 * VLI_UNKNOWN if Uncompressed Size is not present.
236 * There is no need to separately check for VLI_UNKNOWN, since in dec_block()
237 * the observed sizes are always smaller than VLI_UNKNOWN. in dec_block()
249 if (s->block_header.compressed != VLI_UNKNOWN in dec_block()
254 if (s->block_header.uncompressed != VLI_UNKNOWN in dec_block()
483 s->block_header.compressed = VLI_UNKNOWN; in dec_block_header()
494 s->block_header.uncompressed = VLI_UNKNOWN; in dec_block_header()

Completed in 3 milliseconds