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

1 2

  /external/mesa3d/src/glx/
glx_error.h 38 void __glXSendError(Display * dpy, int_fast8_t errorCode,
glx_error.c 38 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID,
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_mwgwtypes.h 68 typedef INT32 int_fast8_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_mwgwtypes.h 68 typedef INT32 int_fast8_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_mwgwtypes.h 68 typedef INT32 int_fast8_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_mwgwtypes.h 69 typedef INT32 int_fast8_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_mwgwtypes.h 68 typedef INT32 int_fast8_t; typedef
  /bionic/tests/
stdint_test.cpp 22 ASSERT_EQ(1U, sizeof(int_fast8_t));
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
stdint.h 48 typedef __int_fast8_t int_fast8_t; typedef
  /external/libcxx/test/std/utilities/function.objects/unord.hash/
integral.pass.cpp 77 test<int_fast8_t>();
  /bionic/tests/headers/posix/
stdint_h.c 53 TYPE(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/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");
inttypes_h.pass.cpp 903 test<int_fast8_t >();
  /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");
  /external/clang/lib/Headers/
stdatomic.h 114 typedef _Atomic(int_fast8_t) atomic_int_fast8_t;
stdint.h 245 typedef __int_least8_t int_fast8_t; typedef
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 104 typedef int8_t int_fast8_t; typedef
  /external/jemalloc_new/include/msvc_compat/C99/
stdint.h 104 typedef int8_t int_fast8_t; typedef
  /external/libusb/msvc/
stdint.h 111 typedef __int8 int_fast8_t; typedef
  /external/python/cpython3/Modules/_decimal/libmpdec/
vcstdint.h 89 typedef int8_t int_fast8_t; typedef
  /bionic/libc/include/
stdint.h 85 typedef int8_t int_fast8_t; typedef
stdatomic.h 281 typedef _Atomic(int_fast8_t) atomic_int_fast8_t;
  /device/google/fuchsia/bioniccompat/include/
stdint.h 195 typedef __INT_FAST8_TYPE__ int_fast8_t; typedef
  /external/mesa3d/src/glx/tests/
create_context_unittest.cpp 116 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID,

Completed in 1321 milliseconds

1 2