OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:short_months
(Results
1 - 2
of
2
) sorted by null
/external/libpng/
png.c
673
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/qemu/distrib/libpng-1.2.19/
png.c
652
static PNG_CONST char
short_months
[12][4] =
local
667
ptime->day % 32,
short_months
[(ptime->month - 1) % 12],
678
ptime->day % 32,
short_months
[(ptime->month - 1) % 12],
686
ptime->day % 32,
short_months
[(ptime->month - 1) % 12],
Completed in 26 milliseconds