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

  /external/webkit/Tools/android/flex-2.5.4a/
sym.c 208 current_max_scs += MAX_SCS_INCREMENT;
212 scset = reallocate_integer_array( scset, current_max_scs );
213 scbol = reallocate_integer_array( scbol, current_max_scs );
214 scxclu = reallocate_integer_array( scxclu, current_max_scs );
215 sceof = reallocate_integer_array( sceof, current_max_scs );
216 scname = reallocate_char_ptr_array( scname, current_max_scs );
235 if ( ++lastsc >= current_max_scs )
main.c 85 int current_max_scs; variable
503 current_max_scs );
1075 current_max_scs = INITIAL_MAX_SCS;
1076 scset = allocate_integer_array( current_max_scs );
1077 scbol = allocate_integer_array( current_max_scs );
1078 scxclu = allocate_integer_array( current_max_scs );
1079 sceof = allocate_integer_array( current_max_scs );
1080 scname = allocate_char_ptr_array( current_max_scs );
flexdef.h 557 * current_max_scs - current limit on number of start conditions
566 extern int current_max_scs;
    [all...]

Completed in 1209 milliseconds