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

  /external/webkit/Tools/android/flex-2.5.4a/
nfa.c 103 /* We probably should loop starting at firstst[state1] and going to
109 /* for ( ns = firstst[state1]; ns <= lastst[state1]; ++ns ) */
145 * states accessible by the arrays firstst and lastst
155 for ( i = firstst[mach]; i <= last; ++i )
178 firstst[init] = firstst[mach] + state_offset;
307 firstst[first] = MIN( firstst[first], firstst[last] );
605 firstst = reallocate_integer_array( firstst, current_mns )
    [all...]
main.c 75 int *firstst, *lastst, *finalst, *transchar, *trans1, *trans2; variable
1060 firstst = allocate_integer_array( current_mns );
flexdef.h 467 * firstst - physically the first state of a fragment
490 extern int *firstst, *lastst, *finalst, *transchar, *trans1, *trans2;
    [all...]

Completed in 29 milliseconds