Searched refs:png_digit (Results 1 – 4 of 4) sorted by relevance
375 static PNG_CONST char png_digit[16] = { variable397 buffer[iout++] = png_digit[(c & 0xf0) >> 4]; in png_format_buffer()398 buffer[iout++] = png_digit[c & 0x0f]; in png_format_buffer()
428 static PNG_CONST char png_digit[16] = {448 buffer[iout++] = png_digit[(c & 0xf0) >> 4];449 buffer[iout++] = png_digit[c & 0x0f];
4965 Fixed clang no-warning builds: png_digit was defined but never used.
412 static PNG_CONST char png_digit[16] = { variable434 buffer[iout++] = png_digit[(c & 0xf0) >> 4]; in png_format_buffer()435 buffer[iout++] = png_digit[c & 0x0f]; in png_format_buffer()