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

  /external/libcxx/test/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 19 // typedef atomic<uint_least64_t> atomic_uint_least64_t;
50 static_assert((std::is_same<std::atomic<std::uint_least64_t>, std::atomic_uint_least64_t>::value), "");
  /external/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 100 // typedef uint_least64_t
101 static_assert(sizeof(uint_least64_t)*CHAR_BIT >= 64,
102 "sizeof(uint_least64_t)*CHAR_BIT >= 64");
103 static_assert(std::is_unsigned<uint_least64_t>::value,
104 "std::is_unsigned<uint_least64_t>::value");
  /external/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 100 // typedef std::uint_least64_t
101 static_assert(sizeof(std::uint_least64_t)*CHAR_BIT >= 64,
102 "sizeof(std::uint_least64_t)*CHAR_BIT >= 64");
103 static_assert(std::is_unsigned<std::uint_least64_t>::value,
104 "std::is_unsigned<std::uint_least64_t>::value");
  /development/ndk/platforms/android-3/include/
stdint.h 157 typedef uint64_t uint_least64_t; typedef
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 105 typedef unsigned __int64 uint_least64_t; typedef
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 101 typedef uint64_t uint_least64_t; typedef
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 101 typedef uint64_t uint_least64_t; typedef
  /external/mesa3d/include/c99/
stdint.h 101 typedef uint64_t uint_least64_t; typedef
  /external/bison/darwin-lib/
stdint.h 230 #undef uint_least64_t macro
241 # define uint_least64_t uint64_t macro
  /external/bison/lib/
stdint.in.h 229 #undef uint_least64_t
240 # define uint_least64_t uint64_t
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 603 typedef uint64_t uint_least64_t; typedef
640 typedef uint_least64_t uint_fast64_t;
  /bionic/libc/include/
stdint.h 82 typedef uint64_t uint_least64_t; typedef
stdatomic.h 372 typedef _Atomic(uint_least64_t) atomic_uint_least64_t;
  /development/ndk/platforms/android-L/include/
stdint.h 82 typedef uint64_t uint_least64_t; typedef
stdatomic.h 218 typedef _Atomic(uint_least64_t) atomic_uint_least64_t;
  /external/clang/lib/Headers/
stdint.h 122 typedef __uint_least64_t uint_least64_t; typedef
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 899 std::uint_least64_t i4 = 0;
  /external/mdnsresponder/mDNSShared/
CommonServices.h 776 typedef uint64_t uint_least64_t; typedef
    [all...]
  /external/bison/
configure     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
configure     [all...]

Completed in 1367 milliseconds