OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SECSPERREPEAT
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/tools/tzcode/
private.h
411
#ifndef
SECSPERREPEAT
412
#define
SECSPERREPEAT
((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
413
#endif /* !defined
SECSPERREPEAT
*/
416
#define SECSPERREPEAT_BITS 34 /* ceil(log2(
SECSPERREPEAT
)) */
/bionic/libc/tzcode/
private.h
570
#ifndef
SECSPERREPEAT
571
#define
SECSPERREPEAT
((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
572
#endif /* !defined
SECSPERREPEAT
*/
575
#define SECSPERREPEAT_BITS 34 /* ceil(log2(
SECSPERREPEAT
)) */
Completed in 2901 milliseconds