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

/freebsd-12-stable/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_stream.h46 #define VLI_UNKNOWN ((vli_type)-1) macro
H A Dxz_dec_stream.c75 * VLI_UNKNOWN if Compressed Size is not present.
81 * VLI_UNKNOWN if Uncompressed Size is not present.
247 * There is no need to separately check for VLI_UNKNOWN, since
248 * the observed sizes are always smaller than VLI_UNKNOWN.
265 if (s->block_header.compressed != VLI_UNKNOWN
270 if (s->block_header.uncompressed != VLI_UNKNOWN
504 s->block_header.compressed = VLI_UNKNOWN;
515 s->block_header.uncompressed = VLI_UNKNOWN;

Completed in 103 milliseconds