• Home
  • Raw
  • Download

Lines Matching refs:uivector_push_back

178 static unsigned uivector_push_back(uivector* p, unsigned c)  in uivector_push_back()  function
676 for(i = 0; i < c2->symbols.size; i++) uivector_push_back(&c1->symbols, c2->symbols.data[i]); in add_coins()
707 uivector_push_back(&coins[j].symbols, i); in append_symbol_coins()
1327 uivector_push_back(values, length_code + FIRST_LENGTH_CODE_INDEX); in addLengthDistance()
1328 uivector_push_back(values, extra_length); in addLengthDistance()
1329 uivector_push_back(values, dist_code); in addLengthDistance()
1330 uivector_push_back(values, extra_distance); in addLengthDistance()
1548 if(!uivector_push_back(out, in[pos - 1])) ERROR_BREAK(83 /*alloc fail*/); in encodeLZ77()
1564 if(!uivector_push_back(out, in[pos])) ERROR_BREAK(83 /*alloc fail*/); in encodeLZ77()
1570 if(!uivector_push_back(out, in[pos])) ERROR_BREAK(83 /*alloc fail*/); in encodeLZ77()
1769 …for(i = 0; i < numcodes_ll; i++) uivector_push_back(&bitlen_lld, HuffmanTree_getLength(&tree_ll, (… in deflateDynamic()
1770 …for(i = 0; i < numcodes_d; i++) uivector_push_back(&bitlen_lld, HuffmanTree_getLength(&tree_d, (un… in deflateDynamic()
1784 uivector_push_back(&bitlen_lld_e, 17); in deflateDynamic()
1785 uivector_push_back(&bitlen_lld_e, j - 3); in deflateDynamic()
1790 uivector_push_back(&bitlen_lld_e, 18); in deflateDynamic()
1791 uivector_push_back(&bitlen_lld_e, j - 11); in deflateDynamic()
1799 uivector_push_back(&bitlen_lld_e, bitlen_lld.data[i]); in deflateDynamic()
1802 uivector_push_back(&bitlen_lld_e, 16); in deflateDynamic()
1803 uivector_push_back(&bitlen_lld_e, 6 - 3); in deflateDynamic()
1807 uivector_push_back(&bitlen_lld_e, 16); in deflateDynamic()
1808 uivector_push_back(&bitlen_lld_e, rest - 3); in deflateDynamic()
1815 uivector_push_back(&bitlen_lld_e, bitlen_lld.data[i]); in deflateDynamic()