HomeSort by: relevance | last modified time | path
    Searched defs:slot_index (Results 1 - 8 of 8) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
compress.c 218 slot_index(dns_compress_t *cctx, unsigned int hash, unsigned int probe) { function
235 unsigned int slot = slot_index(cctx, hash, probe);
308 unsigned int slot = slot_index(cctx, hash, probe);
354 unsigned int next = slot_index(cctx, prev, 1);
360 next = slot_index(cctx, prev, 1);
  /src/external/gpl3/binutils/dist/opcodes/
frv-opc.c 803 int slot_index; local
811 slot_index = vliw->next_slot;
812 if (slot_index >= FRV_VLIW_SIZE)
839 if (slot_index <= 0)
859 vliw->major[slot_index] = major;
860 vliw->insn[slot_index] = insn;
  /src/external/gpl3/binutils.old/dist/opcodes/
frv-opc.c 803 int slot_index; local
811 slot_index = vliw->next_slot;
812 if (slot_index >= FRV_VLIW_SIZE)
839 if (slot_index <= 0)
859 vliw->major[slot_index] = major;
860 vliw->insn[slot_index] = insn;
  /src/external/gpl3/gdb.old/dist/opcodes/
frv-opc.c 803 int slot_index; local
811 slot_index = vliw->next_slot;
812 if (slot_index >= FRV_VLIW_SIZE)
839 if (slot_index <= 0)
859 vliw->major[slot_index] = major;
860 vliw->insn[slot_index] = insn;
  /src/external/gpl3/gdb/dist/opcodes/
frv-opc.c 803 int slot_index; local
811 slot_index = vliw->next_slot;
812 if (slot_index >= FRV_VLIW_SIZE)
839 if (slot_index <= 0)
859 vliw->major[slot_index] = major;
860 vliw->insn[slot_index] = insn;
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.c 586 int slot_index; local
609 slot_index = le32toh(local->slot_queue[
613 (char *)SLOT_DATA_FROM_INDEX(state, slot_index);
640 int slot_index = le32toh(local->slot_queue[slot_queue_available++ & local
642 char *data = (char *)SLOT_DATA_FROM_INDEX(state, slot_index);
648 state->id, slot_index, data,
3523 int slot_index; local
3531 slot_index = SLOT_INDEX_FROM_DATA(state, (void *)header);
3533 if ((slot_index >= le32toh(remote->slot_first)) &&
3534 (slot_index <= le32toh(remote->slot_last)))
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-ia64.c 2680 slot_index (unsigned long slot_addr, function
2798 t = slot_index (ptr->slot_number, ptr->slot_frag,
2823 size = slot_index (last_addr, last_frag, first_addr, first_frag,
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.c 2680 slot_index (unsigned long slot_addr, function
2798 t = slot_index (ptr->slot_number, ptr->slot_frag,
2823 size = slot_index (last_addr, last_frag, first_addr, first_frag,

Completed in 46 milliseconds