Searched refs:u64 (Results 251 - 275 of 380) sorted by relevance

<<111213141516

/external/compiler-rt/lib/asan/
H A Dasan_poisoning.cc207 u64 __sanitizer_unaligned_load64(const uu64 *p) {
225 void __sanitizer_unaligned_store64(uu64 *p, u64 x) {
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-inject.c30 u64 bytes_written;
330 u64 sample_type, const char *sample_msg)
H A Dbuiltin-annotate.c190 u64 total_nr_samples;
H A Dbuiltin-record.c67 u64 bytes_written;
256 u64 size = lseek(rec->output, 0, SEEK_CUR);
696 unsigned long max_size = round_down(USHRT_MAX, sizeof(u64));
704 size = round_up(size, sizeof(u64));
H A Dbuiltin-top.c146 static void ui__warn_map_erange(struct map *map, struct symbol *sym, u64 ip)
175 int counter, u64 ip)
692 u64 ip = sample->ip;
1005 u64 hits = top->samples;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events.l18 u64 num;
H A Dparse-options.h112 #define OPT_U64(s, l, v, h) { .type = OPTION_U64, .short_name = (s), .long_name = (l), .value = check_vtype(v, u64 *), .help = (h) }
H A Dpython.c38 u64 time;
39 u64 id;
40 u64 stream_id;
553 u64 sample_period = 0;
/external/oprofile/module/ia64/
H A Dop_pmu.c54 op_do_pmu_interrupt(u64 pmc0, struct pt_regs * regs)
72 u64 pmc0;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dmd4-internal.c19 u64 count; /* number of bits, mod 2^64 */
117 ctx->count += (u64)len << 3;
/external/wpa_supplicant_8/src/crypto/
H A Dmd4-internal.c19 u64 count; /* number of bits, mod 2^64 */
117 ctx->count += (u64)len << 3;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dmd4-internal.c19 u64 count; /* number of bits, mod 2^64 */
117 ctx->count += (u64)len << 3;
/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbeaux.c2534 u64 u;
2611 static u64 floatSwap(u64 in){
2613 u64 r;
2653 u64 v;
2730 u64 x = (((signed char)buf[0])<<8) | buf[1];
2739 u64 x;
2747 static const u64 t1 = ((u64)0x3ff00000)<<32;
2749 u64 t
[all...]
H A Ddate.c847 u64 n;
890 testcase( n==(u64)db->aLimit[SQLITE_LIMIT_LENGTH]+1 );
891 testcase( n==(u64)db->aLimit[SQLITE_LIMIT_LENGTH] );
894 }else if( n>(u64)db->aLimit[SQLITE_LIMIT_LENGTH] ){
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_query.c205 uint64_t *res64 = &result->u64;
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_defines.h618 uint64_t u64; member in union:pipe_query_result
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
H A Dsm4.h229 uint64_t u64; member in union:sm4_any
/external/elfutils/0.153/libelf/
H A Dgelf_xlate.c96 uint64_t u64; member in union:unaligned
/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
H A Dperf_event.h188 * { u64 value;
189 * { u64 time_enabled; } && PERF_FORMAT_TOTAL_TIME_ENABLED
190 * { u64 time_running; } && PERF_FORMAT_TOTAL_TIME_RUNNING
191 * { u64 id; } && PERF_FORMAT_ID
194 * { u64 nr;
195 * { u64 time_enabled; } && PERF_FORMAT_TOTAL_TIME_ENABLED
196 * { u64 time_running; } && PERF_FORMAT_TOTAL_TIME_RUNNING
197 * { u64 value;
198 * { u64 id; } && PERF_FORMAT_ID
311 /* Align to u64
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dperf-record.c54 u64 prev_time = 0;
H A Dvmlinux-kallsyms.c30 u64 mem_start, mem_end;
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
H A Dannotate.c54 u64 start = map__rip_2objdump(map, sym->start);
/external/llvm/test/MC/ARM/
H A Dneont2-mov-encoding.s84 vqmovn.u64 d16, q8
103 @ CHECK: vqmovn.u64 d16, q8 @ encoding: [0xfa,0xff,0xe0,0x02]
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_query.c205 uint64_t *res64 = &result->u64;
/external/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h618 uint64_t u64; member in union:pipe_query_result

Completed in 557 milliseconds

<<111213141516