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

1 2 3 4 5 6 7

  /external/mesa3d/src/glx/
glx_error.h 34 void __glXSendError(Display * dpy, int_fast8_t errorCode,
glx_error.c 38 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID,
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
stdint_invensense.h 31 typedef int int_fast8_t; typedef
mltypes.h 120 typedef int_fast8_t bool;
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
stdint_invensense.h 31 typedef int int_fast8_t; typedef
mltypes.h 120 typedef int_fast8_t bool;
  /bionic/tests/
stdint_test.cpp 22 ASSERT_EQ(1U, sizeof(int_fast8_t));
  /prebuilts/misc/common/swig/include/2.0.11/
stdint.i 63 typedef signed char int_fast8_t;
  /external/opencv3/3rdparty/libjasper/jasper/
jas_types.h 149 typedef signed char int_fast8_t; typedef
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp 75 typedef ::intfast8_t int_fast8_t; typedef
105 using ::int_fast8_t;
148 typedef int8_t int_fast8_t;
210 typedef signed char int_fast8_t;
  /external/libcxx/test/std/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 23 // typedef atomic<int_fast8_t> atomic_int_fast8_t;
54 static_assert((std::is_same<std::atomic< std::int_fast8_t>, std::atomic_int_fast8_t>::value), "");
  /external/opencv3/3rdparty/include/
msc_stdint.h 75 typedef int8_t int_fast8_t; typedef
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 21 // typedef atomic<int_fast8_t> atomic_int_fast8_t;
52 static_assert((std::is_same<std::atomic< std::int_fast8_t>, std::atomic_int_fast8_t>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 58 typedef signed char int_fast8_t; typedef
  /external/libcxx/test/std/depr/depr.c.headers/
stdint_h.pass.cpp 107 // typedef int_fast8_t
108 static_assert(sizeof(int_fast8_t)*CHAR_BIT >= 8,
109 "sizeof(int_fast8_t)*CHAR_BIT >= 8");
110 static_assert(std::is_signed<int_fast8_t>::value,
111 "std::is_signed<int_fast8_t>::value");
  /external/libcxx/test/std/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 108 // typedef std::int_fast8_t
109 static_assert(sizeof(std::int_fast8_t)*CHAR_BIT >= 8,
110 "sizeof(std::int_fast8_t)*CHAR_BIT >= 8");
111 static_assert(std::is_signed<std::int_fast8_t>::value,
112 "std::is_signed<std::int_fast8_t>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 106 // typedef int_fast8_t
107 static_assert(sizeof(int_fast8_t)*CHAR_BIT >= 8,
108 "sizeof(int_fast8_t)*CHAR_BIT >= 8");
109 static_assert(std::is_signed<int_fast8_t>::value,
110 "std::is_signed<int_fast8_t>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 106 // typedef std::int_fast8_t
107 static_assert(sizeof(std::int_fast8_t)*CHAR_BIT >= 8,
108 "sizeof(std::int_fast8_t)*CHAR_BIT >= 8");
109 static_assert(std::is_signed<std::int_fast8_t>::value,
110 "std::is_signed<std::int_fast8_t>::value");
  /development/ndk/platforms/android-3/include/
stdint.h 56 typedef int8_t int_fast8_t; typedef
  /external/clang/lib/Headers/
stdatomic.h 114 typedef _Atomic(int_fast8_t) atomic_int_fast8_t;
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 104 typedef int8_t int_fast8_t; typedef
  /external/libvncserver/compat/msvc/
stdint.h 104 typedef int8_t int_fast8_t; typedef
  /external/mesa3d/include/c99/
stdint.h 104 typedef int8_t int_fast8_t; typedef
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
stdatomic.h 114 typedef _Atomic(int_fast8_t) atomic_int_fast8_t;
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
stdint.h 150 typedef int8_t int_fast8_t; typedef

Completed in 1184 milliseconds

1 2 3 4 5 6 7