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.c2957 static const unsigned char shortbits[] = in expand() local
3049 if(shortbits[symbol-263] > 0) { in expand()
3050 if (!rar_br_read_ahead(a, br, shortbits[symbol-263])) in expand()
3052 offs += rar_br_bits(br, shortbits[symbol-263]); in expand()
3053 rar_br_consume(br, shortbits[symbol-263]); in expand()