Searched refs:current_max_dfas (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Tools/android/flex-2.5.4a/ |
D | dfa.c | 371 current_max_dfas += MAX_DFAS_INCREMENT; in increase_max_dfas() 375 base = reallocate_integer_array( base, current_max_dfas ); in increase_max_dfas() 376 def = reallocate_integer_array( def, current_max_dfas ); in increase_max_dfas() 377 dfasiz = reallocate_integer_array( dfasiz, current_max_dfas ); in increase_max_dfas() 378 accsiz = reallocate_integer_array( accsiz, current_max_dfas ); in increase_max_dfas() 379 dhash = reallocate_integer_array( dhash, current_max_dfas ); in increase_max_dfas() 380 dss = reallocate_int_ptr_array( dss, current_max_dfas ); in increase_max_dfas() 381 dfaacc = reallocate_dfaacc_union( dfaacc, current_max_dfas ); in increase_max_dfas() 385 reallocate_integer_array( nultrans, current_max_dfas ); in increase_max_dfas() 500 nultrans = allocate_integer_array( current_max_dfas ); in ntod() [all …]
|
D | main.c | 88 int current_max_template_xpairs, current_max_dfas; variable 484 lastdfa, current_max_dfas, totnst ); 534 lastdfa + numtemps, current_max_dfas ); 1099 current_max_dfas = INITIAL_MAX_DFAS; in set_up_initial_allocations() 1100 base = allocate_integer_array( current_max_dfas ); in set_up_initial_allocations() 1101 def = allocate_integer_array( current_max_dfas ); in set_up_initial_allocations() 1102 dfasiz = allocate_integer_array( current_max_dfas ); in set_up_initial_allocations() 1103 accsiz = allocate_integer_array( current_max_dfas ); in set_up_initial_allocations() 1104 dhash = allocate_integer_array( current_max_dfas ); in set_up_initial_allocations() 1105 dss = allocate_int_ptr_array( current_max_dfas ); in set_up_initial_allocations() [all …]
|
D | gen.c | 163 while ( lastdfa + 1 >= current_max_dfas ) in genctbl() 789 acc_array = allocate_integer_array( current_max_dfas ); in gentabs()
|
D | flexdef.h | 601 extern int current_max_template_xpairs, current_max_dfas;
|
D | tblcmp.c | 247 while ( lastdfa + numtemps + 1 >= current_max_dfas ) in cmptmps()
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/Atari/ |
D | Atari.patches | 286 X+ #define current_max_dfas c__max_dfas
|