Lines Matching refs:int_fast32_t

100     int_fast32_t tt_gmtoff;  /* UT offset in seconds */
149 int_fast32_t r_time; /* transition time of rule */
152 static struct tm *gmtsub(struct state const *, time_t const *, int_fast32_t,
155 static bool increment_overflow_time(time_t *, int_fast32_t);
156 static bool normalize_overflow32(int_fast32_t *, int *, int);
157 static struct tm *timesub(time_t const *, int_fast32_t, struct state const *,
208 init_ttinfo(struct ttinfo *s, int_fast32_t gmtoff, bool isdst, int abbrind) in init_ttinfo()
217 static int_fast32_t
220 register int_fast32_t result; in detzcode()
222 int_fast32_t one = 1; in detzcode()
223 int_fast32_t halfmaxval = one << (32 - 2); in detzcode()
224 int_fast32_t maxval = halfmaxval - 1 + halfmaxval; in detzcode()
225 int_fast32_t minval = -1 - maxval; in detzcode()
234 result -= !TWOS_COMPLEMENT(int_fast32_t) && result != 0; in detzcode()
440 int_fast32_t ttisstdcnt = detzcode(up->tzhead.tzh_ttisstdcnt); in tzloadbody()
441 int_fast32_t ttisgmtcnt = detzcode(up->tzhead.tzh_ttisgmtcnt); in tzloadbody()
442 int_fast32_t leapcnt = detzcode(up->tzhead.tzh_leapcnt); in tzloadbody()
443 int_fast32_t timecnt = detzcode(up->tzhead.tzh_timecnt); in tzloadbody()
444 int_fast32_t typecnt = detzcode(up->tzhead.tzh_typecnt); in tzloadbody()
445 int_fast32_t charcnt = detzcode(up->tzhead.tzh_charcnt); in tzloadbody()
525 int_fast32_t corr = detzcode(p + stored); in tzloadbody()
807 getsecs(register const char *strp, int_fast32_t *const secsp) in getsecs()
820 *secsp = num * (int_fast32_t) SECSPERHOUR; in getsecs()
847 getoffset(register const char *strp, int_fast32_t *const offsetp) in getoffset()
922 static int_fast32_t ATTRIBUTE_PURE
924 const int_fast32_t offset) in transtime()
927 register int_fast32_t value; in transtime()
1021 int_fast32_t stdoffset; in tzparse()
1022 int_fast32_t dstoffset; in tzparse()
1109 int_fast32_t in tzparse()
1112 int_fast32_t in tzparse()
1117 int_fast32_t swap = starttime; in tzparse()
1147 register int_fast32_t theirstdoffset; in tzparse()
1148 register int_fast32_t theirdstoffset; in tzparse()
1149 register int_fast32_t theiroffset; in tzparse()
1402 localsub(struct state const *sp, time_t const *timep, int_fast32_t setname, in localsub()
1528 gmtsub(struct state const *sp, time_t const *timep, int_fast32_t offset, in gmtsub()
1587 timesub(const time_t *timep, int_fast32_t offset, in timesub()
1766 increment_overflow32(int_fast32_t *const lp, int const m) in increment_overflow32()
1768 register int_fast32_t const l = *lp; in increment_overflow32()
1777 increment_overflow_time(time_t *tp, int_fast32_t j) in increment_overflow_time()
1805 normalize_overflow32(int_fast32_t *tensptr, int *unitsptr, int base) in normalize_overflow32()
1835 int_fast32_t, struct tm *), in time2sub() argument
1837 const int_fast32_t offset, in time2sub()
1844 register int_fast32_t li; in time2sub()
1847 int_fast32_t y; in time2sub()
1973 int_fast32_t diff = mytm.TM_GMTOFF - yourtm.TM_GMTOFF; in time2sub()
2032 int_fast32_t, struct tm *), in time2() argument
2034 const int_fast32_t offset, in time2()
2051 int_fast32_t, struct tm *), in time1() argument
2053 const int_fast32_t offset) in time1()