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

1 2 3 4 5

  /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/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;
  /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;
  /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/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
atomic_base.h 239 typedef __atomic_base<int_fast8_t> atomic_int_fast8_t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
atomic_base.h 239 typedef __atomic_base<int_fast8_t> atomic_int_fast8_t;
  /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;
  /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");
  /bionic/libc/include/
stdint.h 56 typedef int8_t int_fast8_t; typedef
  /development/ndk/platforms/android-3/include/
stdint.h 56 typedef int8_t int_fast8_t; typedef
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 111 typedef __int8 int_fast8_t; typedef
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 104 typedef int8_t int_fast8_t; typedef
  /external/chromium_org/third_party/re2/mswin/
stdint.h 104 typedef int8_t int_fast8_t; typedef
  /external/mesa3d/include/c99/
stdint.h 104 typedef int8_t int_fast8_t; typedef

Completed in 372 milliseconds

1 2 3 4 5