HomeSort by relevance Sort by last modified time
    Searched full:u64 (Results 251 - 275 of 854) sorted by null

<<11121314151617181920>>

  /external/linux-tools-perf/util/
header.c 33 int perf_header__push_event(u64 id, const char *name)
57 char *perf_header__find_event(u64 id)
81 #define PERF_MAGIC (*(u64 *)__perf_magic)
392 u64 sec_start;
488 err = do_write(fd, attr->id, attr->ids * sizeof(u64));
495 err = do_write(fd, pair->id, pair->ids * sizeof(u64));
510 .size = attr->ids * sizeof(u64),
634 u64 attr_size = bswap_64(header->attr_size);
729 int input, u64 offset, u64 size
    [all...]
session.c 89 u64 sample_type = session->sample_type;
256 u64 ip = chain->ips[i];
367 u64 *m = src;
371 byte_size -= sizeof(u64);
471 u64 timestamp;
472 u64 file_offset;
494 u64 file_offset);
503 u64 limit = os->next_flush;
504 u64 last_ts = os->last_sample ? os->last_sample->timestamp : 0ULL;
588 u64 timestamp = new->timestamp
    [all...]
hist.c 74 unsigned int cpumode, u64 period)
132 struct symbol *sym_parent, u64 period)
293 u64 min_callchain_hits)
322 u64 min_callchain_hits;
374 u64 total_samples, u64 hits,
418 u64 total_samples, int depth,
425 u64 new_total;
426 u64 remaining;
440 u64 cumul
    [all...]
  /external/linux-tools-perf/
builtin-lock.c 68 u64 wait_time_total;
69 u64 wait_time_min;
70 u64 wait_time_max;
108 u64 prev_event_time;
221 u64 s1 = one->wait_time_min;
222 u64 s2 = two->wait_time_min;
371 u64 timestamp,
377 u64 timestamp,
383 u64 timestamp,
389 u64 timestamp
    [all...]
  /external/v8/tools/
