Home
last modified time | relevance | path

Searched refs:uint64_t (Results 1 – 25 of 4334) sorted by relevance

12345678910>>...174

/external/clang/test/SemaCXX/
Dinteger-overflow.cpp2 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 expressi…
16 uint64_t check_integer_overflows(int i) { //expected-note {{declared here}} in check_integer_overflows()
18 uint64_t overflow = 4608 * 1024 * 1024, in check_integer_overflows()
20 overflow2 = (uint64_t)(4608 * 1024 * 1024), in check_integer_overflows()
[all …]
/external/clang/test/Sema/
Dinteger-overflow.c2 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 expressi…
16 uint64_t check_integer_overflows(int i) { in check_integer_overflows()
18 uint64_t overflow = 4608 * 1024 * 1024, in check_integer_overflows()
20 overflow2 = (uint64_t)(4608 * 1024 * 1024), in check_integer_overflows()
[all …]
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h33 const uint64_t kMaxTrackNumber = 126;
70 bool WriteEbmlHeader(IMkvWriter* writer, uint64_t doc_type_version,
75 bool WriteEbmlHeader(IMkvWriter* writer, uint64_t doc_type_version);
97 bool Init(const uint8_t* frame, uint64_t length);
100 bool AddAdditionalData(const uint8_t* additional, uint64_t length,
101 uint64_t add_id);
110 uint64_t add_id() const { return add_id_; } in add_id()
112 uint64_t additional_length() const { return additional_length_; } in additional_length()
113 void set_duration(uint64_t duration);
114 uint64_t duration() const { return duration_; } in duration()
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Devents.proto146 uint64_t IaVertices;
147 uint64_t IaPrimitives;
148 uint64_t VsInvocations;
149 uint64_t HsInvocations;
150 uint64_t DsInvocations;
151 uint64_t GsInvocations;
152 uint64_t GsPrimitives;
153 uint64_t CInvocations;
154 uint64_t CPrimitives;
155 uint64_t SoPrimStorageNeeded0;
[all …]
/external/eigen/unsupported/test/
Dcxx11_tensor_uint128.cpp27 void VERIFY_EQUAL(TensorUInt128<uint64_t, uint64_t> actual, uint128_t expected) { in VERIFY_EQUAL() argument
28 bool matchl = actual.lower() == static_cast<uint64_t>(expected); in VERIFY_EQUAL()
29 bool matchh = actual.upper() == static_cast<uint64_t>(expected >> 64); in VERIFY_EQUAL()
41 uint64_t incr = internal::random<uint64_t>(1, 9999999999); in test_add()
42 for (uint64_t i1 = 0; i1 < 100; ++i1) { in test_add()
43 for (uint64_t i2 = 1; i2 < 100 * incr; i2 += incr) { in test_add()
44 TensorUInt128<uint64_t, uint64_t> i(i1, i2); in test_add()
46 for (uint64_t j1 = 0; j1 < 100; ++j1) { in test_add()
47 for (uint64_t j2 = 1; j2 < 100 * incr; j2 += incr) { in test_add()
48 TensorUInt128<uint64_t, uint64_t> j(j1, j2); in test_add()
[all …]
/external/google-breakpad/src/processor/
Dstack_frame_cpu.cc40 const uint64_t StackFrameARM64::CONTEXT_VALID_X0;
41 const uint64_t StackFrameARM64::CONTEXT_VALID_X1;
42 const uint64_t StackFrameARM64::CONTEXT_VALID_X2;
43 const uint64_t StackFrameARM64::CONTEXT_VALID_X3;
44 const uint64_t StackFrameARM64::CONTEXT_VALID_X4;
45 const uint64_t StackFrameARM64::CONTEXT_VALID_X5;
46 const uint64_t StackFrameARM64::CONTEXT_VALID_X6;
47 const uint64_t StackFrameARM64::CONTEXT_VALID_X7;
48 const uint64_t StackFrameARM64::CONTEXT_VALID_X8;
49 const uint64_t StackFrameARM64::CONTEXT_VALID_X9;
[all …]
/external/llvm/lib/Target/SystemZ/Disassembler/
DSystemZDisassembler.cpp30 DecodeStatus getInstruction(MCInst &instr, uint64_t &Size,
31 ArrayRef<uint8_t> Bytes, uint64_t Address,
69 uint64_t Address, uint64_t Offset, in tryAddingSymbolicOperand()
70 uint64_t Width, MCInst &MI, in tryAddingSymbolicOperand()
77 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo, in decodeRegisterClass()
87 static DecodeStatus DecodeGR32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR32BitRegisterClass()
88 uint64_t Address, in DecodeGR32BitRegisterClass()
93 static DecodeStatus DecodeGRH32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGRH32BitRegisterClass()
94 uint64_t Address, in DecodeGRH32BitRegisterClass()
99 static DecodeStatus DecodeGR64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR64BitRegisterClass()
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/
Di64operations.c9 uint64_t tval_f = 0xffffff0750135eb9;
49 i64_uge(uint64_t a, uint64_t b) in i64_uge()
55 i64_ult(uint64_t a, uint64_t b) in i64_ult()
61 i64_ugt(uint64_t a, uint64_t b) in i64_ugt()
67 i64_ule(uint64_t a, uint64_t b) in i64_ule()
104 uint64_t
105 i64_ugt_select(uint64_t a, uint64_t b, uint64_t c, uint64_t d) in i64_ugt_select()
110 uint64_t
111 i64_ule_select(uint64_t a, uint64_t b, uint64_t c, uint64_t d) in i64_ule_select()
116 uint64_t
[all …]
/external/libpcap/
Dextract.h107 static inline uint64_t
110 return ((uint64_t)(((uint64_t)ntohl(((const unaligned_uint32_t *)(p) + 0)->val)) << 32 | \ in EXTRACT_64BITS()
111 ((uint64_t)ntohl(((const unaligned_uint32_t *)(p) + 1)->val)) << 0)); in EXTRACT_64BITS()
131 ((uint64_t)(((uint64_t)(*((const uint8_t *)(p) + 0)) << 56) | \
132 ((uint64_t)(*((const uint8_t *)(p) + 1)) << 48) | \
133 ((uint64_t)(*((const uint8_t *)(p) + 2)) << 40) | \
134 ((uint64_t)(*((const uint8_t *)(p) + 3)) << 32) | \
135 ((uint64_t)(*((const uint8_t *)(p) + 4)) << 24) | \
136 ((uint64_t)(*((const uint8_t *)(p) + 5)) << 16) | \
137 ((uint64_t)(*((const uint8_t *)(p) + 6)) << 8) | \
[all …]
/external/jemalloc/include/jemalloc/internal/
Datomic.h44 uint64_t atomic_add_uint64(uint64_t *p, uint64_t x);
45 uint64_t atomic_sub_uint64(uint64_t *p, uint64_t x);
46 bool atomic_cas_uint64(uint64_t *p, uint64_t c, uint64_t s);
47 void atomic_write_uint64(uint64_t *p, uint64_t x);
71 JEMALLOC_INLINE uint64_t
72 atomic_add_uint64(uint64_t *p, uint64_t x) in atomic_add_uint64()
74 uint64_t t = x; in atomic_add_uint64()
85 JEMALLOC_INLINE uint64_t
86 atomic_sub_uint64(uint64_t *p, uint64_t x) in atomic_sub_uint64()
88 uint64_t t; in atomic_sub_uint64()
[all …]
/external/kernel-headers/original/uapi/linux/
Dfuse.h159 uint64_t ino;
160 uint64_t size;
161 uint64_t blocks;
162 uint64_t atime;
163 uint64_t mtime;
164 uint64_t ctime;
178 uint64_t blocks;
179 uint64_t bfree;
180 uint64_t bavail;
181 uint64_t files;
[all …]
Drds.h107 uint64_t value;
117 uint64_t next_tx_seq;
118 uint64_t next_rx_seq;
129 uint64_t seq;
145 uint64_t inum;
153 uint64_t hdr_rem;
154 uint64_t data_rem;
212 typedef uint64_t rds_rdma_cookie_t;
215 uint64_t addr;
216 uint64_t bytes;
[all …]
/external/tcpdump/
Dextract.h103 static inline uint64_t
106 return ((uint64_t)(((uint64_t)ntohl(((const unaligned_uint32_t *)(p) + 0)->val)) << 32 | in EXTRACT_64BITS()
107 ((uint64_t)ntohl(((const unaligned_uint32_t *)(p) + 1)->val)) << 0)); in EXTRACT_64BITS()
127 ((uint64_t)(((uint64_t)(*((const uint8_t *)(p) + 0)) << 56) | \
128 ((uint64_t)(*((const uint8_t *)(p) + 1)) << 48) | \
129 ((uint64_t)(*((const uint8_t *)(p) + 2)) << 40) | \
130 ((uint64_t)(*((const uint8_t *)(p) + 3)) << 32) | \
131 ((uint64_t)(*((const uint8_t *)(p) + 4)) << 24) | \
132 ((uint64_t)(*((const uint8_t *)(p) + 5)) << 16) | \
133 ((uint64_t)(*((const uint8_t *)(p) + 6)) << 8) | \
[all …]
/external/google-breakpad/src/google_breakpad/common/
Dminidump_cpu_amd64.h106 uint64_t p1_home;
107 uint64_t p2_home;
108 uint64_t p3_home;
109 uint64_t p4_home;
110 uint64_t p5_home;
111 uint64_t p6_home;
132 uint64_t dr0;
133 uint64_t dr1;
134 uint64_t dr2;
135 uint64_t dr3;
[all …]
/external/strace/xlat/
Dbtrfs_key_types.h136 XLAT_TYPE(uint64_t, BTRFS_INODE_ITEM_KEY),
137 XLAT_TYPE(uint64_t, BTRFS_INODE_REF_KEY),
138 XLAT_TYPE(uint64_t, BTRFS_INODE_EXTREF_KEY),
139 XLAT_TYPE(uint64_t, BTRFS_XATTR_ITEM_KEY),
140 XLAT_TYPE(uint64_t, BTRFS_ORPHAN_ITEM_KEY),
141 XLAT_TYPE(uint64_t, BTRFS_DIR_LOG_ITEM_KEY),
142 XLAT_TYPE(uint64_t, BTRFS_DIR_LOG_INDEX_KEY),
143 XLAT_TYPE(uint64_t, BTRFS_DIR_ITEM_KEY),
144 XLAT_TYPE(uint64_t, BTRFS_DIR_INDEX_KEY),
145 XLAT_TYPE(uint64_t, BTRFS_EXTENT_DATA_KEY),
[all …]
/external/llvm/include/llvm/Target/
DTargetCallingConv.h27 static const uint64_t NoFlagSet = 0ULL;
28 static const uint64_t ZExt = 1ULL<<0; ///< Zero extended
29 static const uint64_t ZExtOffs = 0;
30 static const uint64_t SExt = 1ULL<<1; ///< Sign extended
31 static const uint64_t SExtOffs = 1;
32 static const uint64_t InReg = 1ULL<<2; ///< Passed in register
33 static const uint64_t InRegOffs = 2;
34 static const uint64_t SRet = 1ULL<<3; ///< Hidden struct-ret ptr
35 static const uint64_t SRetOffs = 3;
36 static const uint64_t ByVal = 1ULL<<4; ///< Struct passed by value
[all …]
/external/valgrind/none/tests/s390x/
Dclgrj.c28 void compare_never(uint64_t value1, uint64_t value2) in compare_never()
30 register uint64_t val1 asm("r7") = value1; in compare_never()
31 register uint64_t val2 asm("r8") = value2; in compare_never()
44 void compare_always(uint64_t value1, uint64_t value2) in compare_always()
46 register uint64_t val1 asm("r7") = value1; in compare_always()
47 register uint64_t val2 asm("r8") = value2; in compare_always()
60 void compare_le(uint64_t value1, uint64_t value2) in compare_le()
62 register uint64_t val1 asm("r7") = value1; in compare_le()
63 register uint64_t val2 asm("r8") = value2; in compare_le()
76 void compare_ge(uint64_t value1, uint64_t value2) in compare_ge()
[all …]
/external/google-breakpad/src/google_breakpad/processor/
Dstack_frame_cpu.h81 virtual uint64_t ReturnAddress() const;
180 virtual uint64_t ReturnAddress() const;
276 static const uint64_t CONTEXT_VALID_NONE = 0;
277 static const uint64_t CONTEXT_VALID_X0 = 1ULL << 0;
278 static const uint64_t CONTEXT_VALID_X1 = 1ULL << 1;
279 static const uint64_t CONTEXT_VALID_X2 = 1ULL << 2;
280 static const uint64_t CONTEXT_VALID_X3 = 1ULL << 3;
281 static const uint64_t CONTEXT_VALID_X4 = 1ULL << 4;
282 static const uint64_t CONTEXT_VALID_X5 = 1ULL << 5;
283 static const uint64_t CONTEXT_VALID_X6 = 1ULL << 6;
[all …]
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Dprocess_memory_stats.h19 uint64_t start_addr = 0;
20 uint64_t end_addr = 0;
21 uint64_t virt_kb = 0;
22 uint64_t pss_kb = 0; // Proportional Set Size.
23 uint64_t rss_kb = 0; // Resident Set Size.
24 uint64_t private_clean_kb = 0;
25 uint64_t private_dirty_kb = 0;
26 uint64_t shared_clean_kb = 0;
27 uint64_t shared_dirty_kb = 0;
28 uint64_t swapped_kb = 0;
[all …]
/external/vboot_reference/firmware/include/
Dvboot_struct.h16 uint64_t key_offset;
18 uint64_t key_size;
20 uint64_t algorithm;
22 uint64_t key_version;
30 uint64_t sig_offset;
32 uint64_t sig_size;
34 uint64_t data_size;
73 uint64_t key_block_size;
85 uint64_t key_block_flags;
107 uint64_t preamble_size;
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.h64 uint64_t v[29];
66 uint64_t tex_obj_current_count;
67 uint64_t tex_obj_current_bytes;
68 uint64_t buf_obj_current_count;
69 uint64_t buf_obj_current_bytes_vid;
70 uint64_t buf_obj_current_bytes_sys;
71 uint64_t tex_transfers_rd;
72 uint64_t tex_transfers_wr;
73 uint64_t tex_copy_count;
74 uint64_t tex_blit_count;
[all …]
/external/libtextclassifier/util/hash/
Dfarmhash.h33 inline uint64_t Uint128Low64(const uint128_t x) { in Uint128Low64()
34 return static_cast<uint64_t>(x); in Uint128Low64()
36 inline uint64_t Uint128High64(const uint128_t x) { in Uint128High64()
37 return static_cast<uint64_t>(x >> 64); in Uint128High64()
39 inline uint128_t Uint128(uint64_t lo, uint64_t hi) { in Uint128()
43 typedef std::pair<uint64_t, uint64_t> uint128_t;
44 inline uint64_t Uint128Low64(const uint128_t x) { return x.first; }
45 inline uint64_t Uint128High64(const uint128_t x) { return x.second; }
46 inline uint128_t Uint128(uint64_t lo, uint64_t hi) { return uint128_t(lo, hi); }
72 uint64_t Hash64(const char* s, size_t len);
[all …]
/external/syslinux/core/fs/xfs/
Dmisc.h22 static inline uint64_t be64_to_cpu(uint64_t val) in be64_to_cpu()
24 return (uint64_t)((((uint64_t)val & (uint64_t)0x00000000000000ffULL) << 56) | in be64_to_cpu()
25 (((uint64_t)val & (uint64_t)0x000000000000ff00ULL) << 40) | in be64_to_cpu()
26 (((uint64_t)val & (uint64_t)0x0000000000ff0000ULL) << 24) | in be64_to_cpu()
27 (((uint64_t)val & (uint64_t)0x00000000ff000000ULL) << 8) | in be64_to_cpu()
28 (((uint64_t)val & (uint64_t)0x000000ff00000000ULL) >> 8) | in be64_to_cpu()
29 (((uint64_t)val & (uint64_t)0x0000ff0000000000ULL) >> 24) | in be64_to_cpu()
30 (((uint64_t)val & (uint64_t)0x00ff000000000000ULL) >> 40) | in be64_to_cpu()
31 (((uint64_t)val & (uint64_t)0xff00000000000000ULL) >> 56)); in be64_to_cpu()
/external/syslinux/extlinux/
Dmisc.h22 static inline uint64_t be64_to_cpu(uint64_t val) in be64_to_cpu()
24 return (uint64_t)((((uint64_t)val & (uint64_t)0x00000000000000ffULL) << 56) | in be64_to_cpu()
25 (((uint64_t)val & (uint64_t)0x000000000000ff00ULL) << 40) | in be64_to_cpu()
26 (((uint64_t)val & (uint64_t)0x0000000000ff0000ULL) << 24) | in be64_to_cpu()
27 (((uint64_t)val & (uint64_t)0x00000000ff000000ULL) << 8) | in be64_to_cpu()
28 (((uint64_t)val & (uint64_t)0x000000ff00000000ULL) >> 8) | in be64_to_cpu()
29 (((uint64_t)val & (uint64_t)0x0000ff0000000000ULL) >> 24) | in be64_to_cpu()
30 (((uint64_t)val & (uint64_t)0x00ff000000000000ULL) >> 40) | in be64_to_cpu()
31 (((uint64_t)val & (uint64_t)0xff00000000000000ULL) >> 56)); in be64_to_cpu()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorUInt128.h17 template <uint64_t n>
19 static const uint64_t value = n;
20 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE operator uint64_t() const { return n; } in uint64_t() function
31 template <typename HIGH = uint64_t, typename LOW = uint64_t>
57 …((static_cast<typename conditional<sizeof(T) == 8, uint64_t, uint32_t>::type>(x) <= NumTraits<uint… in TensorUInt128()
112 TensorUInt128<uint64_t, uint64_t> operator + (const TensorUInt128<HL, LL>& lhs, const TensorUInt128…
114 TensorUInt128<uint64_t, uint64_t> result(lhs.high + rhs.high, lhs.low + rhs.low);
123 TensorUInt128<uint64_t, uint64_t> operator - (const TensorUInt128<HL, LL>& lhs, const TensorUInt128…
125 TensorUInt128<uint64_t, uint64_t> result(lhs.high - rhs.high, lhs.low - rhs.low);
135 TensorUInt128<uint64_t, uint64_t> operator * (const TensorUInt128<HL, LL>& lhs, const TensorUInt128…
[all …]

12345678910>>...174