HomeSort by relevance Sort by last modified time
    Searched refs:leapcnt (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
TimeVals.h 89 int leapcnt; member in struct:state
ZoneProc.c 378 sp->leapcnt = (int) detzcode(u.tzhead.tzh_leapcnt);
383 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS ||
394 sp->leapcnt * (4 + 4) + /* lsinfos */
424 for (i = 0; i < sp->leapcnt; ++i) {
606 sp->leapcnt = 0; /* so, we're off a little */
817 lclptr->leapcnt = 0; /* so, we're off a little */
Time.c 111 i = (sp == NULL) ? 0 : sp->leapcnt;
114 i = sp->leapcnt;
  /bionic/libc/tzcode/
localtime.c 123 int leapcnt; member in struct:state
442 int_fast32_t leapcnt = detzcode(up->tzhead.tzh_leapcnt); local
447 if (! (0 <= leapcnt && leapcnt < TZ_MAX_LEAPS
460 + leapcnt * (stored + 4) /* lsinfos */
464 sp->leapcnt = leapcnt;
522 leapcnt = 0;
523 for (i = 0; i < sp->leapcnt; ++i) {
531 if (leapcnt && trans <= sp->lsis[leapcnt - 1].ls_trans)
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 102 int leapcnt; member in struct:state
396 sp->leapcnt = (int) detzcode(up->tzhead.tzh_leapcnt);
401 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS ||
413 sp->leapcnt * (stored + 4) + /* lsinfos */
465 for (i = 0; i < sp->leapcnt; ++i) {
964 sp->leapcnt = 0; /* so, we're off a little */
1232 lclptr->leapcnt = 0; /* so, we're off a little */
    [all...]
zic.c 189 static int leapcnt; variable
    [all...]
tz2icu.cpp 323 int64_t leapcnt = readcoded(file, 0); local
516 for (i=0; i<leapcnt; ++i) {
    [all...]

Completed in 348 milliseconds