Searched refs:max_ops (Results 1 – 2 of 2) sorted by relevance
54 int max_ops; variable60 max_ops = 256; in createTable()61 op_array = malloc (max_ops * sizeof (struct op_struct)); in createTable()76 while (no_ops >= max_ops) in insertOpcode()78 max_ops = max_ops * 2; in insertOpcode()79 op_array = realloc (op_array, max_ops * sizeof (struct op_struct)); in insertOpcode()
55 int max_ops; variable61 max_ops = 256; in createTable()62 op_array = malloc (max_ops * sizeof (struct op_struct)); in createTable()77 while (no_ops >= max_ops) in insertOpcode()79 max_ops = max_ops * 2; in insertOpcode()80 op_array = realloc (op_array, max_ops * sizeof (struct op_struct)); in insertOpcode()