Searched refs:u64 (Results 226 - 250 of 380) sorted by relevance

1234567891011>>

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
H A Dbitops.h19 #define BITS_TO_U64(nr) DIV_ROUND_UP(nr, BITS_PER_BYTE * sizeof(u64))
/external/llvm/test/MC/ARM/
H A Dneon-add-encoding.s155 vqadd.u64 d16, d16, d17
164 @ CHECK: vqadd.u64 d16, d16, d17 @ encoding: [0xb1,0x00,0x70,0xf3]
173 vqadd.u64 q8, q8, q9
182 @ CHECK: vqadd.u64 q8, q8, q9 @ encoding: [0xf2,0x00,0x70,0xf3]
193 vqadd.u64 d16, d17
202 @ CHECK: vqadd.u64 d16, d16, d17 @ encoding: [0xb1,0x00,0x70,0xf3]
211 vqadd.u64 q8, q9
220 @ CHECK: vqadd.u64 q8, q8, q9 @ encoding: [0xf2,0x00,0x70,0xf3]
H A Dneon-sub-encoding.s105 @ CHECK: vqsub.u64 d16, d16, d17 @ encoding: [0xb1,0x02,0x70,0xf3]
106 vqsub.u64 d16, d16, d17
121 @ CHECK: vqsub.u64 q8, q8, q9 @ encoding: [0xf2,0x02,0x70,0xf3]
122 vqsub.u64 q8, q8, q9
H A Dneont2-add-encoding.s108 @ CHECK: vqadd.u64 d16, d16, d17 @ encoding: [0x70,0xff,0xb1,0x00]
109 vqadd.u64 d16, d16, d17
124 @ CHECK: vqadd.u64 q8, q8, q9 @ encoding: [0x70,0xff,0xf2,0x00]
125 vqadd.u64 q8, q8, q9
H A Dneon-mov-encoding.s90 vqmovn.u64 d16, q8
103 @ CHECK: vqmovn.u64 d16, q8 @ encoding: [0xe0,0x02,0xfa,0xf3]
148 vmvn.u64 d1, d2
/external/mesa3d/src/gbm/main/
H A Dgbm.h68 uint64_t u64; member in union:gbm_bo_handle
/external/valgrind/main/coregrind/
H A Dm_syscall.c745 ULong u64;
749 u64 = do_syscall_unix_WRK(a1,a2,a3,a4,a5,a6,a7,a8,
751 wLO = (UInt)u64;
752 wHI = (UInt)(u64 >> 32);
/external/clang/test/Sema/
H A Dcompare.c245 unsigned long long u64 : 64; member in struct:foo
256 } else if (x->u64 == i32) { // expected-warning {{comparison of integers of different signs}}
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cc225 u64 NanoTime() {
247 int fd, u64 offset) {
H A Dsanitizer_linux.cc101 int fd, u64 offset) {
307 u64 NanoTime() {
315 return (u64)tv.tv_sec * 1000*1000*1000 + tv.tv_usec * 1000;
474 u64 d_ino;
475 u64 d_off;
H A Dsanitizer_deadlock_detector2.cc72 u64 ctx;
90 DDLogicalThread* CreateLogicalThread(u64 ctx);
140 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) {
H A Dsanitizer_symbolizer_posix_libcdep.cc424 bool __sanitizer_symbolize_code(const char *ModuleName, u64 ModuleOffset,
427 bool __sanitizer_symbolize_data(const char *ModuleName, u64 ModuleOffset,
438 typedef bool (*SanitizerSymbolizeFn)(const char*, u64, char*, int);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dr600_hw_context.c294 query->result.u64 +=
308 query->result.u64 +=
316 * u64 NumPrimitivesWritten;
317 * u64 PrimitiveStorageNeeded;
321 query->result.u64 +=
329 query->result.u64 +=
608 *result_u64 = query->result.u64;
615 *result_u64 = (1000000 * query->result.u64) / ctx->screen->info.r600_clock_crystal_freq;
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_hw_context.c294 query->result.u64 +=
308 query->result.u64 +=
316 * u64 NumPrimitivesWritten;
317 * u64 PrimitiveStorageNeeded;
321 query->result.u64 +=
329 query->result.u64 +=
608 *result_u64 = query->result.u64;
615 *result_u64 = (1000000 * query->result.u64) / ctx->screen->info.r600_clock_crystal_freq;
/external/chromium_org/third_party/boringssl/linux-arm/crypto/modes/
H A Dghash-armv4.S326 vshr.u64 d16,#63 @ t0=0xc2....01
328 vshr.u64 d26,d6,#63
508 vshr.u64 q10,q0,#1 @ 2nd phase
511 vshr.u64 q10,q10,#6
512 vshr.u64 q0,q0,#1 @
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc869 char* FastUInt64ToBufferLeft(uint64 u64, char* buffer) { argument
873 uint32 u = static_cast<uint32>(u64);
874 if (u == u64) return FastUInt32ToBufferLeft(u, buffer);
876 uint64 top_11_digits = u64 / 1000000000;
878 u = u64 - (top_11_digits * 1000000000);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events.c157 struct tracepoint_path *tracepoint_id_to_path(u64 config)
164 u64 id;
599 u32 type, u64 config,
1256 char *str, u64 num)
1286 int type_term, char *config, u64 num)
/external/openssl/crypto/modes/asm/
H A Dghash-armv4.S320 vshr.u64 d16,#63 @ t0=0xc2....01
322 vshr.u64 d26,d6,#63
500 vshr.u64 q10,q0,#1 @ 2nd phase
503 vshr.u64 q10,q10,#6
504 vshr.u64 q0,q0,#1 @
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc824 char* FastUInt64ToBufferLeft(uint64 u64, char* buffer) { argument
828 uint32 u = static_cast<uint32>(u64);
829 if (u == u64) return FastUInt32ToBufferLeft(u, buffer);
831 uint64 top_11_digits = u64 / 1000000000;
833 u = u64 - (top_11_digits * 1000000000);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c1237 ULong u64 = get_ULong(c); local
1238 UWord res = cc->cu_start_offset + (UWord)u64;
1245 ULong u64 = get_ULEB128(c); local
1246 UWord res = cc->cu_start_offset + (UWord)u64;
1266 ULong u64 = (ULong)get_UChar(c); local
1268 TRACE_D3("%llu byte block: ", u64);
1269 for (u64b = u64; u64b > 0; u64b--) {
1274 cts->szB = - (Long)u64;
1279 ULong u64 = (ULong)get_UShort(c); local
1281 TRACE_D3("%llu byte block: ", u64);
1292 ULong u64 = (ULong)get_UInt(c); local
1306 ULong u64 = (ULong)get_ULEB128(c); local
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h226 u64 tsf;
3524 u64 channel_time;
3525 u64 channel_time_busy;
3526 u64 channel_time_rx;
3527 u64 channel_time_tx;
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h226 u64 tsf;
3524 u64 channel_time;
3525 u64 channel_time_busy;
3526 u64 channel_time_rx;
3527 u64 channel_time_tx;
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h226 u64 tsf;
3524 u64 channel_time;
3525 u64 channel_time_busy;
3526 u64 channel_time_rx;
3527 u64 channel_time_tx;
/external/chromium_org/third_party/sqlite/src/src/
H A Dprintf.c404 longvalue = ((u64)1)<<63;
417 longvalue = va_arg(ap,u64);
H A Dtest3.c400 u64 n1;
446 u64 in, out;

Completed in 760 milliseconds

1234567891011>>