Searched refs:u64 (Results 1 - 25 of 478) sorted by relevance

1234567891011>>

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscall_linux_x86_64.inc16 static uptr internal_syscall(u64 nr) {
17 u64 retval;
24 static uptr internal_syscall(u64 nr, T1 arg1) {
25 u64 retval;
26 asm volatile("syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1) :
32 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2) {
33 u64 retval;
34 asm volatile("syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1),
35 "S"((u64)arg2) : "rcx", "r11", "memory", "cc");
40 static uptr internal_syscall(u64 n
[all...]
H A Dsanitizer_syscall_linux_aarch64.inc16 static uptr __internal_syscall(u64 nr) {
17 register u64 x8 asm("x8") = nr;
18 register u64 x0 asm("x0");
28 static uptr __internal_syscall(u64 nr, u64 arg1) {
29 register u64 x8 asm("x8") = nr;
30 register u64 x0 asm("x0") = arg1;
38 (__internal_syscall)(n, (u64)(a1))
40 static uptr __internal_syscall(u64 nr, u64 arg
[all...]
H A Dsanitizer_lfstack.h37 u64 cmp = atomic_load(&head_, memory_order_relaxed);
39 u64 cnt = (cmp & kCounterMask) + kCounterInc;
40 u64 xch = (u64)(uptr)p | cnt;
49 u64 cmp = atomic_load(&head_, memory_order_acquire);
55 u64 cnt = (cmp & kCounterMask);
56 u64 xch = (u64)(uptr)nxt | cnt;
65 static const u64 kPtrMask = ((u64)
[all...]
H A Dsanitizer_deadlock_detector_interface.h46 u64 ctx;
57 u64 thr_ctx; // user thread context
58 u64 mtx_ctx0; // user mutex context, start of the edge
59 u64 mtx_ctx1; // user mutex context, end of the edge
78 virtual DDLogicalThread* CreateLogicalThread(u64 ctx) { return nullptr; }
/external/squashfs-tools/kernel/fs/squashfs/
H A Dsquashfs_fs_i.h27 u64 start;
31 u64 fragment_block;
34 u64 block_list_start;
37 u64 dir_idx_start;
H A Dsquashfs.h36 extern int squashfs_read_data(struct super_block *, void **, u64, int, u64 *,
43 struct squashfs_cache *, u64, int);
46 extern int squashfs_read_metadata(struct super_block *, void *, u64 *,
49 u64, int);
51 u64, int);
52 extern int squashfs_read_table(struct super_block *, void *, u64, int);
55 extern __le64 *squashfs_read_inode_lookup_table(struct super_block *, u64,
59 extern int squashfs_frag_lookup(struct super_block *, unsigned int, u64 *);
61 u64, unsigne
[all...]
H A Dsquashfs_fs_sb.h42 u64 block;
45 u64 next_index;
69 u64 inode_table;
70 u64 directory_table;
/external/perf_data_converter/src/quipper/kernel/
H A Dperf_internals.h16 typedef uint64_t u64; typedef in namespace:quipper
61 u64 offset;
62 u64 size;
79 u64 magic;
80 u64 size;
81 u64 attr_size;
94 u64 magic;
95 u64 size;
105 u64 start;
106 u64 le
[all...]
/external/fio/os/
H A Dkcompat.h6 #define u64 uint64_t macro
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
H A Dtrace.h26 u64 size;
32 struct trace_buffer *trace_buffer_allocate(u64 size);
33 int trace_log_reg(struct trace_buffer *tb, u64 reg, u64 value);
34 int trace_log_counter(struct trace_buffer *tb, u64 value);
H A Debb.h21 u64 pmc_count[6];
46 bool ebb_check_count(int pmc, u64 sample_period, int fudge);
65 void write_pmc(int pmc, u64 value);
66 u64 read_pmc(int pmc);
71 extern u64 sample_period;
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutexset.h27 u64 id;
28 u64 epoch;
35 void Add(u64 id, bool write, u64 epoch);
36 void Del(u64 id, bool write);
37 void Remove(u64 id); // Removes the mutex completely (if it's destroyed).
60 void MutexSet::Add(u64 id, bool write, u64 epoch) {}
61 void MutexSet::Del(u64 id, bool write) {}
62 void MutexSet::Remove(u64 i
[all...]
H A Dtsan_mutexset.cc25 void MutexSet::Add(u64 id, bool write, u64 epoch) {
36 u64 minepoch = (u64)-1;
37 u64 mini = (u64)-1;
55 void MutexSet::Del(u64 id, bool write) {
65 void MutexSet::Remove(u64 id) {
H A Dtsan_sync.h33 u64 uid; // Globally unique id.
36 u64 last_lock;
49 void Init(ThreadState *thr, uptr pc, uptr addr, u64 uid);
52 u64 GetId() const {
54 return GetLsb((u64)addr | (uid << 47), 61);
56 bool CheckId(u64 uid) const {
60 static uptr SplitId(u64 id, u64 *uid) {
H A Dtsan_clock.h22 u64 epoch : kClkBits;
23 u64 reused : 64 - kClkBits;
53 u64 get(unsigned tid) const {
87 u64 get(unsigned tid) const {
92 void set(unsigned tid, u64 v);
94 void set(u64 v) {
119 u64 last_acquire_;
H A Dtsan_trace.h40 // u64 typ : 3; // EventType.
41 // u64 addr : 61; // Associated pc.
42 typedef u64 Event;
50 u64 epoch0; // Start epoch for the trace.
/external/f2fs-tools/tools/sg_write_buffer/include/
H A Dsg_linux_inc.h20 #ifndef u64
22 typedef uint64_t u64; /* problems with BLKGETSIZE64 ioctl in lk 2.4 */ typedef
/external/compiler-rt/lib/scudo/
H A Dscudo_utils.h44 u64 Next() {
45 u64 x = State_0_;
46 const u64 y = State_1_;
53 u64 State_0_;
54 u64 State_1_;
H A Dscudo_termination.cpp35 u64 v1, u64 v2) {
/external/compiler-rt/test/tsan/
H A Dcond_version.c16 typedef unsigned long long u64; typedef
22 u64 sleep;
40 sleep = (u64)ts2.tv_sec * 1000000000 + ts2.tv_nsec -
41 ((u64)ts0.tv_sec * 1000000000 + ts0.tv_nsec);
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
H A Devent.h21 u64 value;
22 u64 running;
23 u64 enabled;
27 void event_init(struct event *e, u64 config);
28 void event_init_named(struct event *e, u64 config, char *name);
29 void event_init_opts(struct event *e, u64 config, int type, char *name);
/external/perf_data_converter/src/quipper/
H A Dtest_perf_data.h22 u64 v64;
75 u64 data_end_offset() const {
103 explicit ExamplePerfEventAttrEvent_Hardware(u64 sample_type,
110 SelfT& WithConfig(u64 config) {
118 SelfT& WithReadFormat(u64 format) {
123 SelfT& WithId(u64 id) {
127 SelfT& WithIds(std::initializer_list<u64> ids) {
135 const u64 sample_type_;
136 u64 read_format_;
138 u64 config
[all...]
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_sync_test.cc22 u64 block[1] = {}; // fake malloc block
23 m->AllocBlock(thr, 0, (uptr)&block[0], 1 * sizeof(u64));
26 EXPECT_EQ(mb->siz, 1 * sizeof(u64));
29 EXPECT_EQ(sz, 1 * sizeof(u64));
37 u64 block[4] = {}; // fake malloc block
38 m->AllocBlock(thr, 0, (uptr)&block[0], 1 * sizeof(u64));
39 m->AllocBlock(thr, 0, (uptr)&block[1], 3 * sizeof(u64));
41 EXPECT_EQ(mb1->siz, 1 * sizeof(u64));
43 EXPECT_EQ(mb2->siz, 3 * sizeof(u64));
44 m->FreeRange(thr->proc(), (uptr)&block[0], 4 * sizeof(u64));
[all...]
H A Dtsan_shadow_test.cc21 EXPECT_EQ(s.tid(), (u64)11);
22 EXPECT_EQ(s.epoch(), (u64)22);
26 EXPECT_EQ(s.addr0(), (u64)0);
27 EXPECT_EQ(s.size(), (u64)1);
31 EXPECT_EQ(s.epoch(), (u64)23);
33 EXPECT_EQ(s.epoch(), (u64)24);
65 u64 aligned_data[4];
/external/libconstrainedcrypto/
H A Dp256_ec.c46 typedef uint64_t u64; typedef
291 static void felem_reduce_degree(felem out, u64 tmp[17]) {
481 u64 tmp[17];
483 tmp[0] = ((u64) in[0]) * in[0];
484 tmp[1] = ((u64) in[0]) * (in[1] << 1);
485 tmp[2] = ((u64) in[0]) * (in[2] << 1) +
486 ((u64) in[1]) * (in[1] << 1);
487 tmp[3] = ((u64) in[0]) * (in[3] << 1) +
488 ((u64) in[1]) * (in[2] << 1);
489 tmp[4] = ((u64) i
[all...]

Completed in 905 milliseconds

1234567891011>>