Searched refs:short_months (Results 1 – 4 of 4) 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 | 673 static PNG_CONST char short_months[12][4] = in png_convert_to_rfc1123() local 689 ptime->day % 32, short_months[(ptime->month - 1) % 12], in png_convert_to_rfc1123() 700 ptime->day % 32, short_months[(ptime->month - 1) % 12], in png_convert_to_rfc1123() 708 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
|
/external/chromium_org/third_party/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()
|