Home
last modified time | relevance | path

Searched refs:current_max_scs (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/
Dsym.c208 current_max_scs += MAX_SCS_INCREMENT; in scextend()
212 scset = reallocate_integer_array( scset, current_max_scs ); in scextend()
213 scbol = reallocate_integer_array( scbol, current_max_scs ); in scextend()
214 scxclu = reallocate_integer_array( scxclu, current_max_scs ); in scextend()
215 sceof = reallocate_integer_array( sceof, current_max_scs ); in scextend()
216 scname = reallocate_char_ptr_array( scname, current_max_scs ); in scextend()
235 if ( ++lastsc >= current_max_scs )
Dmain.c85 int current_max_scs; variable
503 current_max_scs );
1075 current_max_scs = INITIAL_MAX_SCS; in set_up_initial_allocations()
1076 scset = allocate_integer_array( current_max_scs ); in set_up_initial_allocations()
1077 scbol = allocate_integer_array( current_max_scs ); in set_up_initial_allocations()
1078 scxclu = allocate_integer_array( current_max_scs ); in set_up_initial_allocations()
1079 sceof = allocate_integer_array( current_max_scs ); in set_up_initial_allocations()
1080 scname = allocate_char_ptr_array( current_max_scs ); in set_up_initial_allocations()
Dflexdef.h566 extern int current_max_scs;
/external/webkit/Tools/android/flex-2.5.4a/MISC/Atari/
DAtari.patches282 X+ #define current_max_scs c__max_scs