OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVGSECSPERYEAR
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/tools/tzcode/
private.h
407
#ifndef
AVGSECSPERYEAR
408
#define
AVGSECSPERYEAR
31556952L
409
#endif /* !defined
AVGSECSPERYEAR
*/
412
#define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t)
AVGSECSPERYEAR
)
localtime.c
[
all
...]
/bionic/libc/tzcode/
private.h
573
#ifndef
AVGSECSPERYEAR
574
#define
AVGSECSPERYEAR
31556952L
575
#endif /* !defined
AVGSECSPERYEAR
*/
578
#define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t)
AVGSECSPERYEAR
)
localtime.c
[
all
...]
Completed in 1273 milliseconds