Home
last modified time | relevance | path

Searched refs:action_size (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/
Dmisc.c57 while ( len + action_index >= action_size - 10 /* slop */ )
59 int new_size = action_size * 2;
65 action_size += action_size / 8;
67 action_size = new_size;
70 reallocate_character_array( action_array, action_size );
Dmain.c66 int action_size, defs1_offset, prolog_offset, action_offset, action_index; variable
606 action_size = 2048; /* default size of action array in bytes */
607 action_array = allocate_character_array( action_size );
Dflexdef.h443 extern int action_size;