HomeSort by relevance Sort by last modified time
    Searched refs:VLI_UNKNOWN (Results 1 - 3 of 3) sorted by null

  /external/lzma/xz-embedded/
xz_stream.h 46 #define VLI_UNKNOWN ((vli_type)-1)
xz_dec_stream.c 75 * 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;
  /external/toybox/toys/pending/
xzcat.c     [all...]

Completed in 1055 milliseconds