Searched refs:u64 (Results 51 - 75 of 380) sorted by relevance

1234567891011>>

/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Drdpmc.c14 static u64 rdpmc(unsigned int counter)
20 return low | ((u64)high) << 32;
23 static u64 rdtsc(void)
29 return low | ((u64)high) << 32;
32 static u64 mmap_read_self(void *addr)
36 u64 count, cyc = 0, time_offset = 0, enabled, running, delta;
61 u64 quot, rem;
93 u64 i, loops = 1000;
102 u64 delta_sum = 0;
124 u64 stam
[all...]
H A Dsample-parsing.c25 const struct perf_sample *s2, u64 type, u64 regs_user,
26 u64 read_format)
98 size_t sz = hweight_long(regs_user) * sizeof(u64);
127 static int do_test(u64 sample_type, u64 sample_regs_user, u64 read_format)
140 u64 data[64];
147 u64 data[64];
152 u64 user_reg
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsvghelper.c23 static u64 first_time, last_time;
24 static u64 turbo_frequency, max_freq;
34 static u64 total_height;
47 static double time2pixels(u64 __time)
74 void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end)
122 void svg_box(int Yslot, u64 start, u64 end, const char *type)
131 void svg_sample(int Yslot, int cpu, u64 start, u64 en
[all...]
H A Dsymbol.h76 u64 start;
77 u64 end;
145 u64 addr;
146 u64 unrelocated_addr;
159 u64 addr;
160 u64 al_addr;
179 u64 addr;
225 u64 addr);
234 char type, u64 start));
241 struct symbol *symbol__new(u64 star
[all...]
H A Dparse-events-bison.h70 u64 num;
H A Dhist.h29 u64 total_period;
30 u64 total_lost;
31 u64 total_invalid_chains;
72 u64 nr_entries;
79 u64 event_stream;
85 struct symbol *parent, u64 period,
86 u64 weight);
97 u64 period,
98 u64 weight);
104 u64 perio
[all...]
H A Dthread.h43 enum map_type type, u64 addr)
49 u8 cpumode, enum map_type type, u64 addr,
53 u8 cpumode, enum map_type type, u64 addr,
H A Dunwind.c79 u64 sample_uregs;
92 static int __dw_read_encoded_value(u8 **p, u8 *end, u64 *val,
133 *val += dw_read(cur, u64, end);
145 u64 __v; \
169 static u64 elf_section_offset(int fd, const char *name)
174 u64 offset = 0;
214 u64 enc[2];
226 u64 offset, u64 *table_data, u64 *segbas
[all...]
H A Devlist.h37 u64 combined_sample_type;
82 int cpu, int thread, u64 id);
86 struct perf_evsel *perf_evlist__id2evsel(struct perf_evlist *evlist, u64 id);
88 struct perf_sample_id *perf_evlist__id2sid(struct perf_evlist *evlist, u64 id);
139 u64 perf_evlist__read_format(struct perf_evlist *evlist);
140 u64 __perf_evlist__combined_sample_type(struct perf_evlist *evlist);
141 u64 perf_evlist__combined_sample_type(struct perf_evlist *evlist);
H A Dcallchain.c41 u64 chain_cumul = callchain_cumul_hits(chain);
44 u64 rnode_cumul;
76 u64 min_hit)
93 u64 min_hit, struct callchain_param *param __maybe_unused)
99 u64 min_hit)
115 u64 min_hit, struct callchain_param *param __maybe_unused)
125 u64 min_hit;
140 u64 min_hit __maybe_unused, struct callchain_param *param)
233 u64 period)
253 u64 idx_parent
[all...]
H A Devsel.c35 int __perf_evsel__sample_size(u64 sample_type)
37 u64 mask = sample_type & PERF_SAMPLE_MASK;
46 size *= sizeof(u64);
59 static int __perf_evsel__calc_id_pos(u64 sample_type)
92 static int __perf_evsel__calc_is_pos(u64 sample_type)
132 evsel->sample_size += sizeof(u64);
142 evsel->sample_size -= sizeof(u64);
267 static const char *__perf_evsel__hw_name(u64 config)
330 static const char *__perf_evsel__sw_name(u64 config)
343 static int __perf_evsel__bp_name(char *bf, size_t size, u64 add
[all...]
H A Dannotate.h21 u64 addr;
22 u64 offset;
28 u64 addr;
77 u64 sum;
78 u64 addr[0];
136 int evidx, u64 addr);
/external/chromium_org/third_party/boringssl/linux-arm/crypto/sha/
H A Dsha512-armv4.S452 vshr.u64 d24,d20,#14 @ 0
456 vshr.u64 d25,d20,#18
460 vshr.u64 d26,d20,#41
471 vshr.u64 d24,d16,#28
474 vshr.u64 d25,d16,#34
477 vshr.u64 d26,d16,#39
489 vshr.u64 d24,d19,#14 @ 1
493 vshr.u64 d25,d19,#18
497 vshr.u64 d26,d19,#41
508 vshr.u64 d2
[all...]
/external/openssl/crypto/sha/asm/
H A Dsha512-armv4.S450 vshr.u64 d24,d20,#14 @ 0
454 vshr.u64 d25,d20,#18
455 vshr.u64 d26,d20,#41
470 vshr.u64 d24,d16,#28
472 vshr.u64 d25,d16,#34
473 vshr.u64 d26,d16,#39
487 vshr.u64 d24,d19,#14 @ 1
491 vshr.u64 d25,d19,#18
492 vshr.u64 d26,d19,#41
507 vshr.u64 d2
[all...]
/external/chromium_org/v8/src/base/
H A Ddivision-by-constant-unittest.cc41 static M64 u64(uint64_t d) { return UnsignedDivisionByConstant<uint64_t>(d); } function in namespace:v8::base
114 EXPECT_EQ(M64(0x0000000000000000ULL, 0, true), u64(1));
116 EXPECT_EQ(M64(1ULL << (64 - k), 0, false), u64(1ULL << k));
118 EXPECT_EQ(M64(0xAAAAAAAAAAAAAAABULL, 1, false), u64(3));
119 EXPECT_EQ(M64(0xCCCCCCCCCCCCCCCDULL, 2, false), u64(5));
120 EXPECT_EQ(M64(0xAAAAAAAAAAAAAAABULL, 2, false), u64(6));
121 EXPECT_EQ(M64(0x2492492492492493ULL, 3, true), u64(7));
122 EXPECT_EQ(M64(0xE38E38E38E38E38FULL, 3, false), u64(9));
123 EXPECT_EQ(M64(0xCCCCCCCCCCCCCCCDULL, 3, false), u64(10));
124 EXPECT_EQ(M64(0x2E8BA2E8BA2E8BA3ULL, 1, false), u64(1
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
H A Darmv4-mont.pl285 vadd.u64 $temp,$temp,`&Dlo("$A0xB")`
315 vshr.u64 $temp,$temp,#16
318 vadd.u64 $temp,$temp,`&Dhi("$Temp")`
321 vshr.u64 $temp,$temp,#16
330 vadd.u64 `&Dlo("$A0xB")`,`&Dlo("$A0xB")`,$temp
338 vadd.u64 $temp,$temp,`&Dlo("$A0xB")`
363 vshr.u64 $temp,$temp,#16
366 vadd.u64 $temp,$temp,`&Dhi("$Temp")`
369 vshr.u64 $temp,$temp,#16
373 vadd.u64 `
[all...]
/external/openssl/crypto/bn/asm/
H A Darmv4-mont.pl289 vadd.u64 $temp,$temp,`&Dlo("$A0xB")`
319 vshr.u64 $temp,$temp,#16
322 vadd.u64 $temp,$temp,`&Dhi("$Temp")`
325 vshr.u64 $temp,$temp,#16
334 vadd.u64 `&Dlo("$A0xB")`,`&Dlo("$A0xB")`,$temp
342 vadd.u64 $temp,$temp,`&Dlo("$A0xB")`
367 vshr.u64 $temp,$temp,#16
370 vadd.u64 $temp,$temp,`&Dhi("$Temp")`
373 vshr.u64 $temp,$temp,#16
377 vadd.u64 `
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.h76 u64 seq_;
77 u64 locked_[MutexTypeCount];
H A Dtsan_interface_java.cc56 static u64 jctx_buf[sizeof(JavaContext) / sizeof(u64) + 1];
137 u64 *s = (u64*)MemToShadow(src);
138 u64 *d = (u64*)MemToShadow(dst);
139 u64 *send = (u64*)MemToShadow(src + size);
142 s = (u64*)MemToShadow(src + size) - 1;
143 d = (u64*)MemToShado
[all...]
H A Dtsan_rtl.cc95 ThreadState::ThreadState(Context *ctx, int tid, int unique_id, u64 epoch,
137 const u64 kMs2Ns = 1000 * 1000;
159 u64 last_flush = NanoTime();
160 u64 last_rss_check = NanoTime();
166 u64 now = NanoTime();
185 (u64)rss>>20, (u64)last_rss>>20, (u64)limit>>20);
193 Printf("ThreadSanitizer: memory flushed RSS=%llu\n", (u64)rss>>20);
205 u64 las
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic.h46 typedef u64 Type;
47 // On 32-bit platforms u64 is not necessary aligned on 8 bytes.
H A Dsanitizer_internal_defs.h65 typedef unsigned long long u64; // NOLINT typedef in namespace:__sanitizer
77 typedef u64 OFF_T;
81 typedef u64 OFF64_T;
181 typedef ALIGNED(1) u64 uu64;
203 u64 v1, u64 v2);
218 __sanitizer::u64 v1 = (u64)(c1); \
219 __sanitizer::u64 v2 = (u64)(c
[all...]
/external/chromium_org/third_party/libyuv/unit_test/
H A Dbasictypes_test.cc34 uint64 u64 = 1u; local
42 EXPECT_EQ(8u, sizeof(u64));
50 EXPECT_LT(0u, u64);
/external/chromium_org/base/
H A Dbig_endian_unittest.cc19 uint64 u64; local
35 EXPECT_TRUE(reader.ReadU64(&u64));
36 EXPECT_EQ(0x0B0C0D0E0F1A2B3Cllu, u64);
49 uint64 u64; local
56 EXPECT_FALSE(reader.ReadU64(&u64));
94 uint64 u64 = 0; local
100 EXPECT_FALSE(writer.WriteU64(u64));
/external/openssl/crypto/modes/
H A Dxts128.c66 union { u64 u[2]; u32 d[4]; u8 c[16]; } tweak, scratch;
83 scratch.u[0] = ((u64*)inp)[0]^tweak.u[0];
84 scratch.u[1] = ((u64*)inp)[1]^tweak.u[1];
92 ((u64*)out)[0] = scratch.u[0]^=tweak.u[0];
93 ((u64*)out)[1] = scratch.u[1]^=tweak.u[1];
135 union { u64 u[2]; u8 c[16]; } tweak1;
161 scratch.u[0] = ((u64*)inp)[0]^tweak1.u[0];
162 scratch.u[1] = ((u64*)inp)[1]^tweak1.u[1];
181 ((u64*)out)[0] = scratch.u[0]^tweak.u[0];
182 ((u64*)ou
[all...]

Completed in 671 milliseconds

1234567891011>>