Home | History | Annotate | Download | only in tzcode

Lines Matching refs:zic_t

14 typedef int_fast64_t	zic_t;
87 zic_t r_temp; /* used in outzone */
113 zic_t z_untiltime;
122 static void addtt(zic_t starttime, int type);
131 static void leapadd(zic_t t, int positive, int rolling, int count);
136 static void convert64(zic_t val, char * buf);
155 static int is32(zic_t x);
165 static void puttzcode64(zic_t code, FILE * fp);
167 static zic_t rpytime(const struct rule * rp, int wantedy);
178 static zic_t tadd(zic_t t1, long t2);
201 static zic_t max_time;
203 static zic_t min_time;
401 zic_t at;
415 static zic_t trans[TZ_MAX_LEAPS];
608 if (TYPE_BIT(zic_t) < 64) {
610 _("wild compilation-time specification of zic_t"));
1264 zic_t t;
1313 if (dayoff < 0 && !TYPE_SIGNED(zic_t)) {
1325 t = (zic_t) dayoff * SECSPERDAY;
1551 const zic_t val;
1574 const zic_t val;
1588 const zic_t a = ((const struct attype *) avp)->at;
1589 const zic_t b = ((const struct attype *) bvp)->at;
1596 const zic_t x;
1614 zic_t ats[TZ_MAX_TIMES];
1835 register zic_t todo;
2104 register zic_t starttime, untiltime;
2286 register zic_t jtime, ktime;
2444 const zic_t starttime;
2560 const zic_t t;
2754 static zic_t
2756 const zic_t t1;
2759 register zic_t t;
2778 static zic_t
2785 register zic_t t;
2857 t = (zic_t) dayoff * SECSPERDAY;