HomeSort by relevance Sort by last modified time
    Searched refs:trc (Results 1 - 10 of 10) 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 214 const TargetRegisterClass *trc = mri->getRegClass(vreg); local
224 ArrayRef<uint16_t> rawOrder = trc->getRawAllocationOrder(*mf);
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 815 TRC. In the case where that is VG_TRC_CHAIN_ME_TO_{SLOW,FAST}_EP,
1253 HWord trc[2]; \/* "two_words" *\/ 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/Gallery2/jni_mosaic/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/coregrind/m_syswrap/
syswrap-main.c 404 /*IN*/ UInt trc )
532 // thread state rather than passing in the trc?
533 switch (trc) {
569 vg_assert(trc == VEX_TRC_JMP_SYS_SYSCALL);
    [all...]

Completed in 343 milliseconds