Searched defs:perform (Results 1 - 2 of 2) sorted by relevance

/external/openssl/apps/
H A Ds_time.c136 static int perform=0; variable
159 perform=0;
233 perform=2;
235 perform=1;
308 if (perform == 0) perform=3;
391 if (!(perform & 1)) goto next;
459 if (!(perform & 2)) goto end;
/external/llvm/lib/Analysis/
H A DLoopInfo.cpp662 // -verify-loop-info option can enable this. In order to perform some
701 void LoopBlocksDFS::perform(LoopInfo *LI) { function in class:LoopBlocksDFS

Completed in 87 milliseconds