Searched refs:u64 (Results 101 - 125 of 380) sorted by relevance

1234567891011>>

/external/compiler-rt/lib/msan/
H A Dmsan_interface_internal.h47 void __msan_maybe_warning_8(u64 s, u32 o);
56 void __msan_maybe_store_origin_8(u64 s, void *p, u32 o);
153 u64 __sanitizer_unaligned_load64(const uu64 *p);
162 void __sanitizer_unaligned_store64(uu64 *p, u64 x);
H A Dmsan.cc42 THREADLOCAL u64 __msan_param_tls[kMsanParamTlsSizeInWords];
51 THREADLOCAL u64 __msan_retval_tls[kMsanRetvalTlsSizeInWords];
57 THREADLOCAL u64 __msan_va_arg_tls[kMsanParamTlsSizeInWords];
60 THREADLOCAL u64 __msan_va_arg_overflow_size_tls;
319 MSAN_MAYBE_WARNING(u64, 8)
337 MSAN_MAYBE_STORE_ORIGIN(u64, 8)
508 u64 p;
549 u64 origin64 = ((u64)origin << 32) | origin;
557 *(u64*)add
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h27 static const u64 kInternalAllocatorSize = SANITIZER_MMAP_RANGE_SIZE;
H A Dsanitizer_atomic_msvc.h231 u64 *cmp,
232 u64 xchg,
234 u64 cmpv = *cmp;
235 u64 prev = (u64)_InterlockedCompareExchange64(
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dperf-time-to-tsc.c30 static u64 rdtsc(void)
36 return low | ((u64)high) << 32;
68 u64 test_tsc, comm1_tsc, comm2_tsc;
69 u64 test_time, comm1_time = 0, comm2_time = 0;
H A Dsw-clock.c23 u64 total_periods = 0;
95 if ((u64) nr_samples == total_periods) {
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Ddso.h68 u64 offset;
69 u64 size;
130 u64 offset, u8 *data, ssize_t size);
132 struct machine *machine, u64 addr,
H A Dstat.c5 void update_stats(struct stats *stats, u64 val)
H A Dmap.c35 u64 start, u64 end, u64 pgoff, struct dso *dso)
50 struct map *map__new(struct list_head *dsos__list, u64 start, u64 len,
51 u64 pgoff, u32 pid, u32 d_maj, u32 d_min, u64 ino,
52 u64 ino_gen, char *filename,
110 struct map *map__new2(u64 start, struct dso *dso, enum map_type type)
195 struct symbol *map__find_symbol(struct map *map, u64 add
[all...]
H A Ddso.c181 dso_cache__find(struct rb_root *root, u64 offset)
188 u64 end;
210 u64 offset = new->offset;
213 u64 end;
230 dso_cache__memcpy(struct dso_cache *cache, u64 offset,
231 u8 *data, u64 size)
233 u64 cache_offset = offset - cache->offset;
234 u64 cache_size = min(cache->size - cache_offset, size);
242 u64 offset, u8 *data, ssize_t size)
253 u64 cache_offse
[all...]
H A Dsession.c301 u64 *m = src;
305 byte_size -= sizeof(u64);
315 BUG_ON(size % sizeof(u64));
334 data += PERF_ALIGN(strlen(data) + 1, sizeof(u64));
351 data += PERF_ALIGN(strlen(data) + 1, sizeof(u64));
371 data += PERF_ALIGN(strlen(data) + 1, sizeof(u64));
446 swap_bitfield((u8 *) (&attr->read_format + 1), sizeof(u64));
494 u64 timestamp;
495 u64 file_offset;
517 u64 file_offse
[all...]
/external/openssl/crypto/modes/
H A Dccm128.c179 union { u64 u[2]; u8 c[16]; } scratch;
201 union { u64 u[2]; u8 c[16]; } temp;
207 ctx->cmac.u[0] ^= ((u64*)inp)[0];
208 ctx->cmac.u[1] ^= ((u64*)inp)[1];
218 ((u64*)out)[0] = scratch.u[0]^((u64*)inp)[0];
219 ((u64*)out)[1] = scratch.u[1]^((u64*)inp)[1];
254 union { u64 u[2]; u8 c[16]; } scratch;
272 union { u64
[all...]
/external/qemu/distrib/ext4_utils/src/
H A Dcontents.h38 u32 make_file(const char *filename, u64 len);
/external/bluetooth/bluedroid/stack/srvc/
H A Dsrvc_dis.c36 #define UINT64_TO_STREAM(p, u64) {*(p)++ = (UINT8)(u64); *(p)++ = (UINT8)((u64) >> 8);*(p)++ = (UINT8)((u64) >> 16); *(p)++ = (UINT8)((u64) >> 24); \
37 *(p)++ = (UINT8)((u64) >> 32); *(p)++ = (UINT8)((u64) >> 40);*(p)++ = (UINT8)((u64) >> 48); *(p)++ = (UINT8)((u64) >> 56);}
39 #define STREAM_TO_UINT64(u64,
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/stdio/
H A Dhist.c39 u64 total_samples, u64 hits,
83 u64 total_samples, int depth,
90 u64 remaining;
99 u64 new_total;
100 u64 cumul;
162 u64 total_samples, int left_margin)
218 u64 total_samples)
243 u64 total_samples)
270 u64 total_sample
[all...]
/external/llvm/test/MC/ARM/
H A Dneon-satshift-encoding.s17 @ CHECK: vqshl.u64 d16, d16, d17 @ encoding: [0xb0,0x04,0x71,0xf3]
18 vqshl.u64 d16, d16, d17
33 @ CHECK: vqshl.u64 q8, q8, q9 @ encoding: [0xf0,0x04,0x72,0xf3]
34 vqshl.u64 q8, q8, q9
49 @ CHECK: vqshl.u64 d16, d16, #63 @ encoding: [0xb0,0x07,0xff,0xf3]
50 vqshl.u64 d16, d16, #63
73 @ CHECK: vqshl.u64 q8, q8, #63 @ encoding: [0xf0,0x07,0xff,0xf3]
74 vqshl.u64 q8, q8, #63
97 @ CHECK: vqrshl.u64 d16, d16, d17 @ encoding: [0xb0,0x05,0x71,0xf3]
98 vqrshl.u64 d1
[all...]
H A Dneon-shiftaccum-encoding.s14 vsra.u64 d13, d16, #54
18 vsra.u64 q4, q5, #25
32 vsra.u64 d16, #54
36 vsra.u64 q5, #25
49 @ CHECK: vsra.u64 d13, d16, #54 @ encoding: [0xb0,0xd1,0x8a,0xf3]
53 @ CHECK: vsra.u64 q4, q5, #25 @ encoding: [0xda,0x81,0xa7,0xf3]
66 @ CHECK: vsra.u64 d16, d16, #54 @ encoding: [0xb0,0x01,0xca,0xf3]
70 @ CHECK: vsra.u64 q5, q5, #25 @ encoding: [0xda,0xa1,0xa7,0xf3]
79 vrsra.u64 d18, d19, #64
87 vrsra.u64 q
[all...]
H A Dneont2-satshift-encoding.s19 @ CHECK: vqshl.u64 d16, d16, d17 @ encoding: [0x71,0xff,0xb0,0x04]
20 vqshl.u64 d16, d16, d17
35 @ CHECK: vqshl.u64 q8, q8, q9 @ encoding: [0x72,0xff,0xf0,0x04]
36 vqshl.u64 q8, q8, q9
51 @ CHECK: vqshl.u64 d16, d16, #63 @ encoding: [0xff,0xff,0xb0,0x07]
52 vqshl.u64 d16, d16, #63
75 @ CHECK: vqshl.u64 q8, q8, #63 @ encoding: [0xff,0xff,0xf0,0x07]
76 vqshl.u64 q8, q8, #63
99 @ CHECK: vqrshl.u64 d16, d16, d17 @ encoding: [0x71,0xff,0xb0,0x05]
100 vqrshl.u64 d1
[all...]
H A Dneont2-shift-encoding.s11 @ CHECK: vshl.u64 d16, d17, d16 @ encoding: [0x70,0xff,0xa1,0x04]
12 vshl.u64 d16, d17, d16
27 @ CHECK: vshl.u64 q8, q9, q8 @ encoding: [0x70,0xff,0xe2,0x04]
28 vshl.u64 q8, q9, q8
43 @ CHECK: vshr.u64 d16, d16, #64 @ encoding: [0xc0,0xff,0xb0,0x00]
44 vshr.u64 d16, d16, #64
51 @ CHECK: vshr.u64 q8, q8, #64 @ encoding: [0xc0,0xff,0xf0,0x00]
52 vshr.u64 q8, q8, #64
107 @ CHECK: vrshl.u64 d16, d17, d16 @ encoding: [0x70,0xff,0xa1,0x05]
108 vrshl.u64 d1
[all...]
H A Dneont2-shiftaccum-encoding.s16 vsra.u64 d13, d16, #54
20 vsra.u64 q4, q5, #25
34 vsra.u64 d16, #54
38 vsra.u64 q5, #25
51 @ CHECK: vsra.u64 d13, d16, #54 @ encoding: [0x8a,0xff,0xb0,0xd1]
55 @ CHECK: vsra.u64 q4, q5, #25 @ encoding: [0xa7,0xff,0xda,0x81]
68 @ CHECK: vsra.u64 d16, d16, #54 @ encoding: [0xca,0xff,0xb0,0x01]
72 @ CHECK: vsra.u64 q5, q5, #25 @ encoding: [0xa7,0xff,0xda,0xa1]
82 vrsra.u64 d18, d19, #64
90 vrsra.u64 q
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_fake_stack.cc20 static const u64 kMagic1 = kAsanStackAfterReturnMagic;
21 static const u64 kMagic2 = (kMagic1 << 8) | kMagic1;
22 static const u64 kMagic4 = (kMagic2 << 16) | kMagic2;
23 static const u64 kMagic8 = (kMagic4 << 32) | kMagic4;
26 ALWAYS_INLINE void SetShadow(uptr ptr, uptr size, uptr class_id, u64 magic) {
28 u64 *shadow = reinterpret_cast<u64*>(MemToShadow(ptr));
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.cc136 u64 max_seq = 0;
137 u64 max_idx = MutexTypeInvalid;
196 u64 Contention() const {
197 u64 active = iter_ % kActiveSpinIters;
198 u64 passive = iter_ - active;
H A Dtsan_stat.cc18 void StatAggregate(u64 *dst, u64 *src) {
25 void StatOutput(u64 *stat) {
/external/ltrace/
H A Dprintf.c220 uint64_t u64; member in union:__anon26633
225 case 1: u.u64 = u.u8; break;
226 case 2: u.u64 = u.u16; break;
227 case 4: u.u64 = u.u32; break;
229 uint64_t c = u.u64;
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_snippet.c77 u64 covered; /* Mask of query phrases covered */
78 u64 hlmask; /* Mask of snippet terms to highlight */
360 u64 mCovered, /* Bitmask of phrases already covered */
363 u64 *pmCover, /* OUT: Bitmask of phrases covered */
364 u64 *pmHighlight /* OUT: Bitmask of terms to highlight */
369 u64 mCover = 0; /* Mask of phrases covered by this snippet */
370 u64 mHighlight = 0; /* Mask of tokens to highlight in snippet */
380 u64 mPhrase = (u64)1 << i;
381 u64 mPo
[all...]

Completed in 6071 milliseconds

1234567891011>>