Searched refs:MSP (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Tools/android/flex-2.5.4a/ |
D | flexdef.h | 291 #define MSP 50 /* maximum number of saved protos (protos on the proto queue) */ macro 526 extern int numtemps, numprots, protprev[MSP], protnext[MSP], prottbl[MSP]; 527 extern int protcomst[MSP], firstprot, lastprot, protsave[PROT_SAVE_SIZE];
|
D | main.c | 80 int numtemps, numprots, protprev[MSP], protnext[MSP], prottbl[MSP]; 81 int protcomst[MSP], firstprot, lastprot, protsave[PROT_SAVE_SIZE];
|
D | tblcmp.c | 677 if ( ++numprots >= MSP || numecs * numprots >= PROT_SAVE_SIZE )
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 518 Value *MSP = M->getOrInsertFunction("memset_pattern16", in processLoopStridedStore() local 532 NewCall = Builder.CreateCall3(MSP, BasePtr, PatternPtr, NumBytes); in processLoopStridedStore()
|