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

  /external/webkit/Tools/android/flex-2.5.4a/
misc.c 57 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 );
main.c 66 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 );
flexdef.h 421 * action_size - size of action_array
443 extern int action_size;
    [all...]

Completed in 111 milliseconds