Searched refs:max_ops (Results 1 – 2 of 2) sorted by relevance
41 int max_ops; variable47 max_ops = 256; in createTable()48 op_array = malloc (max_ops * sizeof (struct op_struct)); in createTable()63 while (no_ops >= max_ops) in insertOpcode()65 max_ops = max_ops * 2; in insertOpcode()66 op_array = realloc (op_array, max_ops * sizeof (struct op_struct)); in insertOpcode()
73 int max_ops; variable79 max_ops = 256; in createTable()80 op_array = malloc (max_ops * sizeof (struct op_struct)); in createTable()95 while (no_ops >= max_ops) in insertOpcode()97 max_ops = max_ops * 2; in insertOpcode()98 op_array = realloc (op_array, max_ops * sizeof (struct op_struct)); in insertOpcode()