HomeSort by relevance Sort by last modified time
    Searched refs:ULong (Results 176 - 200 of 241) sorted by null

1 2 3 4 5 6 78 910

  /external/valgrind/main/callgrind/
dump.c 618 void fprint_cost(int fd, EventMapping* es, ULong* cost)
653 static void fprint_jcc(Int fd, jCC* jcc, AddrPos* curr, AddrPos* last, ULong ecounter)
782 ULong ecounter;
    [all...]
threads.c 181 static ULong bbs_done = 0;
  /external/valgrind/main/helgrind/
hg_errors.c 59 ULong HG_(stats__string_table_queries) = 0;
61 ULong HG_(stats__string_table_get_map_size) ( void ) {
62 return string_table ? (ULong)VG_(sizeFM)(string_table) : 0;
96 ULong HG_(stats__LockN_to_P_queries) = 0;
98 ULong HG_(stats__LockN_to_P_get_map_size) ( void ) {
99 return map_LockN_to_P ? (ULong)VG_(sizeFM)(map_LockN_to_P) : 0;
    [all...]
  /external/valgrind/main/memcheck/
mc_errors.c 309 xpre, (ULong)a, xpost );
313 xpre, (ULong)a, xpost );
319 xpre, (ULong)a, ai->Addr.Stack.tid, xpost );
356 (ULong)a,
357 (ULong)ai->Addr.DataSym.offset,
379 (ULong)a,
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 39 BTCASE(ULong);
378 TKIND(ULong);
  /external/valgrind/main/VEX/priv/
host_amd64_defs.h 422 ULong imm64;
682 extern AMD64Instr* AMD64Instr_Imm64 ( ULong imm64, HReg dst );
host_arm_defs.h 314 extern ULong ARMNImm_to_Imm64 ( ARMNImm* );
315 extern ARMNImm* Imm64_to_ARMNImm ( ULong );
  /external/valgrind/main/coregrind/m_gdbserver/
server.c 613 (ULong)*client_auxv,
614 (ULong)*(client_auxv+1));
    [all...]
  /external/valgrind/main/coregrind/
m_stacktrace.c 804 startRegs.r_pc = (ULong) *(Addr*)(UWord)startRegs.r_sp;
805 startRegs.r_sp += (ULong) sizeof(Addr);
  /external/valgrind/main/coregrind/m_ume/
macho.c 80 (ULong)base, (Long)len, who);
669 arch.cputype, (ULong)arch_offset);
  /external/valgrind/main/drd/
drd_rwlock.c 65 static ULong DRD_(s_rwlock_segment_creation_count);
634 ULong DRD_(get_rwlock_segment_creation_count)(void)
drd_bitmap.h 213 static ULong s_bitmap2_creation_count;
  /external/valgrind/main/VEX/useful/
hd_fpu.c     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
priv_storage.h 484 ULong handle;
debuginfo.c 167 static ULong handle_counter = 1;
587 in. Returns a ULong whose purpose is described in comments
590 static ULong di_notify_ACHIEVE_ACCEPT_STATE ( struct _DebugInfo* di )
592 ULong di_handle;
668 the returned ULong is an abstract handle which can later be used to
674 ULong VG_(di_notify_mmap)( Addr a, Bool allow_SkFileV, Int use_fd )
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc32-linux.c 152 ULong do_syscall_clone_ppc32_linux ( Word (*fn)(void *),
187 " mfcr 4\n" // return CR in r4 (low word of ULong)
244 ULong word64;
696 ARG1, (ULong)ARG2, ARG3, ARG4, ARG5, ARG6 );
715 ARG1, (ULong)ARG2, ARG3, ARG4, ARG5, ARG6 );
    [all...]
syswrap-ppc64-linux.c 158 Returns a ULong encoded as: top half is %cr following syscall,
165 ULong do_syscall_clone_ppc64_linux ( Word (*fn)(void *),
272 ULong word64;
724 ARG1, (ULong)ARG2, ARG3, ARG4, ARG5, ARG6 );
743 //zz ARG1, (ULong)ARG2, ARG3, ARG4, ARG5, ARG6 );
    [all...]
syswrap-amd64-linux.c 201 ULong flags, Addr rsp,
397 ULong cloneflags;
990 ARG1, (ULong)ARG2, ARG3, ARG4, (Int)ARG5, ARG6 );
    [all...]
syswrap-arm-linux.c 108 ULong do_syscall_clone_arm_linux ( Word (*fn)(void *),
981 ARG1, (ULong)ARG2, ARG3, ARG4, ARG5, ARG6 );
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct.cpp     [all...]
  /external/clang/lib/Analysis/
FormatString.cpp 282 case BuiltinType::ULong:
PrintfFormatString.cpp 409 case BuiltinType::ULong:
ScanfFormatString.cpp 358 case BuiltinType::ULong:
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-amd64-linux.c 521 tst->arch.vex.guest_RDI = (ULong) siginfo->si_signo;
  /external/valgrind/main/massif/
ms_main.c 287 static ULong total_allocs_deallocs_szB = 0;
    [all...]

Completed in 1031 milliseconds

1 2 3 4 5 6 78 910