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.c117 int tree_used; member
2768 hf->tree_used = 0; in lzh_make_huffman_table()
2835 *p = len_avail + hf->tree_used; in lzh_make_huffman_table()
2836 ht = &(hf->tree[hf->tree_used++]); in lzh_make_huffman_table()
2837 if (hf->tree_used > hf->tree_avail) in lzh_make_huffman_table()
2843 *p >= (len_avail + hf->tree_used)) in lzh_make_huffman_table()
2850 ht->left = len_avail + hf->tree_used; in lzh_make_huffman_table()
2851 ht = &(hf->tree[hf->tree_used++]); in lzh_make_huffman_table()
2852 if (hf->tree_used > hf->tree_avail) in lzh_make_huffman_table()
2861 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
3196 hf->tree_used = 0; in lzx_make_huffman_table()