Home
last modified time | relevance | path

Searched refs:leapcnt (Results 151 – 175 of 300) sorted by relevance

12345678910>>...12

/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/tools/tzcode/
H A Dlocaltime.c102 int leapcnt; member
396 sp->leapcnt = (int) detzcode(up->tzhead.tzh_leapcnt); in tzload()
401 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS || in tzload()
413 sp->leapcnt * (stored + 4) + /* lsinfos */ in tzload()
465 for (i = 0; i < sp->leapcnt; ++i) { in tzload()
964 sp->leapcnt = 0; /* so, we're off a little */ in tzparse()
1232 lclptr->leapcnt = 0; /* so, we're off a little */ in tzset()
1433 i = (sp == NULL) ? 0 : sp->leapcnt; in timesub()
2007 i = sp->leapcnt; in leapcorr()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/util/
H A DZoneInfo.java414 int leapcnt = dis.readInt(); in readTZFile() local
421 + leapcnt * (4 + 4) + ttisgmtcnt + ttisstdcnt); in readTZFile()
432 leapcnt = dis.readInt(); in readTZFile()
440 || leapcnt < 0 || ttisgmtcnt < 0 || ttisstdcnt < 0 in readTZFile()
485 skipFully(dis, leapcnt * (tzif2 + 4) + ttisstdcnt + ttisgmtcnt); in readTZFile()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/util/
H A DZoneInfo.java414 int leapcnt = dis.readInt(); in readTZFile() local
421 + leapcnt * (4 + 4) + ttisgmtcnt + ttisstdcnt); in readTZFile()
432 leapcnt = dis.readInt(); in readTZFile()
440 || leapcnt < 0 || ttisgmtcnt < 0 || ttisstdcnt < 0 in readTZFile()
485 skipFully(dis, leapcnt * (tzif2 + 4) + ttisstdcnt + ttisgmtcnt); in readTZFile()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/util/
H A DZoneInfo.java414 int leapcnt = dis.readInt(); in readTZFile() local
421 + leapcnt * (4 + 4) + ttisgmtcnt + ttisstdcnt); in readTZFile()
432 leapcnt = dis.readInt(); in readTZFile()
440 || leapcnt < 0 || ttisgmtcnt < 0 || ttisstdcnt < 0 in readTZFile()
485 skipFully(dis, leapcnt * (tzif2 + 4) + ttisstdcnt + ttisgmtcnt); in readTZFile()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/util/
H A DZoneInfo.java414 int leapcnt = dis.readInt(); in readTZFile() local
421 + leapcnt * (4 + 4) + ttisgmtcnt + ttisstdcnt); in readTZFile()
432 leapcnt = dis.readInt(); in readTZFile()
440 || leapcnt < 0 || ttisgmtcnt < 0 || ttisstdcnt < 0 in readTZFile()
485 skipFully(dis, leapcnt * (tzif2 + 4) + ttisstdcnt + ttisgmtcnt); in readTZFile()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/util/
H A DZoneInfo.java414 int leapcnt = dis.readInt(); in readTZFile() local
421 + leapcnt * (4 + 4) + ttisgmtcnt + ttisstdcnt); in readTZFile()
432 leapcnt = dis.readInt(); in readTZFile()
440 || leapcnt < 0 || ttisgmtcnt < 0 || ttisstdcnt < 0 in readTZFile()
485 skipFully(dis, leapcnt * (tzif2 + 4) + ttisstdcnt + ttisgmtcnt); in readTZFile()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/Time/
H A DTimeVals.h89 int leapcnt; member
/dports/math/R/R-4.1.2/src/extra/tzone/
H A Dlocaltime.c201 int leapcnt; member
460 sp->leapcnt = (int) detzcode(up->tzhead.tzh_leapcnt); in tzload()
465 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS || in tzload()
477 sp->leapcnt * (stored + 4) + /* lsinfos */ in tzload()
525 for (int i = 0; i < sp->leapcnt; ++i) { in tzload()
1005 sp->leapcnt = 0; /* so, we're off a little */ in tzparse()
1242 lclptr->leapcnt = 0; /* so, we're off a little */ in tzset()
1413 i = sp->leapcnt; in timesub()
/dports/math/libRmath/R-4.1.1/src/extra/tzone/
H A Dlocaltime.c201 int leapcnt; member
460 sp->leapcnt = (int) detzcode(up->tzhead.tzh_leapcnt); in tzload()
465 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS || in tzload()
477 sp->leapcnt * (stored + 4) + /* lsinfos */ in tzload()
525 for (int i = 0; i < sp->leapcnt; ++i) { in tzload()
1005 sp->leapcnt = 0; /* so, we're off a little */ in tzparse()
1242 lclptr->leapcnt = 0; /* so, we're off a little */ in tzset()
1413 i = sp->leapcnt; in timesub()
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/tests/include/pdclib/functions/_tzcode/
H A D_PDCLIB_tzset_unlocked.c70 sp->leapcnt = 0; /* so, we're off a little */ in zoneinit()
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/tests/include/pdclib/include/pdclib/
H A D_PDCLIB_tzcode.h114 int leapcnt; member
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/timelib-2017.05/
H A Dtimelib.h151 uint32_t leapcnt; member
159 uint64_t leapcnt; member
/dports/devel/py-timelib/timelib-0.2.5/ext-date-lib/
H A Dtimelib_structs.h105 uint32_t leapcnt; member
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/src/
H A Dtimezone.c174 i = sp->leapcnt; in time_sub()
555 sp->leapcnt = 0; /* So, we're off a little */ in tzparse()
733 lclptr->leapcnt = 0; in tz_set()
/dports/comms/spandsp/spandsp-284fe91/src/
H A Dtimezone.c174 i = sp->leapcnt; in time_sub()
555 sp->leapcnt = 0; /* So, we're off a little */ in tzparse()
733 lclptr->leapcnt = 0; in tz_set()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dhttp_tzdist.c103 static struct buf *_icaltimezone_as_tzif(icalcomponent* ical, bit32 leapcnt,
1934 bit32 leapcnt = 0; in action_get() local
1937 leapcnt = leap_seconds->count - 2; in action_get()
1939 buf =_icaltimezone_as_tzif(ical, leapcnt, &start, &end); in action_get()
2464 static struct buf *_icaltimezone_as_tzif(icalcomponent* ical, bit32 leapcnt, in _icaltimezone_as_tzif() argument
2496 if (leapcnt) { in _icaltimezone_as_tzif()
2539 if (leapcnt) leap = ptrarray_nth(leap_seconds, leapidx); in _icaltimezone_as_tzif()
2621 if (leapcnt) { in _icaltimezone_as_tzif()
2641 buf_appendbit32(tzif, leapcnt); /* leapcnt */ in _icaltimezone_as_tzif()
2666 if (leapcnt) { in _icaltimezone_as_tzif()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dhttp_tzdist.c103 static struct buf *_icaltimezone_as_tzif(icalcomponent* ical, bit32 leapcnt,
1934 bit32 leapcnt = 0; in action_get() local
1937 leapcnt = leap_seconds->count - 2; in action_get()
1939 buf =_icaltimezone_as_tzif(ical, leapcnt, &start, &end); in action_get()
2464 static struct buf *_icaltimezone_as_tzif(icalcomponent* ical, bit32 leapcnt, in _icaltimezone_as_tzif() argument
2496 if (leapcnt) { in _icaltimezone_as_tzif()
2539 if (leapcnt) leap = ptrarray_nth(leap_seconds, leapidx); in _icaltimezone_as_tzif()
2621 if (leapcnt) { in _icaltimezone_as_tzif()
2641 buf_appendbit32(tzif, leapcnt); /* leapcnt */ in _icaltimezone_as_tzif()
2666 if (leapcnt) { in _icaltimezone_as_tzif()
/dports/devel/R-cran-lubridate/lubridate/src/cctz/src/
H A Dtime_zone_info.h87 std::size_t leapcnt; // leap seconds (we expect none) member
/dports/devel/cctz/cctz-2.2/src/
H A Dtime_zone_info.h84 std::size_t leapcnt; // leap seconds (we expect none) member
/dports/databases/postgresql96-server/postgresql-9.6.24/src/timezone/
H A Dzic.c177 static int leapcnt; variable
2171 j = leapcnt; in writezone()
2200 rangeall.leapcount = leapcnt; in writezone()
3405 if (TZ_MAX_LEAPS <= leapcnt) in leapadd()
3410 for (i = 0; i < leapcnt; ++i) in leapadd()
3413 memmove(&trans[i + 1], &trans[i], (leapcnt - i) * sizeof *trans); in leapadd()
3414 memmove(&corr[i + 1], &corr[i], (leapcnt - i) * sizeof *corr); in leapadd()
3415 memmove(&roll[i + 1], &roll[i], (leapcnt - i) * sizeof *roll); in leapadd()
3419 ++leapcnt; in leapadd()
3432 for (i = 0; i < leapcnt; ++i) in adjleap()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/chrono-tz-0.6.0/tz/
H A Dzic.c201 static int leapcnt; variable
1945 j = leapcnt; in writezone()
1971 rangeall.leapcount = leapcnt; in writezone()
2993 if (TZ_MAX_LEAPS <= leapcnt) { in leapadd()
2997 for (i = 0; i < leapcnt; ++i) in leapadd()
3000 memmove(&trans[i + 1], &trans[i], (leapcnt - i) * sizeof *trans); in leapadd()
3001 memmove(&corr[i + 1], &corr[i], (leapcnt - i) * sizeof *corr); in leapadd()
3002 memmove(&roll[i + 1], &roll[i], (leapcnt - i) * sizeof *roll); in leapadd()
3006 ++leapcnt; in leapadd()
3019 for (i = 0; i < leapcnt; ++i) { in adjleap()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/timezone/
H A Dzic.c177 static int leapcnt; variable
2171 j = leapcnt; in writezone()
2200 rangeall.leapcount = leapcnt; in writezone()
3405 if (TZ_MAX_LEAPS <= leapcnt) in leapadd()
3410 for (i = 0; i < leapcnt; ++i) in leapadd()
3413 memmove(&trans[i + 1], &trans[i], (leapcnt - i) * sizeof *trans); in leapadd()
3414 memmove(&corr[i + 1], &corr[i], (leapcnt - i) * sizeof *corr); in leapadd()
3415 memmove(&roll[i + 1], &roll[i], (leapcnt - i) * sizeof *roll); in leapadd()
3419 ++leapcnt; in leapadd()
3432 for (i = 0; i < leapcnt; ++i) in adjleap()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/timezone/
H A Dzic.c177 static int leapcnt; variable
2171 j = leapcnt; in writezone()
2200 rangeall.leapcount = leapcnt; in writezone()
3405 if (TZ_MAX_LEAPS <= leapcnt) in leapadd()
3410 for (i = 0; i < leapcnt; ++i) in leapadd()
3413 memmove(&trans[i + 1], &trans[i], (leapcnt - i) * sizeof *trans); in leapadd()
3414 memmove(&corr[i + 1], &corr[i], (leapcnt - i) * sizeof *corr); in leapadd()
3415 memmove(&roll[i + 1], &roll[i], (leapcnt - i) * sizeof *roll); in leapadd()
3419 ++leapcnt; in leapadd()
3432 for (i = 0; i < leapcnt; ++i) in adjleap()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/timezone/
H A Dzic.c177 static int leapcnt; variable
2171 j = leapcnt; in writezone()
2200 rangeall.leapcount = leapcnt; in writezone()
3405 if (TZ_MAX_LEAPS <= leapcnt) in leapadd()
3410 for (i = 0; i < leapcnt; ++i) in leapadd()
3413 memmove(&trans[i + 1], &trans[i], (leapcnt - i) * sizeof *trans); in leapadd()
3414 memmove(&corr[i + 1], &corr[i], (leapcnt - i) * sizeof *corr); in leapadd()
3415 memmove(&roll[i + 1], &roll[i], (leapcnt - i) * sizeof *roll); in leapadd()
3419 ++leapcnt; in leapadd()
3432 for (i = 0; i < leapcnt; ++i) in adjleap()
[all …]
/dports/devel/grcov/grcov-0.8.2/cargo-crates/chrono-tz-0.5.3/tz/
H A Dzic.c203 static int leapcnt; variable
1954 j = leapcnt; in writezone()
1980 rangeall.leapcount = leapcnt; in writezone()
3004 if (TZ_MAX_LEAPS <= leapcnt) { in leapadd()
3008 for (i = 0; i < leapcnt; ++i) in leapadd()
3011 memmove(&trans[i + 1], &trans[i], (leapcnt - i) * sizeof *trans); in leapadd()
3012 memmove(&corr[i + 1], &corr[i], (leapcnt - i) * sizeof *corr); in leapadd()
3013 memmove(&roll[i + 1], &roll[i], (leapcnt - i) * sizeof *roll); in leapadd()
3017 ++leapcnt; in leapadd()
3030 for (i = 0; i < leapcnt; ++i) { in adjleap()
[all …]

12345678910>>...12