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

1 2 3 4 5

  /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,
  /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;
  /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));
  /prebuilts/misc/common/swig/include/2.0.11/
stdint.i 63 typedef signed char 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>();
  /external/syslinux/dos/
stdint.h 34 typedef signed char int_fast8_t; typedef
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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/syslinux/com32/include/
stdint.h 20 typedef int8_t int_fast8_t; typedef
  /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/r16/sources/cxx-stl/llvm-libc++/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");
  /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");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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");

Completed in 448 milliseconds

1 2 3 4 5