Searched refs:stored (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/tzcode/
H A Dlocaltime.c420 register int stored; local
520 for (stored = 4; stored <= 8; stored *= 2) {
539 sp->timecnt * stored + /* ats */
543 sp->leapcnt * (stored + 4) + /* lsinfos */
548 sp->ats[i] = (stored == 4) ?
550 p += stored;
578 lsisp->ls_trans = (stored == 4) ?
580 p += stored;
[all...]

Completed in 21 milliseconds