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

1 2 3 4 5 6 7 8 9

  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_mwgwtypes.h 58 typedef CHAR8 int_least8_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_mwgwtypes.h 58 typedef CHAR8 int_least8_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_mwgwtypes.h 58 typedef CHAR8 int_least8_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_mwgwtypes.h 59 typedef CHAR8 int_least8_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_mwgwtypes.h 58 typedef CHAR8 int_least8_t; typedef
  /prebuilts/misc/common/swig/include/2.0.11/
stdint.i 40 typedef signed char int_least8_t;
  /device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
stdint.h 38 typedef __int_least8_t int_least8_t; typedef
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/unord.hash/
integral.pass.cpp 76 test<int_least8_t>();
  /external/libcxx/test/std/utilities/function.objects/unord.hash/
integral.pass.cpp 81 test<int_least8_t>();
  /external/syslinux/dos/
stdint.h 22 typedef signed char int_least8_t; typedef
  /external/libcxx/test/std/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 14 // typedef atomic<int_least8_t> atomic_int_least8_t;
45 static_assert((std::is_same<std::atomic< std::int_least8_t>, std::atomic_int_least8_t>::value), "");
  /external/syslinux/com32/include/
stdint.h 10 typedef int8_t int_least8_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 45 typedef signed char int_least8_t; typedef
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 12 // typedef atomic<int_least8_t> atomic_int_least8_t;
43 static_assert((std::is_same<std::atomic< std::int_least8_t>, std::atomic_int_least8_t>::value), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 14 // typedef atomic<int_least8_t> atomic_int_least8_t;
45 static_assert((std::is_same<std::atomic< std::int_least8_t>, std::atomic_int_least8_t>::value), "");
  /external/libcxx/test/std/depr/depr.c.headers/
stdint_h.pass.cpp 65 // typedef int_least8_t
66 static_assert(sizeof(int_least8_t)*CHAR_BIT >= 8,
67 "sizeof(int_least8_t)*CHAR_BIT >= 8");
68 static_assert(std::is_signed<int_least8_t>::value,
69 "std::is_signed<int_least8_t>::value");
  /external/libcxx/test/std/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 66 // typedef std::int_least8_t
67 static_assert(sizeof(std::int_least8_t)*CHAR_BIT >= 8,
68 "sizeof(std::int_least8_t)*CHAR_BIT >= 8");
69 static_assert(std::is_signed<std::int_least8_t>::value,
70 "std::is_signed<std::int_least8_t>::value");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 64 // typedef int_least8_t
65 static_assert(sizeof(int_least8_t)*CHAR_BIT >= 8,
66 "sizeof(int_least8_t)*CHAR_BIT >= 8");
67 static_assert(std::is_signed<int_least8_t>::value,
68 "std::is_signed<int_least8_t>::value");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 64 // typedef std::int_least8_t
65 static_assert(sizeof(std::int_least8_t)*CHAR_BIT >= 8,
66 "sizeof(std::int_least8_t)*CHAR_BIT >= 8");
67 static_assert(std::is_signed<std::int_least8_t>::value,
68 "std::is_signed<std::int_least8_t>::value");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
stdint_h.pass.cpp 65 // typedef int_least8_t
66 static_assert(sizeof(int_least8_t)*CHAR_BIT >= 8,
67 "sizeof(int_least8_t)*CHAR_BIT >= 8");
68 static_assert(std::is_signed<int_least8_t>::value,
69 "std::is_signed<int_least8_t>::value");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 66 // typedef std::int_least8_t
67 static_assert(sizeof(std::int_least8_t)*CHAR_BIT >= 8,
68 "sizeof(std::int_least8_t)*CHAR_BIT >= 8");
69 static_assert(std::is_signed<std::int_least8_t>::value,
70 "std::is_signed<std::int_least8_t>::value");
  /development/ndk/platforms/android-9/include/
stdint.h 55 typedef int8_t int_least8_t; typedef
  /external/clang/lib/Headers/
stdatomic.h 106 typedef _Atomic(int_least8_t) atomic_int_least8_t;
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 94 typedef int8_t int_least8_t; typedef
  /external/libusb/msvc/
stdint.h 98 typedef signed char int_least8_t; typedef

Completed in 812 milliseconds

1 2 3 4 5 6 7 8 9