Home
last modified time | relevance | path

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

12345678910>>...125

/external/clang/test/SemaCXX/
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 expressi…
11 uint64_t check_integer_overflows(int i) { //expected-note {{declared here}} in check_integer_overflows()
13 uint64_t overflow = 4608 * 1024 * 1024, in check_integer_overflows()
15 overflow2 = (uint64_t)(4608 * 1024 * 1024), in check_integer_overflows()
17 overflow3 = (uint64_t)(4608 * 1024 * 1024 * i), in check_integer_overflows()
21 overflow5 = static_cast<uint64_t>(4608 * 1024 * 1024), in check_integer_overflows()
[all …]
/external/clang/test/Sema/
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 expressi…
11 uint64_t check_integer_overflows(int i) { in check_integer_overflows()
13 uint64_t overflow = 4608 * 1024 * 1024, in check_integer_overflows()
15 overflow2 = (uint64_t)(4608 * 1024 * 1024), in check_integer_overflows()
17 overflow3 = (uint64_t)(4608 * 1024 * 1024 * i), in check_integer_overflows()
21 … multi_overflow = (uint64_t)((uint64_t)(4608 * 1024 * 1024) * (uint64_t)(4608 * 1024 * 1024)); in check_integer_overflows()
[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/kernel-headers/original/uapi/linux/
Dfuse.h149 uint64_t ino;
150 uint64_t size;
151 uint64_t blocks;
152 uint64_t atime;
153 uint64_t mtime;
154 uint64_t ctime;
168 uint64_t blocks;
169 uint64_t bfree;
170 uint64_t bavail;
171 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 …]
Dkfd_ioctl.h46 uint64_t ring_base_address; /* to KFD */
47 uint64_t write_pointer_address; /* from KFD */
48 uint64_t read_pointer_address; /* from KFD */
49 uint64_t doorbell_offset; /* from KFD */
58 uint64_t eop_buffer_address; /* to KFD */
59 uint64_t eop_buffer_size; /* to KFD */
60 uint64_t ctx_save_restore_address; /* to KFD */
61 uint64_t ctx_save_restore_size; /* to KFD */
70 uint64_t ring_base_address; /* to KFD */
83 uint64_t alternate_aperture_base; /* to KFD */
[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 …]
Dstats.h20 uint64_t nrequests;
30 uint64_t nmalloc;
31 uint64_t ndalloc;
38 uint64_t nrequests;
47 uint64_t nfills;
50 uint64_t nflushes;
53 uint64_t nruns;
59 uint64_t reruns;
72 uint64_t nmalloc;
73 uint64_t ndalloc;
[all …]
/external/llvm/lib/Target/SystemZ/Disassembler/
DSystemZDisassembler.cpp30 DecodeStatus getInstruction(MCInst &instr, uint64_t &Size,
31 ArrayRef<uint8_t> Bytes, uint64_t Address,
49 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo, in decodeRegisterClass()
59 static DecodeStatus DecodeGR32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR32BitRegisterClass()
60 uint64_t Address, in DecodeGR32BitRegisterClass()
65 static DecodeStatus DecodeGRH32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGRH32BitRegisterClass()
66 uint64_t Address, in DecodeGRH32BitRegisterClass()
71 static DecodeStatus DecodeGR64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR64BitRegisterClass()
72 uint64_t Address, in DecodeGR64BitRegisterClass()
77 static DecodeStatus DecodeGR128BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR128BitRegisterClass()
[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/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/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/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/llvm/include/llvm/Target/
DTargetCallingConv.h28 static const uint64_t NoFlagSet = 0ULL;
29 static const uint64_t ZExt = 1ULL<<0; ///< Zero extended
30 static const uint64_t ZExtOffs = 0;
31 static const uint64_t SExt = 1ULL<<1; ///< Sign extended
32 static const uint64_t SExtOffs = 1;
33 static const uint64_t InReg = 1ULL<<2; ///< Passed in register
34 static const uint64_t InRegOffs = 2;
35 static const uint64_t SRet = 1ULL<<3; ///< Hidden struct-ret ptr
36 static const uint64_t SRetOffs = 3;
37 static const uint64_t ByVal = 1ULL<<4; ///< Struct passed by value
[all …]
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AddressingModes.h205 static inline uint64_t ror(uint64_t elt, unsigned size) { in ror()
213 static inline bool processLogicalImmediate(uint64_t Imm, unsigned RegSize, in processLogicalImmediate()
214 uint64_t &Encoding) { in processLogicalImmediate()
224 uint64_t Mask = (1ULL << Size) - 1; in processLogicalImmediate()
234 uint64_t Mask = ((uint64_t)-1LL) >> (64 - Size); in processLogicalImmediate()
259 uint64_t NImms = ~(Size-1) << 1; in processLogicalImmediate()
274 static inline bool isLogicalImmediate(uint64_t imm, unsigned regSize) { in isLogicalImmediate()
275 uint64_t encoding; in isLogicalImmediate()
281 static inline uint64_t encodeLogicalImmediate(uint64_t imm, unsigned regSize) { in encodeLogicalImmediate()
282 uint64_t encoding = 0; in encodeLogicalImmediate()
[all …]
/external/libdrm/amdgpu/
Damdgpu.h139 uint64_t alloc_size;
146 uint64_t phys_alignment;
155 uint64_t flags;
171 uint64_t flags;
177 uint64_t tiling_info;
195 uint64_t alloc_size;
201 uint64_t phys_alignment;
207 uint64_t alloc_flags;
224 uint64_t alloc_size;
266 uint64_t fence;
[all …]
/external/vboot_reference/futility/
Dvb1_helper.h9 uint8_t *ReadConfigFile(const char *config_file, uint64_t *config_size);
11 uint8_t *CreateKernelBlob(uint8_t *vmlinuz_buf, uint64_t vmlinuz_size,
12 enum arch_t arch, uint64_t kernel_body_load_address,
13 uint8_t *config_data, uint64_t config_size,
14 uint8_t *bootloader_data, uint64_t bootloader_size,
15 uint64_t *blob_size_ptr);
17 uint8_t *SignKernelBlob(uint8_t *kernel_blob, uint64_t kernel_size,
18 uint64_t padding,
19 int version, uint64_t kernel_body_load_address,
21 uint32_t flags, uint64_t *vblock_size_ptr);
[all …]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h26 void resolveRelocation(const SectionEntry &Section, uint64_t Offset,
27 uint64_t Value, uint32_t Type, int64_t Addend,
28 uint64_t SymOffset = 0, SID SectionID = 0);
30 void resolveX86_64Relocation(const SectionEntry &Section, uint64_t Offset,
31 uint64_t Value, uint32_t Type, int64_t Addend,
32 uint64_t SymOffset);
34 void resolveX86Relocation(const SectionEntry &Section, uint64_t Offset,
37 void resolveAArch64Relocation(const SectionEntry &Section, uint64_t Offset,
38 uint64_t Value, uint32_t Type, int64_t Addend);
40 void resolveARMRelocation(const SectionEntry &Section, uint64_t Offset,
[all …]
/external/libdrm/include/drm/
Dnouveau_drm.h94 uint64_t param;
95 uint64_t value;
99 uint64_t param;
100 uint64_t value;
118 uint64_t size;
119 uint64_t offset;
120 uint64_t map_handle;
141 uint64_t offset;
145 uint64_t user_priv;
171 uint64_t offset;
[all …]
/external/vboot_reference/firmware/lib/include/
Dvboot_common.h53 uint64_t OffsetOf(const void *base, const void *ptr);
69 int VerifyMemberInside(const void *parent, uint64_t parent_size,
70 const void *member, uint64_t member_size,
71 uint64_t member_data_offset,
72 uint64_t member_data_size);
74 int VerifyPublicKeyInside(const void *parent, uint64_t parent_size,
77 int VerifySignatureInside(const void *parent, uint64_t parent_size,
83 void PublicKeyInit(VbPublicKey *key, uint8_t *key_data, uint64_t key_size);
105 int VerifyData(const uint8_t *data, uint64_t size, const VbSignature *sig,
121 int KeyBlockVerify(const VbKeyBlockHeader *block, uint64_t size,
[all …]
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCCodeEmitter.cpp46 uint64_t getBinaryCodeForInstr(const MCInst &MI,
52 uint64_t getMachineOpValue(const MCInst &MI, const MCOperand &MO,
60 uint64_t getBDAddr12Encoding(const MCInst &MI, unsigned OpNum,
63 uint64_t getBDAddr20Encoding(const MCInst &MI, unsigned OpNum,
66 uint64_t getBDXAddr12Encoding(const MCInst &MI, unsigned OpNum,
69 uint64_t getBDXAddr20Encoding(const MCInst &MI, unsigned OpNum,
72 uint64_t getBDLAddr12Len8Encoding(const MCInst &MI, unsigned OpNum,
75 uint64_t getBDVAddr12Encoding(const MCInst &MI, unsigned OpNum,
84 uint64_t getPCRelEncoding(const MCInst &MI, unsigned OpNum,
89 uint64_t getPC16DBLEncoding(const MCInst &MI, unsigned OpNum, in getPC16DBLEncoding()
[all …]
/external/scrypt/lib/util/
Dsysendian.h67 static inline uint64_t
72 return ((uint64_t)(p[7]) + ((uint64_t)(p[6]) << 8) + in be64dec()
73 ((uint64_t)(p[5]) << 16) + ((uint64_t)(p[4]) << 24) + in be64dec()
74 ((uint64_t)(p[3]) << 32) + ((uint64_t)(p[2]) << 40) + in be64dec()
75 ((uint64_t)(p[1]) << 48) + ((uint64_t)(p[0]) << 56)); in be64dec()
79 be64enc(void *pp, uint64_t x) in be64enc()
113 static inline uint64_t
118 return ((uint64_t)(p[0]) + ((uint64_t)(p[1]) << 8) + in le64dec()
119 ((uint64_t)(p[2]) << 16) + ((uint64_t)(p[3]) << 24) + in le64dec()
120 ((uint64_t)(p[4]) << 32) + ((uint64_t)(p[5]) << 40) + in le64dec()
[all …]
/external/llvm/include/llvm/ProfileData/
DInstrProf.h135 uint64_t Version = INSTR_PROF_INDEX_VERSION);
144 uint64_t Version = INSTR_PROF_INDEX_VERSION);
207 uint64_t ComputeHash(StringRef K);
217 typedef std::vector<std::pair<uint64_t, uint64_t>> AddrHashMap;
221 uint64_t Address;
223 std::vector<std::pair<uint64_t, std::string>> HashNameMap;
237 inline std::error_code create(StringRef D, uint64_t BaseAddr);
254 void mapAddress(uint64_t Addr, uint64_t MD5Val) { in mapAddress()
261 StringRef getFuncName(uint64_t FuncNameAddress, size_t NameSize);
264 inline StringRef getFuncName(uint64_t FuncMD5Hash);
[all …]
/external/llvm/include/llvm/Transforms/IPO/
DLowerBitSets.h35 std::set<uint64_t> Bits;
38 uint64_t ByteOffset;
41 uint64_t BitSize;
56 bool containsGlobalOffset(uint64_t Offset) const;
59 const DenseMap<GlobalObject *, uint64_t> &GlobalLayout,
60 Value *V, uint64_t COffset = 0) const;
66 SmallVector<uint64_t, 16> Offsets;
67 uint64_t Min, Max;
69 BitSetBuilder() : Min(std::numeric_limits<uint64_t>::max()), Max(0) {} in BitSetBuilder()
71 void addOffset(uint64_t Offset) { in addOffset()
[all …]

12345678910>>...125