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

  /external/webkit/Tools/android/flex-2.5.4a/
nfa.c 692 if ( ++num_rules >= current_max_rules )
695 current_max_rules += MAX_RULES_INCREMENT;
697 current_max_rules );
699 current_max_rules );
701 current_max_rules );
main.c 73 int current_mns, current_max_rules; variable
1070 current_max_rules = INITIAL_MAX_RULES;
1071 rule_type = allocate_integer_array( current_max_rules );
1072 rule_linenum = allocate_integer_array( current_max_rules );
1073 rule_useful = allocate_integer_array( current_max_rules );
flexdef.h 465 * current_max_rules - current maximum number of rules
488 extern int current_mns, current_max_rules;
    [all...]

Completed in 296 milliseconds