Lines Matching defs:int_fast32_t
232 int_fast32_t ls_corr; /* correction to apply */
277 int_fast32_t r_time; /* transition time of rule */
280 static struct tm *gmtsub(struct state const *, time_t const *, int_fast32_t,
283 static bool increment_overflow_time(__time_t *, int_fast32_t);
284 static int_fast32_t leapcorr(struct state const *, __time_t);
285 static struct tm *timesub(time_t const *, int_fast32_t, struct state const *,
363 init_ttinfo(struct ttinfo *s, int_fast32_t utoff, bool isdst,
382 static int_fast32_t
385 register int_fast32_t result;
387 int_fast32_t one = 1;
388 int_fast32_t halfmaxval = one << (32 - 2);
389 int_fast32_t maxval = halfmaxval - 1 + halfmaxval;
390 int_fast32_t minval = -1 - maxval;
399 result -= !TWOS_COMPLEMENT(int_fast32_t) && result != 0;
690 int_fast32_t datablock_size;
691 int_fast32_t ttisstdcnt = detzcode(up->tzhead.tzh_ttisstdcnt);
692 int_fast32_t ttisutcnt = detzcode(up->tzhead.tzh_ttisutcnt);
694 int_fast32_t prevcorr = 0;
695 int_fast32_t leapcnt = detzcode(up->tzhead.tzh_leapcnt);
696 int_fast32_t timecnt = detzcode(up->tzhead.tzh_timecnt);
697 int_fast32_t typecnt = detzcode(up->tzhead.tzh_typecnt);
698 int_fast32_t charcnt = detzcode(up->tzhead.tzh_charcnt);
790 int_fast32_t corr = detzcode(p + stored);
1044 getsecs(register const char *strp, int_fast32_t *const secsp)
1047 int_fast32_t secsperhour = SECSPERHOUR;
1085 getoffset(register const char *strp, int_fast32_t *const offsetp)
1161 static int_fast32_t
1163 const int_fast32_t offset)
1166 register int_fast32_t value;
1258 int_fast32_t stdoffset;
1259 int_fast32_t dstoffset;
1328 int_fast32_t janoffset = 0;
1352 int_fast32_t yearsecs
1365 int_fast32_t yearsecs
1381 int_fast32_t
1384 int_fast32_t
1389 int_fast32_t swap = starttime;
1430 register int_fast32_t theirstdoffset;
1431 register int_fast32_t theirdstoffset;
1432 register int_fast32_t theiroffset;
1687 ** SETNAME's type is int_fast32_t for compatibility with gmtsub,
1693 localsub(struct state const *sp, time_t const *timep, int_fast32_t setname,
1840 int_fast32_t offset, struct tm *tmp)
1893 return gmtsub(gmtptr, timep, (int_fast32_t)offset, &tm);
1900 return gmtsub(NULL, timep, (int_fast32_t)offset, tmp);
1926 timesub(const time_t *timep, int_fast32_t offset,
1932 register int_fast32_t corr;
1934 int_fast32_t idays, rem, dayoff, dayrem;
1979 int_fast32_t tdelta = idays / DAYSPERLYEAR;
1980 int_fast32_t ydelta = tdelta + !tdelta;
2094 increment_overflow_time(__time_t *tp, int_fast32_t j)
2149 int_fast32_t, struct tm *),
2151 const int_fast32_t offset,
2339 int_fast32_t diff = (int_fast32_t)
2407 int_fast32_t, struct tm *),
2409 const int_fast32_t offset,
2426 int_fast32_t, struct tm *),
2428 const int_fast32_t offset)
2582 return time1(tmp, gmtsub, gmtptr, (int_fast32_t)offset);
2601 static int_fast32_t