Home | History | Annotate | Download | only in libpng16

Lines Matching defs:digits

136    int count = 0;    /* number of digits output */
148 static const char digits[] = "0123456789ABCDEF";
153 /* Needs five digits (the fraction) */
157 *--end = digits[number % 10];
164 /* Expects at least 2 digits. */
169 *--end = digits[number % 10];
174 /* This format expects at least two digits */
179 *--end = digits[number & 0xf];
188 /* Keep track of the number of digits added */
424 * to 63 bytes. The name characters are output as hex digits wrapped in []