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

1 2

  /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,
  /bionic/tests/
stdint_test.cpp 22 ASSERT_EQ(1U, sizeof(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), "");
  /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");
  /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/jemalloc/include/msvc_compat/C99/
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/bison/darwin-lib/
stdint.h 255 #undef int_fast8_t macro
278 #define int_fast8_t gl_int_fast8_t macro
  /external/bison/lib/
stdint.in.h 254 #undef int_fast8_t
277 #define int_fast8_t gl_int_fast8_t
  /bionic/libc/include/
stdint.h 84 typedef int8_t int_fast8_t; typedef
stdatomic.h 373 typedef _Atomic(int_fast8_t) atomic_int_fast8_t;
  /development/ndk/platforms/android-L/include/
stdint.h 84 typedef int8_t int_fast8_t; typedef
stdatomic.h 219 typedef _Atomic(int_fast8_t) atomic_int_fast8_t;
  /external/bison/src/
parse-gram.y 91 #define YYTYPE_INT8 int_fast8_t
  /external/chromium_org/third_party/mesa/src/src/glx/tests/
create_context_unittest.cpp 114 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID,
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 623 typedef int_least8_t int_fast8_t; typedef
  /external/elfutils/0.153/libdw/
dwarf_getsrclines.c 186 int_fast8_t line_base = (int8_t) *linep++;
  /external/mesa3d/src/glx/tests/
create_context_unittest.cpp 114 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID,
  /external/clang/lib/Headers/
stdint.h 245 typedef __int_least8_t int_fast8_t; typedef

Completed in 1213 milliseconds

1 2