Searched refs:TZ_MAX_LEAPS (Results 1 – 2 of 2) sorted by relevance
119 #ifndef TZ_MAX_LEAPS120 #define TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */ macro
421 static zic_t trans[TZ_MAX_LEAPS];422 static zic_t corr[TZ_MAX_LEAPS];423 static char roll[TZ_MAX_LEAPS];3004 if (TZ_MAX_LEAPS <= leapcnt) { in leapadd()
Completed in 11 milliseconds