Searched refs:max_ops (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/binutils/opcodes/
H A Ds390-mkopc.c56 int max_ops; variable
62 max_ops = 256;
63 op_array = malloc (max_ops * sizeof (struct op_struct));
78 while (no_ops >= max_ops)
80 max_ops = max_ops * 2;
81 op_array = realloc (op_array, max_ops * sizeof (struct op_struct));

Completed in 49 milliseconds