Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
H A Dxzcat.c2326 #define VLI_UNKNOWN ((vli_type)-1) macro
2393 * VLI_UNKNOWN if Compressed Size is not present.
2399 * VLI_UNKNOWN if Uncompressed Size is not present.
2562 * There is no need to separately check for VLI_UNKNOWN, since in dec_block()
2563 * the observed sizes are always smaller than VLI_UNKNOWN. in dec_block()
2585 if (s->block_header.compressed != VLI_UNKNOWN in dec_block()
2590 if (s->block_header.uncompressed != VLI_UNKNOWN in dec_block()
2809 s->block_header.compressed = VLI_UNKNOWN; in dec_block_header()
2820 s->block_header.uncompressed = VLI_UNKNOWN; in dec_block_header()

Completed in 4 milliseconds