Lines Matching refs:int_fast32_t
93 int_fast32_t tt_gmtoff; /* UT offset in seconds */
135 int_fast32_t r_time; /* transition time of rule */
149 static int_fast32_t detzcode(const char * codep);
157 static const char * getsecs(const char * strp, int_fast32_t * secsp);
158 static const char * getoffset(const char * strp, int_fast32_t * offsetp);
161 static struct tm * gmtsub(const time_t * timep, int_fast32_t offset,
163 static struct tm * localsub(const time_t * timep, int_fast32_t offset,
167 static int increment_overflow32(int_fast32_t * number, int delta);
168 static int increment_overflow_time(time_t *t, int_fast32_t delta);
169 static int normalize_overflow32(int_fast32_t * tensptr,
176 int_fast32_t, struct tm *, struct state *), // android-changed: added state*.
177 int_fast32_t, struct state * sp); // android-changed: added sp.
180 int_fast32_t, struct tm*, struct state *), // android-changed: added state*.
181 int_fast32_t offset, int * okayp, struct state * sp); // android-changed: added sp.
184 int_fast32_t, struct tm*, struct state *), // android-changed: added state*.
185 …int_fast32_t offset, int * okayp, int do_norm_secs, struct state * sp); // android-change: added s…
186 static struct tm * timesub(const time_t * timep, int_fast32_t offset,
190 static int_fast32_t transtime(int year, const struct rule * rulep,
191 int_fast32_t offset)
243 static int_fast32_t
246 register int_fast32_t result; in detzcode()
728 getsecs(register const char *strp, int_fast32_t *const secsp) in getsecs()
741 *secsp = num * (int_fast32_t) SECSPERHOUR; in getsecs()
768 getoffset(register const char *strp, int_fast32_t *const offsetp) in getoffset()
843 static int_fast32_t
845 const int_fast32_t offset) in transtime()
848 register int_fast32_t value; in transtime()
942 int_fast32_t stdoffset; in tzparse()
943 int_fast32_t dstoffset; in tzparse()
1030 int_fast32_t in tzparse()
1033 int_fast32_t in tzparse()
1038 int_fast32_t swap = starttime; in tzparse()
1068 register int_fast32_t theirstdoffset; in tzparse()
1069 register int_fast32_t theirdstoffset; in tzparse()
1070 register int_fast32_t theiroffset; in tzparse()
1286 localsub(const time_t * const timep, const int_fast32_t offset, in localsub()
1392 gmtsub(const time_t * const timep, const int_fast32_t offset, in gmtsub()
1464 timesub(const time_t *const timep, const int_fast32_t offset, in timesub()
1527 register int_fast32_t seconds; in timesub()
1646 increment_overflow32(int_fast32_t *const lp, int const m) in increment_overflow32()
1648 register int_fast32_t const l = *lp; in increment_overflow32()
1657 increment_overflow_time(time_t *tp, int_fast32_t j) in increment_overflow_time()
1685 normalize_overflow32(int_fast32_t *const tensptr, int *const unitsptr, in normalize_overflow32()
1715 struct tm *(*const funcp)(const time_t*, int_fast32_t, struct tm*, struct state*), in time2sub() argument
1716 const int_fast32_t offset, in time2sub()
1723 register int_fast32_t li; in time2sub()
1726 int_fast32_t y; in time2sub()
1894 …struct tm * (*const funcp)(const time_t *, int_fast32_t, struct tm *, struct state *), // android-… in time2() argument
1895 const int_fast32_t offset, in time2()
1911 …struct tm * (* const funcp) (const time_t *, int_fast32_t, struct tm *, struct state *), // androi… in time1() argument
1912 const int_fast32_t offset, struct state * sp) // android-changed: added sp. in time1()