Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Ds390-mkopc.c41 int max_ops; variable
47 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()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Ds390-mkopc.c73 int max_ops; variable
79 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()