Lines Matching defs:int_fast32_t
224 int_fast32_t ls_corr; /* correction to apply */
267 int_fast32_t r_time; /* transition time of rule */
273 static struct tm *gmtsub(struct state const *, time_t const *, int_fast32_t,
276 static bool increment_overflow_time(time_t *, int_fast32_t);
277 static int_fast32_t leapcorr(struct state const *, time_t);
278 static struct tm *timesub(time_t const *, int_fast32_t, struct state const *,
348 init_ttinfo(struct ttinfo *s, int_fast32_t utoff, bool isdst,
367 static int_fast32_t
370 register int_fast32_t result;
372 int_fast32_t one = 1;
373 int_fast32_t halfmaxval = one << (32 - 2);
374 int_fast32_t maxval = halfmaxval - 1 + halfmaxval;
375 int_fast32_t minval = -1 - maxval;
384 result -= !TWOS_COMPLEMENT(int_fast32_t) && result != 0;
739 int_fast32_t datablock_size;
740 int_fast32_t ttisstdcnt = detzcode(up->tzhead.tzh_ttisstdcnt);
741 int_fast32_t ttisutcnt = detzcode(up->tzhead.tzh_ttisutcnt);
743 int_fast32_t prevcorr;
744 int_fast32_t leapcnt = detzcode(up->tzhead.tzh_leapcnt);
745 int_fast32_t timecnt = detzcode(up->tzhead.tzh_timecnt);
746 int_fast32_t typecnt = detzcode(up->tzhead.tzh_typecnt);
747 int_fast32_t charcnt = detzcode(up->tzhead.tzh_charcnt);
839 int_fast32_t corr = detzcode(p + stored);
1087 getsecs(register const char *strp, int_fast32_t *const secsp)
1090 int_fast32_t secsperhour = SECSPERHOUR;
1128 getoffset(register const char *strp, int_fast32_t *const offsetp)
1204 static int_fast32_t
1206 const int_fast32_t offset)
1209 register int_fast32_t value;
1301 int_fast32_t stdoffset;
1302 int_fast32_t dstoffset;
1370 int_fast32_t janoffset = 0;
1393 int_fast32_t yearsecs
1406 int_fast32_t yearsecs
1422 int_fast32_t
1425 int_fast32_t
1430 int_fast32_t swap = starttime;
1471 register int_fast32_t theirstdoffset;
1472 register int_fast32_t theirdstoffset;
1473 register int_fast32_t theiroffset;
1762 ** SETNAME's type is int_fast32_t for compatibility with gmtsub,
1768 localsub(struct state const *sp, time_t const *timep, int_fast32_t setname,
1939 int_fast32_t offset, struct tm *tmp)
2076 timesub(const time_t *timep, int_fast32_t offset,
2082 register int_fast32_t corr;
2084 int_fast32_t idays, rem, dayoff, dayrem;
2130 int_fast32_t ydelta = tdelta + !tdelta;
2244 increment_overflow_time(time_t *tp, int_fast32_t j)
2299 int_fast32_t, struct tm *),
2301 const int_fast32_t offset,
2459 int_fast32_t diff = mytm.TM_GMTOFF - yourtm.TM_GMTOFF;
2518 int_fast32_t, struct tm *),
2520 const int_fast32_t offset,
2537 int_fast32_t, struct tm *),
2539 const int_fast32_t offset)
2695 static int_fast32_t