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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/h8300/
H A Dwritecode.c34 static struct h8_opcode *h8_opcodes_sorted[PTWO][MAXSAME]; variable in typeref:struct:h8_opcode
83 /* sort the opcode table into h8_opcodes_sorted[0..255] */
123 if (h8_opcodes_sorted[j][i] == (struct h8_opcode *) NULL)
125 h8_opcodes_sorted[j][i] = p;
144 if (h8_opcodes_sorted[i][0])
145 p = h8_opcodes_sorted[i][0];
147 h8_opcodes_sorted[i][0] = p;
873 p = h8_opcodes_sorted[i];
879 while (h8_opcodes_sorted[i + 1][0] == *p)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/h8300/
H A Dwritecode.c34 static struct h8_opcode *h8_opcodes_sorted[PTWO][MAXSAME]; variable in typeref:struct:h8_opcode
83 /* sort the opcode table into h8_opcodes_sorted[0..255] */
123 if (h8_opcodes_sorted[j][i] == (struct h8_opcode *) NULL)
125 h8_opcodes_sorted[j][i] = p;
144 if (h8_opcodes_sorted[i][0])
145 p = h8_opcodes_sorted[i][0];
147 h8_opcodes_sorted[i][0] = p;
873 p = h8_opcodes_sorted[i];
879 while (h8_opcodes_sorted[i + 1][0] == *p)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/h8300/
H A Dwritecode.c34 static struct h8_opcode *h8_opcodes_sorted[PTWO][MAXSAME]; variable in typeref:struct:h8_opcode
83 /* sort the opcode table into h8_opcodes_sorted[0..255] */
123 if (h8_opcodes_sorted[j][i] == (struct h8_opcode *) NULL)
125 h8_opcodes_sorted[j][i] = p;
144 if (h8_opcodes_sorted[i][0])
145 p = h8_opcodes_sorted[i][0];
147 h8_opcodes_sorted[i][0] = p;
873 p = h8_opcodes_sorted[i];
879 while (h8_opcodes_sorted[i + 1][0] == *p)

Completed in 75 milliseconds