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

  /src/external/gpl3/gdb.old/dist/sim/common/
hw-ports.c 32 int my_port; member in struct:hw_port_edge
53 int my_port,
94 int my_port,
100 new_edge->my_port = my_port;
112 int my_port,
121 && old_edge->my_port == my_port)
160 int my_port,
170 if (edge->my_port == my_port
    [all...]
hw-tree.c 832 int my_port;
841 my_port = hw_port_decode (current, my_port_name, output_port);
850 my_port,
1199 int my_port,
1207 hw_port_encode (me, my_port, src, sizeof (src), output_port);
831 int my_port; local
  /src/external/gpl3/gdb/dist/sim/common/
hw-ports.c 32 int my_port; member in struct:hw_port_edge
53 int my_port,
94 int my_port,
100 new_edge->my_port = my_port;
112 int my_port,
121 && old_edge->my_port == my_port)
160 int my_port,
170 if (edge->my_port == my_port
    [all...]
hw-tree.c 832 int my_port;
841 my_port = hw_port_decode (current, my_port_name, output_port);
850 my_port,
1199 int my_port,
1207 hw_port_encode (me, my_port, src, sizeof (src), output_port);
831 int my_port; local
  /src/external/gpl3/gdb/dist/sim/ppc/
tree.c 816 int my_port;
823 my_port = device_interrupt_decode(current, my_port_name,
831 my_port,
1110 int my_port,
1117 device_interrupt_encode(me, my_port, src, sizeof(src), output_port);
815 int my_port; local
device.c 56 int my_port; member in struct:_device_interrupt_edge
66 int my_port,
72 new_edge->my_port = my_port;
84 int my_port,
92 && old_edge->my_port == my_port) {
1628 int my_port,
1639 if (edge->my_port == my_port) {
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/bfin/
dv-bfin_sic.c 107 int my_port; local
117 for (my_port = 0; my_port < 32; ++my_port)
120 bu32 bit = (1 << my_port);
128 iar_idx = my_port / 8;
129 iar_off = (my_port % 8) * 4;
678 bfin_sic_52x_port_event (struct hw *me, int my_port, struct hw *source,
682 bu32 idx = DEC_SIC (my_port);
683 bu32 pin = DEC_PIN (my_port);
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
tree.c 816 int my_port;
823 my_port = device_interrupt_decode(current, my_port_name,
831 my_port,
1110 int my_port,
1117 device_interrupt_encode(me, my_port, src, sizeof(src), output_port);
815 int my_port; local
device.c 56 int my_port; member in struct:_device_interrupt_edge
66 int my_port,
72 new_edge->my_port = my_port;
84 int my_port,
92 && old_edge->my_port == my_port) {
1628 int my_port,
1639 if (edge->my_port == my_port) {
    [all...]
  /src/external/gpl3/gdb/dist/sim/bfin/
dv-bfin_sic.c 107 int my_port; local
117 for (my_port = 0; my_port < 32; ++my_port)
120 bu32 bit = (1 << my_port);
128 iar_idx = my_port / 8;
129 iar_off = (my_port % 8) * 4;
678 bfin_sic_52x_port_event (struct hw *me, int my_port, struct hw *source,
682 bu32 idx = DEC_SIC (my_port);
683 bu32 pin = DEC_PIN (my_port);
    [all...]
  /src/external/bsd/unbound/dist/services/
outside_network.c 2166 int my_if, my_port, fd, portno, inuse, tries=0; local
2189 my_port = pif->inuse + ub_random_max(outnet->rnd,
2192 my_port = ub_random_max(outnet->rnd, pif->avail_total);
2193 if(my_port < pif->inuse) {
2195 pend->pc = pif->out[my_port];
2203 portno = pif->avail_ports[my_port - pif->inuse];
2205 my_port = portno = 0;
2245 pif->avail_ports[my_port - pif->inuse] =

Completed in 33 milliseconds