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

1 2 3 4 5 6

  /external/opencv3/3rdparty/libjasper/
jpc_mqcod.h 93 int_fast16_t ind;
jpc_mqenc.h 123 int_fast16_t outbuf;
126 int_fast16_t lastbyte;
  /bionic/tests/
stdint_test.cpp 27 ASSERT_EQ(8U, sizeof(int_fast16_t));
32 ASSERT_EQ(4U, sizeof(int_fast16_t));
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
stdint_invensense.h 32 typedef int int_fast16_t; typedef
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
stdint_invensense.h 32 typedef int int_fast16_t; typedef
  /prebuilts/misc/common/swig/include/2.0.11/
stdint.i 65 typedef long int int_fast16_t;
69 typedef int int_fast16_t;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp 80 typedef ::intfast16_t int_fast16_t; typedef
112 using ::int_fast16_t;
155 typedef int16_t int_fast16_t;
226 typedef int int_fast16_t;
233 typedef short int_fast16_t;
243 typedef __short16 int_fast16_t;
250 typedef short int_fast16_t;
  /external/opencv3/3rdparty/libjasper/jasper/
jas_types.h 160 typedef short int_fast16_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdint.h 93 typedef long int int_fast16_t; typedef
97 typedef int int_fast16_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdint.h 93 typedef long int int_fast16_t; typedef
97 typedef int int_fast16_t; typedef
  /external/libcxx/test/std/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 25 // typedef atomic<int_fast16_t> atomic_int_fast16_t;
56 static_assert((std::is_same<std::atomic< std::int_fast16_t>, std::atomic_int_fast16_t>::value), "");
  /external/opencv3/3rdparty/include/
msc_stdint.h 76 typedef int16_t int_fast16_t; typedef
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 23 // typedef atomic<int_fast16_t> atomic_int_fast16_t;
54 static_assert((std::is_same<std::atomic< std::int_fast16_t>, std::atomic_int_fast16_t>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 60 typedef short int_fast16_t; typedef
  /bionic/libc/include/
stdint.h 91 typedef int64_t int_fast16_t; typedef
96 typedef int32_t int_fast16_t; typedef
  /development/ndk/platforms/android-21/include/
stdint.h 91 typedef int64_t int_fast16_t; typedef
96 typedef int32_t int_fast16_t; typedef
  /external/libcxx/test/std/depr/depr.c.headers/
stdint_h.pass.cpp 112 // typedef int_fast16_t
113 static_assert(sizeof(int_fast16_t)*CHAR_BIT >= 16,
114 "sizeof(int_fast16_t)*CHAR_BIT >= 16");
115 static_assert(std::is_signed<int_fast16_t>::value,
116 "std::is_signed<int_fast16_t>::value");
  /external/libcxx/test/std/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 113 // typedef std::int_fast16_t
114 static_assert(sizeof(std::int_fast16_t)*CHAR_BIT >= 16,
115 "sizeof(std::int_fast16_t)*CHAR_BIT >= 16");
116 static_assert(std::is_signed<std::int_fast16_t>::value,
117 "std::is_signed<std::int_fast16_t>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 111 // typedef int_fast16_t
112 static_assert(sizeof(int_fast16_t)*CHAR_BIT >= 16,
113 "sizeof(int_fast16_t)*CHAR_BIT >= 16");
114 static_assert(std::is_signed<int_fast16_t>::value,
115 "std::is_signed<int_fast16_t>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 111 // typedef std::int_fast16_t
112 static_assert(sizeof(std::int_fast16_t)*CHAR_BIT >= 16,
113 "sizeof(std::int_fast16_t)*CHAR_BIT >= 16");
114 static_assert(std::is_signed<std::int_fast16_t>::value,
115 "std::is_signed<std::int_fast16_t>::value");
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
stdint.h 91 typedef int64_t int_fast16_t; typedef
96 typedef int32_t int_fast16_t; typedef
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/
stdint.h 91 typedef int64_t int_fast16_t; typedef
96 typedef int32_t int_fast16_t; typedef
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/
stdint.h 91 typedef int64_t int_fast16_t; typedef
96 typedef int32_t int_fast16_t; typedef
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/
stdint.h 91 typedef int64_t int_fast16_t; typedef
96 typedef int32_t int_fast16_t; typedef
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/
stdint.h 91 typedef int64_t int_fast16_t; typedef
96 typedef int32_t int_fast16_t; typedef

Completed in 1569 milliseconds

1 2 3 4 5 6