OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSP
(Results
1 - 3
of
3
) sorted by null
/external/webkit/WebKitTools/android/flex-2.5.4a/
flexdef.h
291
#define
MSP
50 /* maximum number of saved protos (protos on the proto queue) */
526
extern int numtemps, numprots, protprev[
MSP
], protnext[
MSP
], prottbl[
MSP
];
527
extern int protcomst[
MSP
], firstprot, lastprot, protsave[PROT_SAVE_SIZE];
[
all
...]
main.c
80
int numtemps, numprots, protprev[
MSP
], protnext[
MSP
], prottbl[
MSP
];
81
int protcomst[
MSP
], firstprot, lastprot, protsave[PROT_SAVE_SIZE];
tblcmp.c
677
if ( ++numprots >=
MSP
|| numecs * numprots >= PROT_SAVE_SIZE )
Completed in 147 milliseconds