Searched defs:uint64_t (Results 1 - 25 of 60) sorted by relevance

123

/external/clang/test/Headers/
H A Dint64-type.c5 typedef unsigned long long uint64_t; typedef
/external/netperf/
H A Dnetcpu.h11 typedef unsigned __int64 uint64_t; typedef
14 extern void get_cpu_idle(uint64_t *res);
/external/clang/test/CodeGen/
H A Duint128_t.c3 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)
H A D2008-01-04-WideBitfield.c3 typedef unsigned long long uint64_t; typedef
6 uint64_t a : 64;
9 uint64_t f(void)
H A Dx86_32-inline-asm.c12 typedef u_int64_t uint64_t; typedef
25 uint64_t val = 0;
H A Ddebug-info.c58 typedef unsigned long long uint64_t; typedef
59 typedef uint64_t uint64x2_t __attribute__((ext_vector_type(2)));
/external/clang/test/Profile/
H A Dc-counter-overflows.c7 typedef unsigned long long uint64_t; typedef
16 for (uint64_t I = 0; I < 0xffffffff0; ++I) {
/external/clang/test/Headers/Inputs/include/
H A Dstdint.h9 typedef unsigned __INT64_TYPE__ uint64_t; typedef
/external/clang/test/CodeGenCXX/
H A Dlinetable-eh.cpp19 typedef unsigned long long uint64_t; typedef
29 uint64_t GetIt();
40 uint64_t current_address = GetContext()->GetIt();
/external/e2fsprogs/lib/uuid/
H A Duuid_types.h14 typedef unsigned int uint64_t; typedef
17 typedef unsigned long uint64_t; typedef
24 typedef unsigned long long uint64_t; typedef
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dopj_stdint.h46 typedef unsigned __int64 uint64_t; typedef
/external/srtp/crypto/include/
H A Dintegers.h81 typedef unsigned long uint64_t; typedef
83 typedef unsigned long long uint64_t; typedef
102 typedef double uint64_t; typedef
104 extern uint64_t make64(uint32_t high, uint32_t low);
105 extern uint32_t high32(uint64_t value);
106 extern uint32_t low32(uint64_t value);
/external/v8/include/
H A Dv8stdint.h24 typedef unsigned __int64 uint64_t; typedef
/external/clang/test/Sema/
H A Dinteger-overflow.c2 typedef unsigned long long uint64_t; typedef
5 uint64_t f0(uint64_t);
6 uint64_t f1(uint64_t, uint32_t);
7 uint64_t f2(uint64_t, ...);
9 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expression; result is 536870912 with type 'int'}}
11 uint64_t check_integer_overflows(int i) {
13 uint64_t overflo
[all...]
H A Daarch64-neon-vector-types.c14 typedef unsigned long uint64_t; typedef
17 typedef unsigned long long uint64_t; typedef
19 typedef uint64_t poly64_t;
26 typedef __attribute__((neon_vector_type(1))) uint64_t uint64x1_t;
27 typedef __attribute__((neon_vector_type(2))) uint64_t uint64x2_t;
H A Dneon-vector-types.c7 typedef unsigned __INT64_TYPE__ uint64_t; typedef
12 typedef __attribute__((neon_vector_type(1))) uint64_t uint64x1_t;
13 typedef __attribute__((neon_vector_type(2))) uint64_t uint64x2_t;
/external/clang/test/SemaCXX/
H A Dinteger-overflow.cpp2 typedef unsigned long long uint64_t; typedef
5 uint64_t f0(uint64_t);
6 uint64_t f1(uint64_t, uint32_t);
7 uint64_t f2(uint64_t, ...);
9 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expression; result is 536870912 with type 'int'}}
11 uint64_t check_integer_overflows(int i) { //expected-note {{declared here}}
13 uint64_t overflo
[all...]
/external/compiler-rt/lib/profile/
H A DInstrProfiling.h20 typedef unsigned long long uint64_t; typedef
35 const uint64_t FuncHash;
37 uint64_t *const Counters;
43 uint64_t __llvm_profile_get_size_for_buffer(void);
57 uint64_t *__llvm_profile_begin_counters(void);
58 uint64_t *__llvm_profile_end_counters(void);
87 uint64_t __llvm_profile_get_magic(void);
90 uint64_t __llvm_profile_get_version(void);
/external/google-breakpad/src/google_breakpad/common/
H A Dbreakpad_types.h67 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/
H A Dptypes.h118 typedef unsigned __int64 uint64_t; typedef
120 typedef unsigned long long uint64_t; typedef
/external/webp/include/webp/
H A Dtypes.h34 typedef unsigned long long int uint64_t; typedef
/external/webp/src/webp/
H A Dtypes.h34 typedef unsigned long long int uint64_t; typedef
/external/libvpx/libvpx/vpx/
H A Dvpx_integer.h38 typedef unsigned __int64 uint64_t; typedef
/external/lldb/include/lldb/Interpreter/
H A DOptionValueUInt64.h31 OptionValueUInt64 (uint64_t value) :
38 OptionValueUInt64 (uint64_t current_value,
39 uint64_t default_value) :
52 // Decode a uint64_t from "value_cstr" return a OptionValueUInt64 object
54 // string isn't a uint64_t value or any other error occurs, return an
91 const uint64_t &
92 operator = (uint64_t value)
98 operator uint64_t () const
103 uint64_t
109 uint64_t
[all...]
/external/mesa3d/src/egl/main/
H A Deglcompiler.h47 typedef unsigned __int64 uint64_t; typedef

Completed in 744 milliseconds

123