OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AVGSECSPERYEAR
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/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
)
/external/icu/icu4c/source/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
396
#ifndef
AVGSECSPERYEAR
397
#define
AVGSECSPERYEAR
31556952L
398
#endif /* !defined
AVGSECSPERYEAR
*/
401
#define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t)
AVGSECSPERYEAR
)
Completed in 34 milliseconds