| /src/sys/arch/prep/include/ |
| pcipnp.h | 50 uint8_t slotnum; /* First = 1, integrated = 0 */ member in struct:_IntrMap
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| ia64-dis.c | 72 int slotnum, j, status, need_comma, retval, slot_multiplier; local 88 slotnum = (((long) memaddr) & 0xf) / slot_multiplier; 89 if (slotnum > 2) 109 if (slotnum == 0) 114 unit = ia64_templ_desc[template_val].exec_unit[slotnum]; 116 if (template_val == 2 && slotnum == 1) 119 slotnum = 2; 123 insn = slot[slotnum]; 306 if (slotnum + 1 == ia64_templ_desc[template_val].group_boundary 307 || ((slotnum == 2) && s_bit) [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| ia64-dis.c | 72 int slotnum, j, status, need_comma, retval, slot_multiplier; local 88 slotnum = (((long) memaddr) & 0xf) / slot_multiplier; 89 if (slotnum > 2) 109 if (slotnum == 0) 114 unit = ia64_templ_desc[template_val].exec_unit[slotnum]; 116 if (template_val == 2 && slotnum == 1) 119 slotnum = 2; 123 insn = slot[slotnum]; 306 if (slotnum + 1 == ia64_templ_desc[template_val].group_boundary 307 || ((slotnum == 2) && s_bit) [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| ia64-dis.c | 72 int slotnum, j, status, need_comma, retval, slot_multiplier; local 88 slotnum = (((long) memaddr) & 0xf) / slot_multiplier; 89 if (slotnum > 2) 109 if (slotnum == 0) 114 unit = ia64_templ_desc[template_val].exec_unit[slotnum]; 116 if (template_val == 2 && slotnum == 1) 119 slotnum = 2; 123 insn = slot[slotnum]; 306 if (slotnum + 1 == ia64_templ_desc[template_val].group_boundary 307 || ((slotnum == 2) && s_bit) [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| ia64-dis.c | 72 int slotnum, j, status, need_comma, retval, slot_multiplier; local 88 slotnum = (((long) memaddr) & 0xf) / slot_multiplier; 89 if (slotnum > 2) 109 if (slotnum == 0) 114 unit = ia64_templ_desc[template_val].exec_unit[slotnum]; 116 if (template_val == 2 && slotnum == 1) 119 slotnum = 2; 123 insn = slot[slotnum]; 306 if (slotnum + 1 == ia64_templ_desc[template_val].group_boundary 307 || ((slotnum == 2) && s_bit) [all...] |
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| ctfmerge.c | 324 int slotnum = i % wq->wq_nwipslots; local 325 wip_t *wipslot = &wq->wq_wip[slotnum]; 329 slotnum, i, wipslot->wip_nmerged); 331 debug(2, "clearing slot %d (%d)\n", slotnum, i); 335 wq->wq_wip[slotnum].wip_td = NULL; 374 wip_save_work(workqueue_t *wq, wip_t *slot, int slotnum) 389 const int nextslot = (slotnum + 1) % wq->wq_nwipslots;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ia64-tdep.c | 463 slotN_contents (gdb_byte *bundle, int slotnum) 465 return extract_bit_field (bundle, 5+41*slotnum, 41); 471 replace_slotN_contents (gdb_byte *bundle, long long instr, int slotnum) 473 replace_bit_field (bundle, instr, 5+41*slotnum, 41); 519 int slotnum = (int) (addr & 0x0f) / SLOT_MULTIPLIER; local 536 if (slotnum > 2) 540 slotnum = 0; 550 *instr = slotN_contents (bundle, slotnum); 552 *it = template_encoding_table[(int)templ][slotnum]; 554 if (slotnum == 2 || (slotnum == 1 && *it == L) 647 int slotnum = (int) (addr & 0x0f) \/ SLOT_MULTIPLIER, shadow_slotnum; local 735 int slotnum = (addr & 0x0f) \/ SLOT_MULTIPLIER, shadow_slotnum; local 827 int slotnum = (int) (*pcptr & 0x0f) \/ SLOT_MULTIPLIER, shadow_slotnum; local 3687 int nslots, rseslots, memslots, slotnum, nfuncargs; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ia64-tdep.c | 463 slotN_contents (gdb_byte *bundle, int slotnum) 465 return extract_bit_field (bundle, 5+41*slotnum, 41); 471 replace_slotN_contents (gdb_byte *bundle, long long instr, int slotnum) 473 replace_bit_field (bundle, instr, 5+41*slotnum, 41); 519 int slotnum = (int) (addr & 0x0f) / SLOT_MULTIPLIER; local 536 if (slotnum > 2) 540 slotnum = 0; 550 *instr = slotN_contents (bundle, slotnum); 552 *it = template_encoding_table[(int)templ][slotnum]; 554 if (slotnum == 2 || (slotnum == 1 && *it == L) 647 int slotnum = (int) (addr & 0x0f) \/ SLOT_MULTIPLIER, shadow_slotnum; local 735 int slotnum = (addr & 0x0f) \/ SLOT_MULTIPLIER, shadow_slotnum; local 827 int slotnum = (int) (*pcptr & 0x0f) \/ SLOT_MULTIPLIER, shadow_slotnum; local 3689 int nslots, rseslots, memslots, slotnum, nfuncargs; local [all...] |