Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:png_uint_32

406  *  - fixed 64-bit png_uint_32 bug with MMXLength/FullLength temp vars
1009 png_uint_32 len;
1125 register png_uint_32 i;
1126 png_uint_32 initial_val = BPP3 * png_pass_start[png_ptr->pass];
1132 png_uint_32 len = png_ptr->width &~7; /* reduce to mult. of 8 */
1134 register png_uint_32 final_val = BPP3 * len; /* GRR bugfix */
1175 png_uint_32 len;
1298 register png_uint_32 i;
1299 png_uint_32 initial_val = BPP4 * png_pass_start[png_ptr->pass];
1305 png_uint_32 len = png_ptr->width &~7; /* reduce to mult. of 8 */
1307 register png_uint_32 final_val = BPP4 * len; /* GRR bugfix */
1346 png_uint_32 len;
1432 register png_uint_32 i;
1433 png_uint_32 initial_val = png_pass_start[png_ptr->pass];
1439 png_uint_32 len = png_ptr->width &~7; /* reduce to mult. of 8 */
1441 register png_uint_32 final_val = len; /* GRR bugfix */
1477 png_uint_32 i;
1534 png_uint_32 i;
1589 png_uint_32 i;
1648 png_uint_32 len;
1749 register png_uint_32 i;
1750 png_uint_32 initial_val = BPP2 * png_pass_start[png_ptr->pass];
1756 png_uint_32 len = png_ptr->width &~7; /* reduce to mult. of 8 */
1758 register png_uint_32 final_val = BPP2 * len; /* GRR bugfix */
1797 png_uint_32 len;
1939 register png_uint_32 i;
1940 png_uint_32 initial_val = BPP6 * png_pass_start[png_ptr->pass];
1946 png_uint_32 len = png_ptr->width &~7; /* reduce to mult. of 8 */
1948 register png_uint_32 final_val = BPP6 * len; /* GRR bugfix */
1980 register png_uint_32 i;
1981 png_uint_32 initial_val = BPP8 * png_pass_start[png_ptr->pass];
1987 png_uint_32 len = png_ptr->width &~7; /* reduce to mult. of 8 */
1989 register png_uint_32 final_val = BPP8 * len; /* GRR bugfix */
2056 png_uint_32 transformations = png_ptr->transformations;
2071 png_uint_32 final_width;
2083 png_uint_32 i;
2138 png_uint_32 i;
2195 png_uint_32 i;
2252 png_uint_32 i;
3246 unsigned FullLength, MMXLength; // png_uint_32 is actually 64-bit on x86-64
4011 unsigned FullLength, MMXLength; // png_uint_32 is actually 64-bit on x86-64
5125 unsigned FullLength, MMXLength; // png_uint_32 is actually 64-bit on x86-64
5615 unsigned len; // png_uint_32 is actually 64-bit on x86-64
5881 png_uint_32 i;
5882 png_uint_32 istop = row_info->rowbytes;
5883 png_uint_32 bpp = (row_info->pixel_depth + 7) >> 3;
5910 png_uint_32 i;
5911 png_uint_32 istop = row_info->rowbytes;
5938 png_uint_32 i;
5942 png_uint_32 bpp = (row_info->pixel_depth + 7) >> 3;
5943 png_uint_32 istop = row_info->rowbytes - bpp;
5978 png_uint_32 i;
5983 png_uint_32 bpp = (row_info->pixel_depth + 7) >> 3;
5984 png_uint_32 istop = row_info->rowbytes - bpp;