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

  /external/xz-embedded/linux/lib/xz/
xz_stream.h 38 * Experimental: vli_type can be defined to uint32_t to save a few bytes
43 typedef uint64_t vli_type; typedef
45 #define VLI_MAX ((vli_type)-1 / 2)
46 #define VLI_UNKNOWN ((vli_type)-1)
49 #define VLI_BYTES_MAX (sizeof(vli_type) * 8 / 7)
xz_dec_stream.c 21 vli_type unpadded;
22 vli_type uncompressed;
45 vli_type vli;
77 vli_type compressed;
83 vli_type uncompressed;
92 vli_type compressed;
95 vli_type uncompressed;
98 vli_type count;
117 vli_type size;
120 vli_type count
    [all...]
  /external/toybox/toys/pending/
xzcat.c 2323 typedef uint64_t vli_type; typedef
    [all...]

Completed in 73 milliseconds