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

1 2

  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_mwgwtypes.h 64 typedef INT64 int_least64_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_mwgwtypes.h 64 typedef INT64 int_least64_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_mwgwtypes.h 64 typedef INT64 int_least64_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_mwgwtypes.h 65 typedef INT64 int_least64_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_mwgwtypes.h 64 typedef INT64 int_least64_t; typedef
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
stdint.h 41 typedef __int_least64_t int_least64_t; typedef
  /external/libcxx/test/std/utilities/function.objects/unord.hash/
integral.pass.cpp 85 test<int_least64_t>();
  /bionic/tests/headers/posix/
stdint_h.c 47 TYPE(int_least64_t);
  /external/libcxx/test/std/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 20 // typedef atomic<int_least64_t> atomic_int_least64_t;
51 static_assert((std::is_same<std::atomic< std::int_least64_t>, std::atomic_int_least64_t>::value), "");
  /external/libcxx/test/std/depr/depr.c.headers/
stdint_h.pass.cpp 80 // typedef int_least64_t
81 static_assert(sizeof(int_least64_t)*CHAR_BIT >= 64,
82 "sizeof(int_least64_t)*CHAR_BIT >= 64");
83 static_assert(std::is_signed<int_least64_t>::value,
84 "std::is_signed<int_least64_t>::value");
inttypes_h.pass.cpp 896 test<int_least64_t>();
  /external/libcxx/test/std/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 81 // typedef std::int_least64_t
82 static_assert(sizeof(std::int_least64_t)*CHAR_BIT >= 64,
83 "sizeof(std::int_least64_t)*CHAR_BIT >= 64");
84 static_assert(std::is_signed<std::int_least64_t>::value,
85 "std::is_signed<std::int_least64_t>::value");
  /external/clang/lib/Headers/
stdatomic.h 112 typedef _Atomic(int_least64_t) atomic_int_least64_t;
stdint.h 121 typedef __int_least64_t int_least64_t; typedef
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 97 typedef int64_t int_least64_t; typedef
  /external/jemalloc_new/include/msvc_compat/C99/
stdint.h 97 typedef int64_t int_least64_t; typedef
  /external/libusb/msvc/
stdint.h 104 typedef __int64 int_least64_t; typedef
  /external/python/cpython3/Modules/_decimal/libmpdec/
vcstdint.h 82 typedef int64_t int_least64_t; typedef
  /bionic/libc/include/
stdint.h 82 typedef int64_t int_least64_t; typedef
stdatomic.h 279 typedef _Atomic(int_least64_t) atomic_int_least64_t;
  /device/google/fuchsia/bioniccompat/include/
stdint.h 174 typedef __INT_LEAST64_TYPE__ int_least64_t; typedef
  /external/libcxx/test/std/input.output/file.streams/c.files/
cinttypes.pass.cpp 896 test<std::int_least64_t>();
  /external/mdnsresponder/mDNSShared/
CommonServices.h 771 typedef int64_t int_least64_t; typedef
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 2488 int_least64_t = int64_t variable
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 2488 int_least64_t = int64_t variable
    [all...]

Completed in 1551 milliseconds

1 2