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

1 2 3 4 5 6 7

  /bionic/tests/
stdint_test.cpp 28 ASSERT_EQ(8U, sizeof(int_fast32_t));
33 ASSERT_EQ(4U, sizeof(int_fast32_t));
  /hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
stdint_invensense.h 33 typedef long int_fast32_t; typedef
  /hardware/invensense/60xx/mlsdk/platform/include/
stdint_invensense.h 43 typedef long int_fast32_t; typedef
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
stdint_invensense.h 33 typedef long int_fast32_t; typedef
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
stdint_invensense.h 33 typedef long int_fast32_t; typedef
  /prebuilts/misc/common/swig/include/2.0.11/
stdint.i 66 typedef long int int_fast32_t;
70 typedef int 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
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp 85 typedef ::intfast32_t int_fast32_t; typedef
119 using ::int_fast32_t;
162 typedef int32_t int_fast32_t;
262 typedef int int_fast32_t;
269 typedef short int_fast32_t;
276 typedef long int_fast32_t;
284 typedef __int32 int_fast32_t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdint.h 94 typedef long int int_fast32_t; typedef
98 typedef int int_fast32_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdint.h 94 typedef long int int_fast32_t; typedef
98 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), "");
  /ndk/sources/cxx-stl/llvm-libc++/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), "");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
atomic_base.h 251 typedef __atomic_base<int_fast32_t> atomic_int_fast32_t;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 62 typedef int int_fast32_t; typedef
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h 251 typedef __atomic_base<int_fast32_t> atomic_int_fast32_t;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h 251 typedef __atomic_base<int_fast32_t> atomic_int_fast32_t;
  /bionic/libc/include/
stdint.h 93 typedef int64_t int_fast32_t; typedef
98 typedef int32_t int_fast32_t; typedef
  /development/ndk/platforms/android-L/include/
stdint.h 93 typedef int64_t int_fast32_t; typedef
98 typedef int32_t int_fast32_t; typedef
  /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");
  /ndk/sources/cxx-stl/llvm-libc++/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");
  /ndk/sources/cxx-stl/llvm-libc++/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");
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
stdint.h 93 typedef int64_t int_fast32_t; typedef
98 typedef int32_t int_fast32_t; typedef

Completed in 1341 milliseconds

1 2 3 4 5 6 7