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

  /external/webkit/WebKitTools/android/flex-2.5.4a/
nfa.c 596 if ( ++lastnfa >= current_mns )
598 if ( (current_mns += MNS_INCREMENT) >= MAXIMUM_MNS )
601 current_mns );
605 firstst = reallocate_integer_array( firstst, current_mns );
606 lastst = reallocate_integer_array( lastst, current_mns );
607 finalst = reallocate_integer_array( finalst, current_mns );
608 transchar = reallocate_integer_array( transchar, current_mns );
609 trans1 = reallocate_integer_array( trans1, current_mns );
610 trans2 = reallocate_integer_array( trans2, current_mns );
611 accptnum = reallocate_integer_array( accptnum, current_mns );
    [all...]
main.c 73 int current_mns, current_max_rules; variable
482 lastnfa, current_mns );
1059 current_mns = INITIAL_MNS;
1060 firstst = allocate_integer_array( current_mns );
1061 lastst = allocate_integer_array( current_mns );
1062 finalst = allocate_integer_array( current_mns );
1063 transchar = allocate_integer_array( current_mns );
1064 trans1 = allocate_integer_array( current_mns );
1065 trans2 = allocate_integer_array( current_mns );
1066 accptnum = allocate_integer_array( current_mns );
    [all...]
flexdef.h 460 * current_mns - current maximum on number of NFA states
488 extern int current_mns, current_max_rules;
    [all...]

Completed in 26 milliseconds