/src/sys/dev/stbi/ |
stb_image.c | 2401 int hlit = zreceive(a,5) + 257; local in function:compute_huffman_codes 2413 while (n < hlit + hdist) { 2433 if (n != hlit+hdist) return e("bad codelengths","Corrupt PNG"); 2434 if (!zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; 2435 if (!zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0;
|
stb_image.c | 2401 int hlit = zreceive(a,5) + 257; local in function:compute_huffman_codes 2413 while (n < hlit + hdist) { 2433 if (n != hlit+hdist) return e("bad codelengths","Corrupt PNG"); 2434 if (!zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; 2435 if (!zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0;
|
stb_image.c | 2401 int hlit = zreceive(a,5) + 257; local in function:compute_huffman_codes 2413 while (n < hlit + hdist) { 2433 if (n != hlit+hdist) return e("bad codelengths","Corrupt PNG"); 2434 if (!zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; 2435 if (!zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0;
|
stb_image.c | 2401 int hlit = zreceive(a,5) + 257; local in function:compute_huffman_codes 2413 while (n < hlit + hdist) { 2433 if (n != hlit+hdist) return e("bad codelengths","Corrupt PNG"); 2434 if (!zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; 2435 if (!zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0;
|
stb_image.c | 2401 int hlit = zreceive(a,5) + 257; local in function:compute_huffman_codes 2413 while (n < hlit + hdist) { 2433 if (n != hlit+hdist) return e("bad codelengths","Corrupt PNG"); 2434 if (!zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; 2435 if (!zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0;
|
stb_image.c | 2401 int hlit = zreceive(a,5) + 257; local in function:compute_huffman_codes 2413 while (n < hlit + hdist) { 2433 if (n != hlit+hdist) return e("bad codelengths","Corrupt PNG"); 2434 if (!zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; 2435 if (!zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0;
|