HomeSort by relevance Sort by last modified time
    Searched refs:int_fast32_t (Results 1 - 24 of 24) sorted by null

  /bionic/tests/
stdint_test.cpp 28 ASSERT_EQ(8U, sizeof(int_fast32_t));
33 ASSERT_EQ(4U, sizeof(int_fast32_t));
  /bionic/libc/tzcode/
localtime.c 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
    [all...]
tzfile.h 124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
private.h 167 typedef long int_fast32_t; typedef
169 typedef int int_fast32_t; typedef
  /external/libcxx/test/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 25 // typedef atomic<int_fast32_t> atomic_int_fast32_t;
56 static_assert((std::is_same<std::atomic< std::int_fast32_t>, std::atomic_int_fast32_t>::value), "");
  /bionic/libc/include/
stdint.h 93 typedef int64_t int_fast32_t; typedef
98 typedef int32_t int_fast32_t; typedef
stdatomic.h 377 typedef _Atomic(int_fast32_t) atomic_int_fast32_t;
  /development/ndk/platforms/android-L/include/
stdint.h 93 typedef int64_t int_fast32_t; typedef
98 typedef int32_t int_fast32_t; typedef
stdatomic.h 223 typedef _Atomic(int_fast32_t) atomic_int_fast32_t;
  /external/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 116 // typedef int_fast32_t
117 static_assert(sizeof(int_fast32_t)*CHAR_BIT >= 32,
118 "sizeof(int_fast32_t)*CHAR_BIT >= 32");
119 static_assert(std::is_signed<int_fast32_t>::value,
120 "std::is_signed<int_fast32_t>::value");
  /external/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 116 // typedef std::int_fast32_t
117 static_assert(sizeof(std::int_fast32_t)*CHAR_BIT >= 32,
118 "sizeof(std::int_fast32_t)*CHAR_BIT >= 32");
119 static_assert(std::is_signed<std::int_fast32_t>::value,
120 "std::is_signed<std::int_fast32_t>::value");
  /development/ndk/platforms/android-3/include/
stdint.h 122 typedef int32_t int_fast32_t; typedef
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 115 typedef __int32 int_fast32_t; typedef
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 106 typedef int32_t int_fast32_t; typedef
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 106 typedef int32_t int_fast32_t; typedef
  /external/mesa3d/include/c99/
stdint.h 106 typedef int32_t int_fast32_t; typedef
  /external/bison/darwin-lib/
stdint.h 259 #undef int_fast32_t macro
282 #define int_fast32_t gl_int_fast32_t macro
  /external/bison/lib/
stdint.in.h 258 #undef int_fast32_t
281 #define int_fast32_t gl_int_fast32_t
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 627 typedef int_least32_t int_fast32_t; typedef
  /external/clang/lib/Headers/
stdint.h 197 typedef __int_least32_t int_fast32_t; typedef
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 904 std::int_fast32_t i3 = 0;
  /external/mdnsresponder/mDNSShared/
CommonServices.h 780 typedef int32_t int_fast32_t; typedef
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
configure     [all...]
  /external/bison/
configure     [all...]

Completed in 888 milliseconds