OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:short_months
(Results
1 - 4
of
4
) 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],
CHANGES
293
fixed dimensions of "
short_months
" array in pngwrite.c
[
all
...]
/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],
/external/chromium_org/third_party/libpng/
png.c
672
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],
Completed in 75 milliseconds