Searched refs:int_fast8_t (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglx_error.h34 void __glXSendError(Display * dpy, int_fast8_t errorCode,
H A Dglx_error.c38 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID,
/external/mesa3d/src/glx/
H A Dglx_error.h34 void __glXSendError(Display * dpy, int_fast8_t errorCode,
H A Dglx_error.c38 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID,
/external/libcxx/test/atomics/atomics.types.generic/
H A Dcstdint_typedefs.pass.cpp21 // 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/
H A Dstdint_h.pass.cpp106 // 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/
H A Dcstdint.pass.cpp106 // 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");
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h111 typedef __int8 int_fast8_t; typedef
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h104 typedef int8_t int_fast8_t; typedef
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h104 typedef int8_t int_fast8_t; typedef
/external/mesa3d/include/c99/
H A Dstdint.h104 typedef int8_t int_fast8_t; typedef
/external/bison/darwin-lib/
H A Dstdint.h255 #undef int_fast8_t macro
278 #define int_fast8_t gl_int_fast8_t macro
/external/bison/lib/
H A Dstdint.in.h254 #undef int_fast8_t
277 #define int_fast8_t gl_int_fast8_t
/external/bison/src/
H A Dparse-gram.y91 #define YYTYPE_INT8 int_fast8_t
H A Dparse-gram.c167 #define YYTYPE_INT8 int_fast8_t
/external/chromium_org/third_party/mesa/src/src/glx/tests/
H A Dcreate_context_unittest.cpp114 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID,
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h623 typedef int_least8_t int_fast8_t; typedef
/external/elfutils/0.153/libdw/
H A Ddwarf_getsrclines.c186 int_fast8_t line_base = (int8_t) *linep++;
/external/mesa3d/src/glx/tests/
H A Dcreate_context_unittest.cpp114 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID,
/external/clang/lib/Headers/
H A Dstdint.h245 typedef __int_least8_t int_fast8_t; typedef
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp902 std::int_fast8_t i1 = 0;
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h778 typedef int8_t int_fast8_t; typedef
/external/elfutils/0.153/libcpu/
H A Di386_data.h855 int_fast8_t byte = *(*d->param_start)++;
/external/elfutils/0.153/src/
H A Dreadelf.c6053 int_fast8_t line_base = *((const int_fast8_t *) linep);
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dconfigure9934 typedef int8_t int_fast8_t;

Completed in 632 milliseconds

12