Home
last modified time | relevance | path

Searched refs:ats (Results 1 – 14 of 14) sorted by relevance

/third_party/tzdata/
Dlocaltime.c121 time_t ats[TZ_MAX_TIMES]; member
521 if (timecnt && attime <= sp->ats[timecnt - 1]) { in tzloadbody()
522 if (attime < sp->ats[timecnt - 1]) in tzloadbody()
527 sp->ats[timecnt++] = attime; in tzloadbody()
680 time_t t = ts->ats[i]; in tzloadbody()
683 && t <= sp->ats[sp->timecnt - 1])) in tzloadbody()
685 sp->ats[sp->timecnt] = t; in tzloadbody()
698 if (sp->ats[0] <= TIME_T_MAX - SECSPERREPEAT) { in tzloadbody()
699 time_t repeatat = sp->ats[0] + SECSPERREPEAT; in tzloadbody()
702 if (sp->ats[i] == repeatat in tzloadbody()
[all …]
Dzic.c2302 zic_t const *ats, unsigned char const *types) in limitrange() argument
2305 while (0 < r.count && ats[r.base] < lo) { in limitrange()
2330 while (0 < r.count && hi + 1 < ats[r.base + r.count - 1]) in limitrange()
2355 zic_t *ats = emalloc(align_to(size_product(timecnt + !timecnt, in writezone() local
2356 sizeof *ats + 1), in writezone()
2358 void *typesptr = ats + timecnt; in writezone()
2412 ats[i] = attypes[i].at; in writezone()
2422 if (ats[i] > trans[j] - corr[j]) { in writezone()
2423 ats[i] = tadd(ats[i], corr[j]); in writezone()
2434 ats, types); in writezone()
[all …]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dlocaltime.c108 time_t ats[TZ_MAX_TIMES]; member
433 sp->ats[timecnt++] = time_t_min; in tzload()
435 sp->ats[timecnt++] = at; in tzload()
533 ts.ats[i] <= in tzload()
534 sp->ats[sp->timecnt - 1]) in tzload()
538 sp->ats[sp->timecnt] = in tzload()
539 ts.ats[i]; in tzload()
553 differ_by_repeat(sp->ats[i], sp->ats[0])) { in tzload()
560 differ_by_repeat(sp->ats[sp->timecnt - 1], in tzload()
561 sp->ats[i])) { in tzload()
[all …]
Dzic.c1608 zic_t *ats = emalloc(size_product(timecnt, sizeof *ats + 1)); in writezone() local
1609 void *typesptr = ats + timecnt; in writezone()
1653 ats[i] = attypes[i].at; in writezone()
1662 if (ats[i] > trans[j] - corr[j]) { in writezone()
1663 ats[i] = tadd(ats[i], corr[j]); in writezone()
1674 while (timecnt32 > 0 && !is32(ats[timecnt32 - 1])) in writezone()
1676 while (timecnt32 > 0 && !is32(ats[timei32])) { in writezone()
1882 puttzcode(ats[i], fp); in writezone()
1883 else puttzcode64(ats[i], fp); in writezone()
1908 if (timecnt == 0 || trans[i] < ats[0]) { in writezone()
[all …]
/third_party/icu/icu4c/source/tools/tzcode/
Dlocaltime.c110 time_t ats[TZ_MAX_TIMES]; member
435 sp->ats[timecnt++] = time_t_min; in tzload()
437 sp->ats[timecnt++] = at; in tzload()
535 ts.ats[i] <= in tzload()
536 sp->ats[sp->timecnt - 1]) in tzload()
540 sp->ats[sp->timecnt] = in tzload()
541 ts.ats[i]; in tzload()
555 differ_by_repeat(sp->ats[i], sp->ats[0])) { in tzload()
562 differ_by_repeat(sp->ats[sp->timecnt - 1], in tzload()
563 sp->ats[i])) { in tzload()
[all …]
Dzic.c1609 zic_t *ats = emalloc(size_product(timecnt, sizeof *ats + 1)); in writezone() local
1610 void *typesptr = ats + timecnt; in writezone()
1654 ats[i] = attypes[i].at; in writezone()
1663 if (ats[i] > trans[j] - corr[j]) { in writezone()
1664 ats[i] = tadd(ats[i], corr[j]); in writezone()
1675 while (timecnt32 > 0 && !is32(ats[timecnt32 - 1])) in writezone()
1677 while (timecnt32 > 0 && !is32(ats[timei32])) { in writezone()
1883 puttzcode(ats[i], fp); in writezone()
1884 else puttzcode64(ats[i], fp); in writezone()
1909 if (timecnt == 0 || trans[i] < ats[0]) { in writezone()
[all …]
/third_party/typescript/src/testRunner/unittests/tsserver/
Dtelemetry.ts273 const ats = makeFile("/a.ts", ""); constant
274 const et = new TestServerEventManager([ats]);
276 et.service.openClientFile(ats.path);
/third_party/ntfs-3g/ntfsprogs/
Dntfsclone.c1259 atype *ats; \
1260 ats = (atype *)((char *)(attr) + le16_to_cpu((attr)->value_offset)); \
1262 ats->creation_time = (timestamp); \
1263 ats->last_data_change_time = (timestamp); \
1264 ats->last_mft_change_time= (timestamp); \
1265 ats->last_access_time = (timestamp); \
/third_party/skia/third_party/externals/icu/source/data/misc/
DkeyTypeData.txt187 ats{""}
/third_party/icu/icu4c/source/data/misc/
DkeyTypeData.txt188 ats{""}
/third_party/skia/third_party/externals/freetype/builds/unix/
Dconfigure.raw887 AC_ARG_WITH([ats],
888 AS_HELP_STRING([--with-ats],
/third_party/node/deps/openssl/openssl/
DCHANGES.md14763 *Arne Ansper <arne@ats.cyber.ee>, Bodo Moeller*
14868 *Bodo Moeller; problem pointed out by Arne Ansper <arne@ats.cyber.ee>*
17696 *Steve Henson, reported by Arne Ansper <arne@ats.cyber.ee>*
19135 *Arne Ansper <arne@ats.cyber.ee>*
19145 *Arne Ansper <arne@ats.cyber.ee>, integrated by Ben Laurie*
19501 *Arne Ansper <arne@ats.cyber.ee>*
19505 *Arne Ansper <arne@ats.cyber.ee>*
19509 *Arne Ansper <arne@ats.cyber.ee>*
19513 *Arne Ansper <arne@ats.cyber.ee>*
/third_party/openssl/
DCHANGES.md14585 *Arne Ansper <arne@ats.cyber.ee>, Bodo Moeller*
14690 *Bodo Moeller; problem pointed out by Arne Ansper <arne@ats.cyber.ee>*
17518 *Steve Henson, reported by Arne Ansper <arne@ats.cyber.ee>*
18957 *Arne Ansper <arne@ats.cyber.ee>*
18967 *Arne Ansper <arne@ats.cyber.ee>, integrated by Ben Laurie*
19323 *Arne Ansper <arne@ats.cyber.ee>*
19327 *Arne Ansper <arne@ats.cyber.ee>*
19331 *Arne Ansper <arne@ats.cyber.ee>*
19335 *Arne Ansper <arne@ats.cyber.ee>*
/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/
Dles-mis-utf8.txt3952 narine à la manière des forçats et s'était laissé tomber tout habillé
4166 bagne, sur le lit de planches des forçats, il se replia en sa conscience
4350 Sa souplesse dépassait encore sa vigueur. Certains forçats, rêveurs
4694 chandelier de mineur. On employait alors quelquefois les forçats à
9593 s'informe à Toulon. Avec Brevet, il n'y a plus que deux forçats qui
11149 anciens forçats qui l'avaient connu; mais qu'à coup sûr ils ne le
12601 forçats Brevet, Chenildieu et Cochepaille. Qu'oppose-t-il à cette
13024 Il se tourna vers les trois forçats: