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

/external/qemu/distrib/libpng-1.2.46/
H A Dpng.c673 static PNG_CONST char short_months[12][4] = local
689 ptime->day % 32, short_months[(ptime->month - 1) % 12],
700 ptime->day % 32, short_months[(ptime->month - 1) % 12],
708 ptime->day % 32, short_months[(ptime->month - 1) % 12],
/external/chromium_org/third_party/libpng/
H A Dpng.c672 static PNG_CONST char short_months[12][4] = local
688 ptime->day % 32, short_months[(ptime->month - 1) % 12],
699 ptime->day % 32, short_months[(ptime->month - 1) % 12],
707 ptime->day % 32, short_months[(ptime->month - 1) % 12],
/external/libpng/
H A Dpng.c697 static PNG_CONST char short_months[12][4] = local
722 APPEND_STRING(short_months[(ptime->month - 1)]);

Completed in 60 milliseconds