Searched refs:dhtlen (Results 1 – 1 of 1) sorted by relevance
808 int dhtlen; in decompress_file() local865 dhtlen = getnn(cmdp->cpb, out_dhtlen); in decompress_file()866 putnn(cmdp->cpb, in_dhtlen, dhtlen); in decompress_file()867 assert(dhtlen >= 42); in decompress_file()870 dhtlen = (dhtlen + 127) / 128; in decompress_file()872 while (dhtlen > 0) { /* Copy dht from cpb.out to cpb.in */ in decompress_file()873 --dhtlen; in decompress_file()874 cmdp->cpb.in_dht[dhtlen] = cmdp->cpb.out_dht[dhtlen]; in decompress_file()