Searched refs:int_fast32_t (Results 1 - 20 of 20) sorted by relevance

/external/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c80 int_fast32_t tt_gmtoff; /* UT offset in seconds */
122 int_fast32_t r_time; /* transition time of rule */
133 static int_fast32_t detzcode(const char * codep);
141 static const char * getsecs(const char * strp, int_fast32_t * secsp);
142 static const char * getoffset(const char * strp, int_fast32_t * offsetp);
145 static struct tm * gmtsub(const time_t * timep, int_fast32_t offset,
147 static struct tm * localsub(const time_t * timep, int_fast32_t offset,
151 static int increment_overflow32(int_fast32_t * number, int delta);
152 static int increment_overflow_time(time_t *t, int_fast32_t delta);
153 static int normalize_overflow32(int_fast32_t * tenspt
[all...]
H A Dtzfile.h124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
H A Dprivate.h164 typedef long int_fast32_t; typedef
166 typedef int int_fast32_t; typedef
H A Dzdump.c61 typedef long int_fast32_t; typedef
63 typedef int int_fast32_t; typedef
153 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
H A Dzic.c1543 convert(const int_fast32_t val, char *const buf)
1565 puttzcode(const int_fast32_t val, FILE *const fp)
/external/libcxx/test/std/atomics/atomics.types.generic/
H A Dcstdint_typedefs.pass.cpp27 // typedef atomic<int_fast32_t> atomic_int_fast32_t;
58 static_assert((std::is_same<std::atomic< std::int_fast32_t>, std::atomic_int_fast32_t>::value), "");
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp117 // typedef int_fast32_t
118 static_assert(sizeof(int_fast32_t)*CHAR_BIT >= 32,
119 "sizeof(int_fast32_t)*CHAR_BIT >= 32");
120 static_assert(std::is_signed<int_fast32_t>::value,
121 "std::is_signed<int_fast32_t>::value");
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp118 // typedef std::int_fast32_t
119 static_assert(sizeof(std::int_fast32_t)*CHAR_BIT >= 32,
120 "sizeof(std::int_fast32_t)*CHAR_BIT >= 32");
121 static_assert(std::is_signed<std::int_fast32_t>::value,
122 "std::is_signed<std::int_fast32_t>::value");
/external/clang/lib/Headers/
H A Dstdatomic.h118 typedef _Atomic(int_fast32_t) atomic_int_fast32_t;
H A Dstdint.h197 typedef __int_least32_t int_fast32_t; typedef
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h106 typedef int32_t int_fast32_t; typedef
/external/libvncserver/compat/msvc/
H A Dstdint.h106 typedef int32_t int_fast32_t; typedef
/external/mesa3d/include/c99/
H A Dstdint.h106 typedef int32_t int_fast32_t; typedef
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Dstdatomic.h118 typedef _Atomic(int_fast32_t) atomic_int_fast32_t;
H A Dstdint.h197 typedef __int_least32_t int_fast32_t; typedef
/external/bison/darwin-lib/
H A Dstdint.h259 #undef int_fast32_t macro
282 #define int_fast32_t gl_int_fast32_t macro
/external/bison/lib/
H A Dstdint.in.h258 #undef int_fast32_t
281 #define int_fast32_t gl_int_fast32_t
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp904 std::int_fast32_t i3 = 0;
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h780 typedef int32_t int_fast32_t; typedef
/external/bison/
H A Dconfigure14260 int_fast32_t e3 = INT_FAST32_MAX;
14261 int_fast32_t e3min = INT_FAST32_MIN;

Completed in 244 milliseconds