Searched refs:VLI_BYTES_MAX (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/ | ||
| H A D | xz_stream.h | 49 #define VLI_BYTES_MAX (sizeof(vli_type) * 8 / 7) macro |
| H A D | xz_dec_stream.c | 210 if (s->pos == 7 * VLI_BYTES_MAX) in dec_vli() |