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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dlocaltime.c1141 int lo, hi, tidx, lidx; local
1207 if ((lidx = lclzonep->last_ats_idx) != -1 &&
1208 lidx != hi &&
1209 t >= lclzonep->ats[lidx] &&
1210 t < lclzonep->ats[lidx + 1]) {
1212 tidx = lidx;

Completed in 36 milliseconds