HomeSort by relevance Sort by last modified time
    Searched refs:firstprot (Results 1 - 3 of 3) sorted by null

  /external/webkit/Tools/android/flex-2.5.4a/
tblcmp.c 111 minprot = firstprot;
117 for ( i = firstprot; i != NIL; i = protnext[i] )
137 if ( firstprot != NIL )
139 minprot = firstprot;
690 protnext[slot] = firstprot;
692 if ( firstprot != NIL )
693 protprev[firstprot] = slot;
695 firstprot = slot;
757 numdiff = tbldiff( state, firstprot, tmp );
767 if ( firstprot != qelm
    [all...]
main.c 81 int protcomst[MSP], firstprot, lastprot, protsave[PROT_SAVE_SIZE]; variable
839 firstprot = NIL;
flexdef.h 521 * firstprot - number of the most recently used proto
527 extern int protcomst[MSP], firstprot, lastprot, protsave[PROT_SAVE_SIZE];
    [all...]

Completed in 1060 milliseconds