Searched refs:short_months (Results 1 – 3 of 3) sorted by relevance
/external/qemu/distrib/libpng-1.2.19/ |
D | png.c | 652 static PNG_CONST char short_months[12][4] = in png_convert_to_rfc1123() local 667 ptime->day % 32, short_months[(ptime->month - 1) % 12], in png_convert_to_rfc1123() 678 ptime->day % 32, short_months[(ptime->month - 1) % 12], in png_convert_to_rfc1123() 686 ptime->day % 32, short_months[(ptime->month - 1) % 12], in png_convert_to_rfc1123()
|
/external/libpng/ |
D | png.c | 672 static PNG_CONST char short_months[12][4] = in png_convert_to_rfc1123() local 688 ptime->day % 32, short_months[(ptime->month - 1) % 12], in png_convert_to_rfc1123() 699 ptime->day % 32, short_months[(ptime->month - 1) % 12], in png_convert_to_rfc1123() 707 ptime->day % 32, short_months[(ptime->month - 1) % 12], in png_convert_to_rfc1123()
|
D | CHANGES | 293 fixed dimensions of "short_months" array in pngwrite.c
|