Searched defs:hit (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/tzcode/
H A Dlocaltime.c1558 register int hit; local
1562 hit = 0;
1573 hit = ((i == 0 && lp->ls_corr > 0) ||
1575 if (hit)
1581 ++hit;
1666 tmp->tm_sec = (int) (rem % SECSPERMIN) + hit;
2205 ** For a positive leap second hit, the result
2207 ** hit, the corresponding time doesn't exist,

Completed in 65 milliseconds