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/icu4c/tools/tzcode/
private.h
282
#ifndef
AVGSECSPERYEAR
283
#define
AVGSECSPERYEAR
31556952L
284
#endif /* !defined
AVGSECSPERYEAR
*/
287
#define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t)
AVGSECSPERYEAR
)
/bionic/libc/tzcode/
private.h
348
#ifndef
AVGSECSPERYEAR
349
#define
AVGSECSPERYEAR
31556952L
350
#endif /* !defined
AVGSECSPERYEAR
*/
353
#define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t)
AVGSECSPERYEAR
)
Completed in 564 milliseconds