Searched refs:action_size (Results 1 – 3 of 3) sorted by relevance
124 while (len + action_index >= action_size - 10 /* slop */ ) { in add_action()125 int new_size = action_size * 2; in add_action()132 action_size += action_size / 8; in add_action()134 action_size = new_size; in add_action()138 action_size); in add_action()142 action_size - action_index); in add_action()
66 int action_size, defs1_offset, prolog_offset, action_offset, action_index; variable931 action_size = 2048; /* default size of action array in bytes */ in flexinit()932 action_array = allocate_character_array(action_size); in flexinit()
423 extern int action_size;