Searched defs:int_fast32_t (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/sys/ |
H A D | stdint.h | 50 typedef __int_fast32_t int_fast32_t; typedef
|
/freebsd/contrib/tzcode/ |
H A D | private.h | 386 typedef long int_fast32_t; typedef 390 typedef int int_fast32_t; typedef
|
H A D | localtime.c | 2299 time2sub(struct tm * const tmp,struct tm * (* funcp)(struct state const *,time_t const *,int_fast32_t,struct tm *),struct state const * sp,const int_fast32_t offset,bool * okayp,bool do_norm_secs) time2sub() argument 2518 time2(struct tm * const tmp,struct tm * (* funcp)(struct state const *,time_t const *,int_fast32_t,struct tm *),struct state const * sp,const int_fast32_t offset,bool * okayp) time2() argument 2537 time1(struct tm * const tmp,struct tm * (* funcp)(struct state const *,time_t const *,int_fast32_t,struct tm *),struct state const * sp,const int_fast32_t offset) time1() argument [all...] |
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | stdint.h | 222 typedef __int_least32_t int_fast32_t; typedef
|