Searched refs:huff (Results 1 – 6 of 6) 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 …]
44 unsigned huff; /* Huffman code */ in inflate_table() local197 huff = 0; /* starting code */ in inflate_table()234 next[(huff >> drop) + fill] = this; in inflate_table()239 while (huff & incr) in inflate_table()242 huff &= incr - 1; in inflate_table()243 huff += incr; in inflate_table()246 huff = 0; in inflate_table()256 if (len > root && (huff & mask) != low) { in inflate_table()280 low = huff & mask; in inflate_table()297 while (huff != 0) { in inflate_table()[all …]
218 static const struct coda_memcpy_desc huff[8] = { in coda_jpeg_write_tables() local231 for (i = 0; i < ARRAY_SIZE(huff); i++) in coda_jpeg_write_tables()232 coda_memcpy_parabuf(ctx->parabuf.vaddr, huff + i); in coda_jpeg_write_tables()590 } *huff; in coda9_jpeg_gen_enc_huff_tab() local596 huff = kzalloc(sizeof(*huff), GFP_KERNEL); in coda9_jpeg_gen_enc_huff_tab()597 if (!huff) in coda9_jpeg_gen_enc_huff_tab()612 huff->size[k++] = i; in coda9_jpeg_gen_enc_huff_tab()619 si = huff->size[0]; in coda9_jpeg_gen_enc_huff_tab()621 while (huff->size[k] == si) { in coda9_jpeg_gen_enc_huff_tab()622 huff->code[k++] = code; in coda9_jpeg_gen_enc_huff_tab()[all …]
4 Subject: [PATCH] video/readers/png: Avoid heap OOB R/W inserting huff table
27 file://CVE-2021-3696-video-readers-png-Avoid-heap-OOB-R-W-inserting-huff.patch \
107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...