Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_lha.c118 int tree_used; member
2735 hf->tree_used = 0; in lzh_make_huffman_table()
2802 *p = len_avail + hf->tree_used; in lzh_make_huffman_table()
2803 ht = &(hf->tree[hf->tree_used++]); in lzh_make_huffman_table()
2804 if (hf->tree_used > hf->tree_avail) in lzh_make_huffman_table()
2810 *p >= (len_avail + hf->tree_used)) in lzh_make_huffman_table()
2817 ht->left = len_avail + hf->tree_used; in lzh_make_huffman_table()
2818 ht = &(hf->tree[hf->tree_used++]); in lzh_make_huffman_table()
2819 if (hf->tree_used > hf->tree_avail) in lzh_make_huffman_table()
2828 ht->right = len_avail + hf->tree_used; in lzh_make_huffman_table()
[all …]
H A Darchive_read_support_format_cab.c121 int tree_used; member
3213 hf->tree_used = 0; in lzx_make_huffman_table()