Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
H A Dxzcat.c2318 * Experimental: vli_type can be defined to uint32_t to save a few bytes
2323 typedef uint64_t vli_type; typedef
2325 #define VLI_MAX ((vli_type)-1 / 2)
2326 #define VLI_UNKNOWN ((vli_type)-1)
2329 #define VLI_BYTES_MAX (sizeof(vli_type) * 8 / 7)
2347 vli_type unpadded;
2348 vli_type uncompressed;
2371 vli_type vli;
2395 vli_type compressed;
2401 vli_type uncompresse
[all...]

Completed in 4 milliseconds