Home
last modified time | relevance | path

Searched refs:shortbits (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c2954 static const unsigned char shortbits[] = in expand() local
3046 if(shortbits[symbol-263] > 0) { in expand()
3047 if (!rar_br_read_ahead(a, br, shortbits[symbol-263])) in expand()
3049 offs += rar_br_bits(br, shortbits[symbol-263]); in expand()
3050 rar_br_consume(br, shortbits[symbol-263]); in expand()