HomeSort by relevance Sort by last modified time
    Searched refs:trc (Results 1 - 12 of 12) sorted by null

  /external/valgrind/main/coregrind/
pub_core_syswrap.h 43 extern void VG_(client_syscall) ( ThreadId tid, UInt trc );
  /external/openssl/crypto/bio/
b_dump.c 82 int i,j,rows,trc; local
86 trc=0;
90 trc++;
150 if (trc > 0)
153 len+trc);
  /external/llvm/lib/CodeGen/
Spiller.cpp 88 const TargetRegisterClass *trc = mri->getRegClass(li->reg); local
136 tii->loadRegFromStackSlot(*mi->getParent(), miItr, newLI->reg, ss, trc,
150 true, ss, trc, tri);
RegAllocPBQP.cpp 217 const TargetRegisterClass *trc = mri->getRegClass(vreg); local
227 ArrayRef<uint16_t> rawOrder = trc->getRawAllocationOrder(*mf);
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 735 volatile UInt trc; local
748 trc = 0;
774 trc = (UInt)VG_(run_innerloop)( (void*)&tst->arch.vex,
784 vg_assert(trc == 0);
785 trc = VG_TRC_FAULT_SIGNAL;
807 return trc;
871 vg_assert(argblock[3] == 0); /* trc was not written */
922 static void handle_syscall(ThreadId tid, UInt trc)
935 SCHEDSETJMP(tid, jumped, VG_(client_syscall)(tid, trc));
954 static UInt/*trc*/ handle_noredir_jump ( ThreadId tid
995 UInt trc = VG_TRC_BORING; local
    [all...]
  /external/strace/
system.c 2281 ts_reclaim_child_inargs_t trc; local
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 367 float Gxx,Gxy,Gyy,det,trc; local
377 trc=Gxx+Gyy;
378 s[i][j+c]=det-0.06f*trc*trc;
596 float Gxx,Gxy,Gyy,det,trc; local
607 trc=Gxx+Gyy;
608 s[c]=det-k*trc*trc;
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 367 float Gxx,Gxy,Gyy,det,trc; local
377 trc=Gxx+Gyy;
378 s[i][j+c]=det-0.06f*trc*trc;
596 float Gxx,Gxy,Gyy,det,trc; local
607 trc=Gxx+Gyy;
608 s[c]=det-k*trc*trc;
    [all...]
  /external/valgrind/main/VEX/priv/
host_ppc_defs.c 3071 UInt trc = 0; local
    [all...]
host_s390_defs.c 6399 UInt trc; local
    [all...]
host_arm_defs.c 2902 Int trc = -1; local
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c 403 /*IN*/ UInt trc )
508 // thread state rather than passing in the trc?
509 switch (trc) {
545 vg_assert(trc == VEX_TRC_JMP_SYS_SYSCALL);
    [all...]

Completed in 466 milliseconds