ll_prof.py 491 "u64": ctypes.c_uint64
517 ("magic", "u64"),
518 ("size", "u64"),
519 ("attr_size", "u64"),
520 ("attrs_offset", "u64"),
521 ("attrs_size", "u64"),
522 ("data_offset", "u64"),
523 ("data_size", "u64"),
524 ("event_types_offset", "u64"),
525 ("event_types_size", "u64")
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 78 ThreadState::ThreadState(Context *ctx, int tid, int unique_id, u64 epoch,
322 static Shadow LoadShadow(u64 *p) {
323 u64 raw = atomic_load((atomic_uint64_t*)p, memory_order_relaxed);
328 static void StoreShadow(u64 *sp, u64 s) {
333 static void StoreIfNotYetStored(u64 *sp, u64 *s) {
338 static inline void HandleRace(ThreadState *thr, u64 *shadow_mem,
361 u64 *shadow_mem, Shadow cur) {
369 // _mm_storel_epi64(u64*, __m128i)
    [all...]
tsan_mman.cc 216 u64 stats[AllocatorStatCount];
218 u64 m = stats[AllocatorStatMalloced];
219 u64 f = stats[AllocatorStatFreed];
224 u64 stats[AllocatorStatCount];
226 u64 m = stats[AllocatorStatMmapped];
227 u64 f = stats[AllocatorStatUnmapped];
tsan_fd.cc 40 u64 connectsync;
52 if (s && atomic_load(&s->rc, memory_order_relaxed) != (u64)-1)
58 if (s && atomic_load(&s->rc, memory_order_relaxed) != (u64)-1) {
112 atomic_store(&fdctx.globsync.rc, (u64)-1, memory_order_relaxed);
113 atomic_store(&fdctx.filesync.rc, (u64)-1, memory_order_relaxed);
114 atomic_store(&fdctx.socksync.rc, (u64)-1, memory_order_relaxed);
255 static u64 addr;
261 static u64 addr;
tsan_interface_java.cc 95 static u64 jctx_buf[sizeof(JavaContext) / sizeof(u64) + 1];
257 u64 *s = (u64*)MemToShadow(src);
258 u64 *d = (u64*)MemToShadow(dst);
259 u64 *send = (u64*)MemToShadow(src + size);
tsan_mutex.h 74 u64 seq_;
75 u64 locked_[MutexTypeCount];
tsan_report.h 42 u64 id;
90 u64 id;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 62 typedef unsigned long long u64; // NOLINT typedef in namespace:__sanitizer
74 typedef u64 OFF_T;
78 typedef u64 OFF64_T;
171 u64 v1, u64 v2);
186 __sanitizer::u64 v1 = (u64)(c1); \
187 __sanitizer::u64 v2 = (u64)(c2); \
  /external/llvm/test/CodeGen/NVPTX/
ld-addrspace.ll 93 ; PTX32: ld.global.u64 %rl{{[0-9]+}}, [%r{{[0-9]+}}]
95 ; PTX64: ld.global.u64 %rl{{[0-9]+}}, [%rl{{[0-9]+}}]
102 ; PTX32: ld.shared.u64 %rl{{[0-9]+}}, [%r{{[0-9]+}}]
104 ; PTX64: ld.shared.u64 %rl{{[0-9]+}}, [%rl{{[0-9]+}}]
111 ; PTX32: ld.local.u64 %rl{{[0-9]+}}, [%r{{[0-9]+}}]
113 ; PTX64: ld.local.u64 %rl{{[0-9]+}}, [%rl{{[0-9]+}}]
st-addrspace.ll 97 ; PTX32: st.global.u64 [%r{{[0-9]+}}], %rl{{[0-9]+}}
99 ; PTX64: st.global.u64 [%rl{{[0-9]+}}], %rl{{[0-9]+}}
106 ; PTX32: st.shared.u64 [%r{{[0-9]+}}], %rl{{[0-9]+}}
108 ; PTX64: st.shared.u64 [%rl{{[0-9]+}}], %rl{{[0-9]+}}
115 ; PTX32: st.local.u64 [%r{{[0-9]+}}], %rl{{[0-9]+}}
117 ; PTX64: st.local.u64 [%rl{{[0-9]+}}], %rl{{[0-9]+}}
ld-generic.ll 37 ; PTX32: ld.u64 %rl{{[0-9]+}}, [%r{{[0-9]+}}]
39 ; PTX64: ld.u64 %rl{{[0-9]+}}, [%rl{{[0-9]+}}]
st-generic.ll 41 ; PTX32: st.u64 [%r{{[0-9]+}}], %rl{{[0-9]+}}
43 ; PTX64: st.u64 [%rl{{[0-9]+}}], %rl{{[0-9]+}}
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_Interpolate_Chroma_s.s 88 dOutRow2U64 DN D20.U64
89 dOutRow3U64 DN D21.U64
96 dOutRow0U64 DN D8.U64
97 dOutRow1U64 DN D9.U64
106 dOut0U64 DN D0.U64
107 dOut1U64 DN D1.U64
  /bionic/libc/kernel/common/asm-generic/
cputime.h 41 typedef u64 cputime64_t;
49 #define cputime_to_cputime64(__ct) ((u64) __ct)
  /bionic/libc/kernel/common/linux/
mca.h 34 u64 dma_mask;
62 u64 default_dma_mask;
  /external/kernel-headers/original/asm-mips/
dma-mapping.h 46 extern int dma_supported(struct device *dev, u64 mask);
49 dma_set_mask(struct device *dev, u64 mask)
  /external/kernel-headers/original/linux/
ata.h 296 ( ((u64) (id)[(n) + 3] << 48) | \
297 ((u64) (id)[(n) + 2] << 32) | \
298 ((u64) (id)[(n) + 1] << 16) | \
299 ((u64) (id)[(n) + 0]) )
357 static inline int lba_28_ok(u64 block, u32 n_block)
360 return ((block + n_block - 1) < ((u64)1 << 28)) && (n_block <= 256);
363 static inline int lba_48_ok(u64 block, u32 n_block)
366 return ((block + n_block - 1) < ((u64)1 << 48)) && (n_block <= 65536);
  /external/openssl/crypto/modes/
ccm128.c 179 union { u64 u[2]; u8 c[16]; } scratch;
197 if (ctx->blocks > (U64(1)<<61)) return -2; /* too much data */
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
    [all...]
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_nl80211.h 127 u64 remain_on_chan_cookie;
128 u64 send_action_cookie;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
types.h 113 typedef u64 sector_t;
122 typedef u64 blkcnt_t;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
types.h 113 typedef u64 sector_t;
122 typedef u64 blkcnt_t;

Completed in 648 milliseconds

<<11121314151617181920>>