Lines Matching defs:first
18 /* Tells libpng that we have already handled the first "num_bytes" bytes
41 * already read the first few bytes of a file to determine the file type
186 * only check the first and third digits (note that when we reach version
369 /* Do this first in case of an error below; if the app implements its own
1288 * fixed point. Instead proceed to simplify the first two equations by
1853 png_const_bytep profile/* first 132 bytes only */, int color_type)
2035 png_const_bytep tag = profile+132; /* The first tag */
2037 /* First scan all the tags in the table and add bits to the icc_info value
2113 * a warning is produced. The first two of these profiles have a 'cprt' tag
2519 /* First find the type of the next character */
2723 /* First extract a base 10 exponent of the number,
2754 * (starting with 0 for the first digit). Note that this
2777 exp_b10 = 0; /* Dot added below before first output. */
3025 unsigned int ndigits = 0, first = 16 /* flag value */;
3034 /* Record the first non-zero digit, note that this is a number
3037 if (first == 16 && num > 0)
3038 first = ndigits;
3049 if (first <= 5)
3054 * then ndigits digits to first:
3058 while (ndigits >= first) *ascii++ = digits[--ndigits];
3509 /* NOTE: the first entry is deliberately set to the maximum 32-bit value. */
3587 * second, rounding, step can't overflow because of the first, subtraction,
4223 /* First free any data held in the control structure. */