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

/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz_stream.h48 #define VLI_UNKNOWN ((vli_type)-1) macro
H A Dxz_dec_stream.c98 * VLI_UNKNOWN if Compressed Size is not present.
104 * VLI_UNKNOWN if Uncompressed Size is not present.
258 * There is no need to separately check for VLI_UNKNOWN, since
259 * the observed sizes are always smaller than VLI_UNKNOWN.
276 if (s->block_header.compressed != VLI_UNKNOWN
281 if (s->block_header.uncompressed != VLI_UNKNOWN
656 s->block_header.compressed = VLI_UNKNOWN;
667 s->block_header.uncompressed = VLI_UNKNOWN;

Completed in 26 milliseconds