/external/linux-tools-perf/util/ |
sort.c | 181 u64 ip_l, ip_r;
|
/external/llvm/test/DebugInfo/ |
2010-05-03-OriginDIE.ll | 78 !27 = metadata !{i32 524301, metadata !25, metadata !"u64", metadata !10, i32 98, i64 64, i64 64, i64 0, i32 0, metadata !11} ; [ DW_TAG_member ]
|
/external/valgrind/main/coregrind/ |
m_syscall.c | 673 ULong u64; 677 u64 = do_syscall_unix_WRK(a1,a2,a3,a4,a5,a6,a7,a8, 679 wLO = (UInt)u64; 680 wHI = (UInt)(u64 >> 32);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/ |
omxVCM4P10_PredictIntra_4x4_s.S | 73 VRSHR.U64 d1,d1,#3
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
ElementThunker.java | 177 e = android.renderscript.Element.U64(rst.mN);
|
/bionic/libc/kernel/common/linux/ |
nfs_xdr.h | 121 u64 before; 122 u64 after; 620 u64, struct page *, unsigned int, int);
|
/external/compiler-rt/lib/msan/ |
msan_interceptors.cc | 735 return MsanReallocate(&stack, 0, nmemb * size, sizeof(u64), true); 740 return MsanReallocate(&stack, ptr, size, sizeof(u64), false); 745 return MsanReallocate(&stack, 0, size, sizeof(u64), false);
|
/external/linux-tools-perf/util/ui/browsers/ |
hists.c | 364 u64 total, int level, 371 u64 new_total, remaining; 383 u64 cumul = callchain_cumul_hits(child);
|
/external/llvm/test/MC/ARM/ |
neon-bitwise-encoding.s | 84 veor.u64 q4, q7, q3 143 vand.u64 d4, d7, d3 201 vorr.u64 q4, q7, q3
|
/external/openssl/crypto/modes/asm/ |
ghash-armv4.pl | 332 vshr.u64 $mod,#32 355 vshr.u64 $mod,#32 403 vshr.u64 `&Dhi(&Q("$Zo"))`,`&Dlo("$Z")`,#63
|
/external/oprofile/libop/ |
op_events.c | 81 static u64 parse_long_hex(char const * str) 83 u64 value; 742 u64 mmcr1 = 0;
|
/external/strace/ |
desc.c | 700 /* We cannot know what format the program uses, so print u32 and u64 702 tprintf(", {u32=%" PRIu32 ", u64=%" PRIu64 "}}", 703 ev->data.u32, ev->data.u64);
|
/external/wpa_supplicant_8/hostapd/ |
hlr_auc_gw.c | 694 u64 val, seq, ind; 705 val = ((u64) WPA_GET_BE32(sqn) << 16) | ((u64) WPA_GET_BE16(sqn + 4));
|
/external/valgrind/main/cachegrind/ |
cg_merge.c | 453 ULong u64; local 460 u64 = 0; 462 u64 = (u64 * 10) + (ULong)(*ptr - '0'); 465 *res = u64; [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
readdwarf3.c | 1226 ULong u64 = get_ULong(c); local 1234 ULong u64 = get_ULEB128(c); local 1255 ULong u64 = (ULong)get_UChar(c); local 1268 ULong u64 = (ULong)get_UShort(c); local 1281 ULong u64 = (ULong)get_UInt(c); local 1295 ULong u64 = (ULong)get_ULEB128(c); local [all...] |
/external/valgrind/main/none/tests/arm/ |
neon128.c | [all...] |
/external/linux-tools-perf/ |
builtin-top.c | 218 static void record_precise_ip(struct sym_entry *syme, int counter, u64 ip) 717 u64 ip = event->ip.ip; 1000 u64 hits = top.samples;
|
/external/tcpdump/ |
print-802_11.c | 1014 u_int64_t u64; member in union:__anon15796 1052 rc = cpack_uint64(s, &u.u64); 1120 printf("%" PRIu64 "us tsft ", u.u64);
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_mac.cc | 45 int fd, u64 offset) {
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_platform_linux.cc | 203 if ((u64)start < kLinuxAppMemBeg) {
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXAsmPrinter.h | 84 // or u64[].
|
/external/llvm/test/CodeGen/NVPTX/ |
intrinsic-old.ll | 203 ; CHECK: mov.u64 %rl0, %clock64;
|
/external/oprofile/libopagent/ |
opagent.c | 241 rec.code_addr = (u64) (uintptr_t) code;
|
/external/valgrind/main/VEX/priv/ |
host_s390_isel.c | 304 ULong value = arg2->Iex.Const.con->Ico.U64; 415 case Ico_U64: value = expr->Iex.Const.con->Ico.U64; break; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
fs.h | 215 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* return device size in bytes (u64 *arg) */
|