Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c808 int dhtlen; in decompress_file() local
865 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()