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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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
237 * the observed sizes are always smaller than VLI_UNKNOWN.
249 if (s->block_header.compressed != VLI_UNKNOWN
254 if (s->block_header.uncompressed != VLI_UNKNOWN
483 s->block_header.compressed = VLI_UNKNOWN;
494 s->block_header.uncompressed = VLI_UNKNOWN;

Completed in 77 milliseconds