Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c191 struct decode_table { struct
250 struct decode_table bd; /* huffman bit lengths */
252 struct decode_table ld; /* literals */
254 struct decode_table dd; /* distances */
256 struct decode_table ldd; /* lower bits of distances */
258 struct decode_table rd; /* repeating distances */
2652 struct decode_table* table, int size) in create_decode_tables()
2727 static int decode_number(struct archive_read* a, struct decode_table* table, in decode_number()
H A Darchive_read_support_format_tar.c3678 static const unsigned char decode_table[128] = { in base64_decode() local
3713 || decode_table[*src] == 0xff) { in base64_decode()
3719 v |= decode_table[*src++]; in base64_decode()