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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/mesa/src/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,
  /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/60xx/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/60xx/mlsdk/platform/include/
stdint_invensense.h 41 typedef int int_fast8_t; typedef
mltypes.h 106 typedef int_fast8_t bool;
  /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;
  /hardware/invensense/60xx/mlsdk/mllite/
mlFIFO.h 130 inv_error_t inv_read_and_process_fifo(int_fast8_t numPackets,
131 int_fast8_t * processed);
  /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/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), "");
  /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-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
atomic_base.h 239 typedef __atomic_base<int_fast8_t> atomic_int_fast8_t;
  /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
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h 239 typedef __atomic_base<int_fast8_t> atomic_int_fast8_t;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h 239 typedef __atomic_base<int_fast8_t> atomic_int_fast8_t;
  /external/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");
  /external/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");
  /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");

Completed in 692 milliseconds

1 2 3 4 5 6 7