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

  /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/strace/
system.c 2281 ts_reclaim_child_inargs_t trc; local
    [all...]
  /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...]
  /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...]

Completed in 352 milliseconds