HomeSort by relevance Sort by last modified time
    Searched defs:uint64_t (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /external/clang/test/Headers/
int64-type.c 5 typedef unsigned long long uint64_t; typedef
  /external/clang/test/Profile/
c-counter-overflows.c 7 typedef unsigned long long uint64_t; typedef
16 for (uint64_t I = 0; I < 0xffffffff0; ++I) {
  /external/nanopb-c/tests/without_64bit/
no_64bit_syshdr.h 12 #define uint64_t disabled_uint64_t macro
  /external/clang/test/CodeGen/
uint128_t.c 3 typedef unsigned long long uint64_t; typedef
4 extern uint64_t numer;
5 extern uint64_t denom;
7 uint64_t
8 f(uint64_t val)
2008-01-04-WideBitfield.c 3 typedef unsigned long long uint64_t; typedef
6 uint64_t a : 64;
9 uint64_t f(void)
x86_32-inline-asm.c 12 typedef u_int64_t uint64_t; typedef
25 uint64_t val = 0;
  /external/catch2/include/internal/
catch_timer.h 15 auto getCurrentNanosecondsSinceEpoch() -> uint64_t; member in namespace:Catch
16 auto getEstimatedClockResolution() -> uint64_t; member in namespace:Catch
19 uint64_t m_nanoseconds = 0;
22 auto getElapsedNanoseconds() const -> uint64_t; member in class:Catch::Timer
23 auto getElapsedMicroseconds() const -> uint64_t; member in class:Catch::Timer
catch_benchmark.h 24 uint64_t m_resolution;
27 static auto getResolution() -> uint64_t; member in class:Catch::BenchmarkLooper
  /external/clang/test/Headers/Inputs/include/
stdint.h 9 typedef unsigned __INT64_TYPE__ uint64_t; typedef
  /external/clang/test/CodeGenCXX/
linetable-eh.cpp 19 typedef unsigned long long uint64_t; typedef
29 uint64_t GetIt();
40 uint64_t current_address = GetContext()->GetIt();
  /external/pdfium/third_party/libopenjpeg20/
opj_stdint.h 46 typedef unsigned __int64 uint64_t; typedef
  /frameworks/av/media/codec2/core/include/
C2BufferBase.h 46 enum read_t : uint64_t {
61 enum write_t : uint64_t { enum
73 enum : uint64_t { enum
82 inline C2MemoryUsage(uint64_t consumer, uint64_t producer)
85 inline explicit C2MemoryUsage(uint64_t expected_)
88 uint64_t expected; // expected buffer usage
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
core_types.h 33 }uint64_t; typedef in typeref:struct:uint64_s
35 typedef unsigned long long uint64_t; typedef
40 typedef uint64_t uintn_t;
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stdint.h 80 #ifndef uint64_t
81 typedef __uint64_t uint64_t; typedef
82 #define uint64_t __uint64_t macro
  /external/clang/test/SemaCXX/
constexpr-nqueens.cpp 3 typedef unsigned long uint64_t; typedef
6 uint64_t State;
11 constexpr Board(uint64_t State, bool Failed = false) :
14 return Board(State | ((uint64_t)Row << (Col * 4)));
integer-overflow.cpp 2 typedef unsigned long long uint64_t; typedef
6 int array64[sizeof(uint64_t) == 8 ? 1 : -1];
8 int arrayint[sizeof(int) < sizeof(uint64_t) ? 1 : -1];
10 uint64_t f0(uint64_t);
11 uint64_t f1(uint64_t, uint32_t);
12 uint64_t f2(uint64_t, ...);
14 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expression; result is 5368709 (…)
    [all...]
  /external/google-breakpad/src/google_breakpad/common/
breakpad_types.h 67 typedef unsigned __int64 uint64_t; typedef
73 uint64_t high;
74 uint64_t low;
77 typedef uint64_t breakpad_time_t;
  /external/icu/icu4c/source/common/unicode/
ptypes.h 121 typedef unsigned __int64 uint64_t; typedef
123 typedef unsigned long long uint64_t; typedef
  /external/icu/libandroidicu/include/unicode/
ptypes.h 121 typedef unsigned __int64 uint64_t; typedef
123 typedef unsigned long long uint64_t; typedef
  /external/libchrome/base/task/sequence_manager/
enqueue_order.h 31 operator uint64_t() const { return value_; }
33 static EnqueueOrder FromIntForTesting(uint64_t value) {
47 &counter_, uint64_t(1), std::memory_order_relaxed));
51 std::atomic<uint64_t> counter_;
56 explicit EnqueueOrder(uint64_t value) : value_(value) {}
58 enum SpecialValues : uint64_t {
64 uint64_t value_;
  /external/libpcap/pcap/
pcap-inttypes.h 58 typedef unsigned _int64 uint64_t; typedef
61 typedef unsigned long long uint64_t; typedef
  /external/mesa3d/include/vulkan/
vk_platform.h 82 typedef unsigned __int64 uint64_t; typedef
  /external/skia/include/third_party/vulkan/vulkan/
vk_platform.h 82 typedef unsigned __int64 uint64_t; typedef
  /external/skqp/include/third_party/vulkan/vulkan/
vk_platform.h 82 typedef unsigned __int64 uint64_t; typedef
  /external/swiftshader/include/vulkan/
vk_platform.h 82 typedef unsigned __int64 uint64_t; typedef

Completed in 779 milliseconds

1 2 3 4 5