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

  /external/chromium_org/third_party/openssl/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/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, NewVReg, ss, trc,
146 true, ss, trc, tri);
RegAllocPBQP.cpp 209 const TargetRegisterClass *trc = mri->getRegClass(vreg); local
219 ArrayRef<MCPhysReg> rawOrder = trc->getRawAllocationOrder(*mf);
  /external/valgrind/main/VEX/switchback/
switchback.c 475 "disp_chain_assisted:" "\n" // x21 holds the trc. Return it.
507 /* Run a translation at host address 'translation' and return the TRC.
517 HWord trc = run_translation_asm(); local
519 return trc;
732 HWord trc = run_translation(next_host); local
733 if (0) printf("------- trc = %lu\n", trc);
734 if (trc != VEX_TRC_JMP_BORING) {
735 if (1) printf("------- trc = %lu\n", trc);
    [all...]
  /development/perftests/panorama/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_scheduler/
scheduler.c 839 TRC. In the case where that is VG_TRC_CHAIN_ME_TO_{SLOW,FAST}_EP,
1277 HWord trc[2]; \/* "two_words" *\/ 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...]

Completed in 1054 milliseconds