Home
last modified time | relevance | path

Searched refs:allocate_integer_array (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/
Dmain.c1060 firstst = allocate_integer_array( current_mns ); in set_up_initial_allocations()
1061 lastst = allocate_integer_array( current_mns ); in set_up_initial_allocations()
1062 finalst = allocate_integer_array( current_mns ); in set_up_initial_allocations()
1063 transchar = allocate_integer_array( current_mns ); in set_up_initial_allocations()
1064 trans1 = allocate_integer_array( current_mns ); in set_up_initial_allocations()
1065 trans2 = allocate_integer_array( current_mns ); in set_up_initial_allocations()
1066 accptnum = allocate_integer_array( current_mns ); in set_up_initial_allocations()
1067 assoc_rule = allocate_integer_array( current_mns ); in set_up_initial_allocations()
1068 state_type = allocate_integer_array( current_mns ); in set_up_initial_allocations()
1071 rule_type = allocate_integer_array( current_max_rules ); in set_up_initial_allocations()
[all …]
Ddfa.c305 stk = allocate_integer_array( current_max_dfa_size );
416 accset = allocate_integer_array( num_rules + 1 ); in ntod()
417 nset = allocate_integer_array( current_max_dfa_size ); in ntod()
500 nultrans = allocate_integer_array( current_max_dfas ); in ntod()
843 dss[newds] = allocate_integer_array( numstates + 1 );
878 dfaacc[newds].dfaacc_set = allocate_integer_array( nacc + 1 );
Dparse.y159 scon_stk = allocate_integer_array( lastsc + 1 );
Dflexdef.h662 #define allocate_integer_array(size) \ macro
Dgen.c789 acc_array = allocate_integer_array( current_max_dfas ); in gentabs()
/external/webkit/Tools/android/flex-2.5.4a/MISC/Borland.old/
DBorland-2.4254 #define allocate_integer_array(size) \
/external/webkit/Tools/android/flex-2.5.4a/MISC/
Dparse.c726 scon_stk = allocate_integer_array( lastsc + 1 ); in yyparse()