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

1 2 3 4

  /prebuilts/misc/common/swig/include/2.0.11/
stdint.i 54 typedef unsigned long int uint_least64_t;
56 typedef unsigned long long int uint_least64_t;
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_mwgwtypes.h 65 typedef UINT64 uint_least64_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_mwgwtypes.h 65 typedef UINT64 uint_least64_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_mwgwtypes.h 65 typedef UINT64 uint_least64_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_mwgwtypes.h 66 typedef UINT64 uint_least64_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_mwgwtypes.h 65 typedef UINT64 uint_least64_t; typedef
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
stdint.h 46 typedef __uint_least64_t uint_least64_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdint.h 81 typedef unsigned long int uint_least64_t; typedef
84 typedef unsigned long long int uint_least64_t; typedef
  /external/libcxx/test/std/utilities/function.objects/unord.hash/
integral.pass.cpp 103 test<uint_least64_t>();
  /external/syslinux/dos/
stdint.h 30 typedef unsigned long long uint_least64_t; typedef
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/unord.hash/
integral.pass.cpp 103 test<uint_least64_t>();
  /bionic/tests/headers/posix/
stdint_h.c 51 TYPE(uint_least64_t);
  /external/libcxx/test/std/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 21 // typedef atomic<uint_least64_t> atomic_uint_least64_t;
52 static_assert((std::is_same<std::atomic<std::uint_least64_t>, std::atomic_uint_least64_t>::value), "");
  /external/syslinux/com32/include/
stdint.h 18 typedef uint64_t uint_least64_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 52 __MINGW_EXTENSION typedef unsigned long long uint_least64_t; typedef
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 21 // typedef atomic<uint_least64_t> atomic_uint_least64_t;
52 static_assert((std::is_same<std::atomic<std::uint_least64_t>, std::atomic_uint_least64_t>::value), "");
  /external/libcxx/test/std/depr/depr.c.headers/
stdint_h.pass.cpp 101 // typedef uint_least64_t
102 static_assert(sizeof(uint_least64_t)*CHAR_BIT >= 64,
103 "sizeof(uint_least64_t)*CHAR_BIT >= 64");
104 static_assert(std::is_unsigned<uint_least64_t>::value,
105 "std::is_unsigned<uint_least64_t>::value");
  /external/libcxx/test/std/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 102 // typedef std::uint_least64_t
103 static_assert(sizeof(std::uint_least64_t)*CHAR_BIT >= 64,
104 "sizeof(std::uint_least64_t)*CHAR_BIT >= 64");
105 static_assert(std::is_unsigned<std::uint_least64_t>::value,
106 "std::is_unsigned<std::uint_least64_t>::value");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
stdint_h.pass.cpp 101 // typedef uint_least64_t
102 static_assert(sizeof(uint_least64_t)*CHAR_BIT >= 64,
103 "sizeof(uint_least64_t)*CHAR_BIT >= 64");
104 static_assert(std::is_unsigned<uint_least64_t>::value,
105 "std::is_unsigned<uint_least64_t>::value");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 102 // typedef std::uint_least64_t
103 static_assert(sizeof(std::uint_least64_t)*CHAR_BIT >= 64,
104 "sizeof(std::uint_least64_t)*CHAR_BIT >= 64");
105 static_assert(std::is_unsigned<std::uint_least64_t>::value,
106 "std::is_unsigned<std::uint_least64_t>::value");
  /external/clang/lib/Headers/
stdatomic.h 113 typedef _Atomic(uint_least64_t) atomic_uint_least64_t;
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 101 typedef uint64_t uint_least64_t; typedef
  /external/libusb/msvc/
stdint.h 105 typedef unsigned __int64 uint_least64_t; typedef
  /external/libvncserver/compat/msvc/
stdint.h 101 typedef uint64_t uint_least64_t; typedef
  /external/python/cpython3/Modules/_decimal/libmpdec/
vcstdint.h 86 typedef uint64_t uint_least64_t; typedef

Completed in 663 milliseconds

1 2 3 4