Home
last modified time | relevance | path

Searched refs:typecnt (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Time/
DZoneProc.c118 for (i = 0; i < sp->typecnt; ++i) { in settzname()
380 sp->typecnt = (int) detzcode(u.tzhead.tzh_typecnt); in tzload()
384 sp->typecnt <= 0 || sp->typecnt > TZ_MAX_TYPES || in tzload()
387 (ttisstdcnt != sp->typecnt && ttisstdcnt != 0) || in tzload()
388 (ttisgmtcnt != sp->typecnt && ttisgmtcnt != 0)) in tzload()
392 sp->typecnt * (4 + 2) + /* ttinfos */ in tzload()
404 if (sp->types[i] >= sp->typecnt) in tzload()
407 for (i = 0; i < sp->typecnt; ++i) { in tzload()
433 for (i = 0; i < sp->typecnt; ++i) { in tzload()
446 for (i = 0; i < sp->typecnt; ++i) { in tzload()
[all …]
DTimeVals.h91 int typecnt; member
DTime.c369 for (i = sp->typecnt - 1; i >= 0; --i) { in time2sub()
372 for (j = sp->typecnt - 1; j >= 0; --j) { in time2sub()
464 for (i = 0; i < sp->typecnt; ++i) in time1()
732 if (++i >= sp->typecnt) { in localsub()