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

  /external/webkit/WebKitTools/android/flex-2.5.4a/
dfa.c 371 current_max_dfas += MAX_DFAS_INCREMENT;
375 base = reallocate_integer_array( base, current_max_dfas );
376 def = reallocate_integer_array( def, current_max_dfas );
377 dfasiz = reallocate_integer_array( dfasiz, current_max_dfas );
378 accsiz = reallocate_integer_array( accsiz, current_max_dfas );
379 dhash = reallocate_integer_array( dhash, current_max_dfas );
380 dss = reallocate_int_ptr_array( dss, current_max_dfas );
381 dfaacc = reallocate_dfaacc_union( dfaacc, current_max_dfas );
385 reallocate_integer_array( nultrans, current_max_dfas );
500 nultrans = allocate_integer_array( current_max_dfas );
    [all...]
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;
1100 base = allocate_integer_array( current_max_dfas );
1101 def = allocate_integer_array( current_max_dfas );
1102 dfasiz = allocate_integer_array( current_max_dfas );
1103 accsiz = allocate_integer_array( current_max_dfas );
1104 dhash = allocate_integer_array( current_max_dfas );
1105 dss = allocate_int_ptr_array( current_max_dfas );
    [all...]
gen.c 163 while ( lastdfa + 1 >= current_max_dfas )
789 acc_array = allocate_integer_array( current_max_dfas );
    [all...]
flexdef.h 574 * current_max_dfas - current maximum number DFA states
601 extern int current_max_template_xpairs, current_max_dfas;
    [all...]
tblcmp.c 247 while ( lastdfa + numtemps + 1 >= current_max_dfas )

Completed in 63 milliseconds