Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/opcodes/
H A Ds390-mkopc.c54 int max_ops; variable
60 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()
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Ds390-mkopc.c55 int max_ops; variable
61 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()