HomeSort by relevance Sort by last modified time
    Searched refs:int_fast32_t (Results 1 - 25 of 164) 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/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;
  /external/opencv3/3rdparty/libjasper/jasper/
jas_seq.h 98 typedef int_fast32_t jas_seqent_t;
101 typedef int_fast32_t jas_matent_t;
111 int_fast32_t xstart_;
114 int_fast32_t ystart_;
117 int_fast32_t xend_;
120 int_fast32_t yend_;
123 int_fast32_t numrows_;
126 int_fast32_t numcols_;
132 int_fast32_t maxrows_;
138 int_fast32_t datasize_
    [all...]
jas_cm.h 230 typedef int_fast32_t jas_cmattrname_t;
231 typedef int_fast32_t jas_cmattrval_t;
232 typedef int_fast32_t jas_cmattrtype_t;
jas_types.h 171 typedef int int_fast32_t; typedef
jas_image.h 121 typedef int_fast32_t jas_image_coord_t;
127 typedef int_fast32_t jas_image_cmpttype_t;
445 int_fast32_t *lutents, int dtype, int newcmptno);
449 int_fast32_t v);
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 80 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 * tensptr
    [all...]
tzfile.h 124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
private.h 164 typedef long int_fast32_t; typedef
166 typedef int int_fast32_t; typedef
  /bionic/libc/tzcode/
tzfile.h 124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
localtime.c 100 int_fast32_t tt_gmtoff; /* UT offset in seconds */
149 int_fast32_t r_time; /* transition time of rule */
152 static struct tm *gmtsub(struct state const *, time_t const *, int_fast32_t,
155 static bool increment_overflow_time(time_t *, int_fast32_t);
156 static bool normalize_overflow32(int_fast32_t *, int *, int);
157 static struct tm *timesub(time_t const *, int_fast32_t, struct state const *,
207 init_ttinfo(struct ttinfo *s, int_fast32_t gmtoff, bool isdst, int abbrind)
216 static int_fast32_t
219 register int_fast32_t result;
221 int_fast32_t one = 1
    [all...]
  /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.8/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.15-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/std/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 27 // 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/opencv3/3rdparty/include/
msc_stdint.h 77 typedef int32_t int_fast32_t; typedef
  /external/opencv3/3rdparty/libjasper/
jpc_fix.h 87 typedef int_fast32_t jpc_fix_t;
  /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-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 62 typedef int int_fast32_t; typedef
  /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-21/include/
stdint.h 93 typedef int64_t int_fast32_t; typedef
98 typedef int32_t int_fast32_t; typedef
  /external/libcxx/test/std/depr/depr.c.headers/
stdint_h.pass.cpp 117 // 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/
cstdint.pass.cpp 118 // 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");

Completed in 566 milliseconds

1 2 3 4 5 6 7