Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c2909 static const unsigned char shortbits[] = in expand() local
3001 if(shortbits[symbol-263] > 0) { in expand()
3002 if (!rar_br_read_ahead(a, br, shortbits[symbol-263])) in expand()
3004 offs += rar_br_bits(br, shortbits[symbol-263]); in expand()
3005 rar_br_consume(br, shortbits[symbol-263]); in expand()