| /src/sys/arch/amd64/include/ |
| int_mwgwtypes.h | 61 typedef int int_fast32_t; typedef
|
| /src/sys/arch/sparc/include/ |
| int_mwgwtypes.h | 82 typedef long int int_fast32_t; typedef 85 typedef int int_fast32_t; typedef
|
| /src/sys/arch/alpha/include/ |
| int_mwgwtypes.h | 63 typedef int int_fast32_t; typedef
|
| /src/sys/arch/hppa/include/ |
| int_mwgwtypes.h | 63 typedef int int_fast32_t; typedef
|
| /src/sys/arch/i386/include/ |
| int_mwgwtypes.h | 67 typedef int int_fast32_t; typedef
|
| /src/sys/arch/ia64/include/ |
| int_mwgwtypes.h | 63 typedef int int_fast32_t; typedef
|
| /src/sys/arch/m68k/include/ |
| int_mwgwtypes.h | 66 typedef int int_fast32_t; typedef
|
| /src/sys/arch/sh3/include/ |
| int_mwgwtypes.h | 65 typedef int int_fast32_t; typedef
|
| /src/sys/arch/vax/include/ |
| int_mwgwtypes.h | 66 typedef int int_fast32_t; typedef
|
| /src/sys/arch/mips/include/ |
| int_mwgwtypes.h | 68 typedef int int_fast32_t; typedef
|
| /src/sys/arch/powerpc/include/ |
| int_mwgwtypes.h | 68 typedef int int_fast32_t; typedef
|
| /src/sys/sys/ |
| common_int_mwgwtypes.h | 59 typedef __INT_FAST32_TYPE__ int_fast32_t; typedef
|
| /src/sys/arch/arm/include/ |
| int_mwgwtypes.h | 109 typedef __INT_FAST32_TYPE__ int_fast32_t; typedef
|
| /src/include/ |
| tzfile.h | 139 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/ |
| stdint.d | 86 alias int_fast32_t = int32_t; /// 120 alias int_fast32_t = int; /// 156 alias int_fast32_t = int; /// 165 alias int_fast32_t = ptrdiff_t; /// 200 alias int_fast32_t = ptrdiff_t; /// 234 alias int_fast32_t = int32_t; /// 268 alias int_fast32_t = int; /// 302 alias int_fast32_t = int32_t; /// 336 alias int_fast32_t = int; /// 370 alias int_fast32_t = int; // [all...] |
| /src/tests/lib/libc/sync/ |
| cpp_atomic_ops_linkable.cc | 93 ATest<int_fast32_t>();
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
| stdint.h | 70 using ::int_fast32_t;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/ |
| stdint.h | 70 using ::int_fast32_t;
|
| /src/lib/libc/time/ |
| localtime.c | 507 Ordinarily this is int_fast32_t, but on non-C23 hosts 510 typedef int_fast32_t int_fast32_2s; 611 int_fast32_t r_time; /* transition time of rule */ 614 static struct tm *gmtsub(struct state const *, time_t const *, int_fast32_t, 619 static struct tm *timesub(time_t const *, int_fast32_t, struct state const *, 702 init_ttinfo(struct ttinfo *s, int_fast32_t utoff, bool isdst, 1152 int_fast32_t datablock_size; 1519 getsecs(register const char *strp, int_fast32_t *const secsp) 1522 int_fast32_t secsperhour = SECSPERHOUR; 1560 getoffset(register const char *strp, int_fast32_t *const offsetp [all...] |
| /src/external/mpl/bind/dist/lib/isc/include/isc/ |
| types.h | 81 typedef int_fast32_t isc_statscounter_t;
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| stdint_.h | 192 #undef int_fast32_t macro 200 #define int_fast32_t long int macro 201 #define uint_fast32_t unsigned int_fast32_t
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| stdint_.h | 192 #undef int_fast32_t macro 200 #define int_fast32_t long int macro 201 #define uint_fast32_t unsigned int_fast32_t
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
| types.h | 89 typedef int_fast32_t isc_statscounter_t; /*%< Statistics Counter */
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| rwlock.c | 414 &rwl->cnt_and_flag, &(int_fast32_t){ 0 }, 502 int_fast32_t zero = 0; 528 int_fast32_t reader_incr = READER_INCR;
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| stdatomic.h | 104 typedef _Atomic(int_fast32_t) atomic_int_fast32_t;
|