Searched refs:huff (Results 1 – 2 of 2) sorted by relevance
34 unsigned huff; /* Huffman code */ in zlib_inflate_table() local187 huff = 0; /* starting code */ in zlib_inflate_table()224 next[(huff >> drop) + fill] = this; in zlib_inflate_table()229 while (huff & incr) in zlib_inflate_table()232 huff &= incr - 1; in zlib_inflate_table()233 huff += incr; in zlib_inflate_table()236 huff = 0; in zlib_inflate_table()246 if (len > root && (huff & mask) != low) { in zlib_inflate_table()270 low = huff & mask; in zlib_inflate_table()287 while (huff != 0) { in zlib_inflate_table()[all …]
154 static const struct coda_memcpy_desc huff[8] = { in coda_jpeg_write_tables() local171 for (i = 0; i < ARRAY_SIZE(huff); i++) in coda_jpeg_write_tables()172 coda_memcpy_parabuf(ctx->parabuf.vaddr, huff + i); in coda_jpeg_write_tables()