Home
last modified time | relevance | path

Searched refs:short_months (Results 1 – 3 of 3) sorted by relevance

/external/qemu/distrib/libpng-1.2.19/
Dpng.c652 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/
Dpng.c672 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()
DCHANGES293 fixed dimensions of "short_months" array in pngwrite.c