Searched refs:trailing_bits (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/ |
| H A D | 0002-tiffcrop-fix-issue-380-and-382-heap-buffer-overflow-.patch | 36 - uint32_t j, shift1, shift2, trailing_bits; 37 + uint32_t j, shift1, trailing_bits; 81 - trailing_bits = (sect_width * bps) % 8; 89 + trailing_bits = (sect_width * spp * bps) % 8; /* trailing bits within the last byte of… 134 + row, offset1, shift1, offset1+full_bytes, trailing_bits); 140 if (trailing_bits != 0) 144 + bytebuff2 = src_buff[offset1 + full_bytes] & ((unsigned char)255 << (8 - trailing_bits)); 170 + /* Copy the trailing_bits for the last byte in the destination buffer. 172 if (trailing_bits != 0) 184 … bits %4"PRIu32" src offset: %8"PRIu32", Dst offset: %8"PRIu32"\n", trailing_bits, offset1 + ful… [all …]
|
| H A D | 0001-tiffcrop-subroutines-require-a-larger-buffer-fixes-2.patch | 41 uint32_t trailing_bits, prev_trailing_bits;
|
| /OK3568_Linux_fs/kernel/arch/sparc/net/ |
| H A D | bpf_jit_comp_64.c | 551 unsigned long trailing_bits = low_bits & 0x3ff; in emit_loadimm64() local 573 low_bits = -0x400 | trailing_bits; in emit_loadimm64()
|