Home | History | Annotate | Download | only in tzcode

Lines Matching refs:stored

350     register int            stored;
380 for (stored = 4; stored <= 8; stored *= 2) {
399 sp->timecnt * stored + /* ats */
403 sp->leapcnt * (stored + 4) + /* lsinfos */
408 sp->ats[i] = (stored == 4) ?
410 p += stored;
438 lsisp->ls_trans = (stored == 4) ?
440 p += stored;
480 ((stored == 4) ? INT32_MAX : INT64_MAX))) {
519 if (stored >= (int) sizeof(time_t) && TYPE_INTEGRAL(time_t))