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

1 2

  /bionic/tests/
stdint_test.cpp 27 ASSERT_EQ(8U, sizeof(int_fast16_t));
32 ASSERT_EQ(4U, sizeof(int_fast16_t));
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_mwgwtypes.h 70 typedef INT32 int_fast16_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_mwgwtypes.h 70 typedef INT32 int_fast16_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_mwgwtypes.h 70 typedef INT32 int_fast16_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_mwgwtypes.h 71 typedef INT32 int_fast16_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_mwgwtypes.h 70 typedef INT32 int_fast16_t; typedef
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
stdint.h 49 typedef __int_fast16_t int_fast16_t; typedef
  /external/libcxx/test/std/utilities/function.objects/unord.hash/
integral.pass.cpp 78 test<int_fast16_t>();
  /bionic/tests/headers/posix/
stdint_h.c 54 TYPE(int_fast16_t);
  /external/libcxx/test/std/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 25 // typedef atomic<int_fast16_t> atomic_int_fast16_t;
56 static_assert((std::is_same<std::atomic< std::int_fast16_t>, std::atomic_int_fast16_t>::value), "");
  /bionic/libc/include/
stdint.h 92 typedef int64_t int_fast16_t; typedef
97 typedef int32_t int_fast16_t; typedef
stdatomic.h 283 typedef _Atomic(int_fast16_t) atomic_int_fast16_t;
  /external/libcxx/test/std/depr/depr.c.headers/
stdint_h.pass.cpp 112 // typedef int_fast16_t
113 static_assert(sizeof(int_fast16_t)*CHAR_BIT >= 16,
114 "sizeof(int_fast16_t)*CHAR_BIT >= 16");
115 static_assert(std::is_signed<int_fast16_t>::value,
116 "std::is_signed<int_fast16_t>::value");
inttypes_h.pass.cpp 904 test<int_fast16_t>();
  /external/libcxx/test/std/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 113 // typedef std::int_fast16_t
114 static_assert(sizeof(std::int_fast16_t)*CHAR_BIT >= 16,
115 "sizeof(std::int_fast16_t)*CHAR_BIT >= 16");
116 static_assert(std::is_signed<std::int_fast16_t>::value,
117 "std::is_signed<std::int_fast16_t>::value");
  /external/clang/lib/Headers/
stdatomic.h 116 typedef _Atomic(int_fast16_t) atomic_int_fast16_t;
stdint.h 228 typedef __int_least16_t int_fast16_t; typedef
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 105 typedef int16_t int_fast16_t; typedef
  /external/jemalloc_new/include/msvc_compat/C99/
stdint.h 105 typedef int16_t int_fast16_t; typedef
  /external/libusb/msvc/
stdint.h 113 typedef __int16 int_fast16_t; typedef
  /external/python/cpython3/Modules/_decimal/libmpdec/
vcstdint.h 90 typedef int16_t int_fast16_t; typedef
  /device/google/fuchsia/bioniccompat/include/
stdint.h 196 typedef __INT_FAST16_TYPE__ int_fast16_t; typedef
  /external/libcxx/test/std/input.output/file.streams/c.files/
cinttypes.pass.cpp 904 test<std::int_fast16_t>();
  /external/mdnsresponder/mDNSShared/
CommonServices.h 779 typedef int16_t int_fast16_t; typedef
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 2494 int_fast16_t = int16_t variable
    [all...]

Completed in 698 milliseconds

1 2