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

1 2 3 4

  /external/syslinux/com32/include/bitsize32/
stdint.h 10 typedef int int_fast16_t; typedef
  /external/syslinux/com32/include/bitsize64/
stdint.h 10 typedef long int int_fast16_t; typedef
  /bionic/tests/
stdint_test.cpp 27 ASSERT_EQ(8U, sizeof(int_fast16_t));
32 ASSERT_EQ(4U, sizeof(int_fast16_t));
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
stdint_invensense.h 32 typedef int int_fast16_t; typedef
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
stdint_invensense.h 32 typedef int int_fast16_t; typedef
  /prebuilts/misc/common/swig/include/2.0.11/
stdint.i 65 typedef long int int_fast16_t;
69 typedef int 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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdint.h 93 typedef long int int_fast16_t; typedef
97 typedef int int_fast16_t; typedef
  /external/libcxx/test/std/utilities/function.objects/unord.hash/
integral.pass.cpp 78 test<int_fast16_t>();
  /external/syslinux/dos/
stdint.h 35 typedef signed short int_fast16_t; typedef
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 60 typedef short int_fast16_t; typedef
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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
  /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");
  /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");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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");

Completed in 317 milliseconds

1 2 3 4