OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AVGSECSPERYEAR
(Results
1 - 2
of
2
) 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
)
/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
)
Completed in 471 milliseconds