Home
last modified time | relevance | path

Searched refs:ordered_table (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dschedcover.py39 ordered_table = sorted(table.items(), key=operator.itemgetter(0))
50 for (instr, mapping) in ordered_table:
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dia64-gen.c80 } *maintable, **ordered_table; variable
2156 struct main_entry *ptr = ordered_table[i]; in generate_disassembler()
2689 ordered_table = (struct main_entry **) in add_opcode_entry()
2690 xrealloc (ordered_table, sizeof (struct main_entry *) * ottotlen); in add_opcode_entry()
2692 ordered_table[otlen++] = nent; in add_opcode_entry()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dia64-gen.c89 } *maintable, **ordered_table; variable
2163 struct main_entry *ptr = ordered_table[i]; in generate_disassembler()
2696 ordered_table = (struct main_entry **) in add_opcode_entry()
2697 xrealloc (ordered_table, sizeof (struct main_entry *) * ottotlen); in add_opcode_entry()
2699 ordered_table[otlen++] = nent; in add_opcode_entry()