Searched refs:xdelay (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dlog_adhoc.c96 DELTA_TIME xdelay; /* transmission latency */ local
130 * Otherwise, use wall clock time to compute xdelay (message transfer
170 DELTA_ZERO(xdelay);
177 DELTA(xdelay, now, stats->conn_setup_done);
180 DELTA(xdelay, now, stats->agent_handoff);
207 PRETTY_FORMAT(buf, "/", xdelay);
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/dev/
H A Dpm_direct.c296 pm_wait_busy(int xdelay) argument
302 if ((--xdelay) < 0)
313 pm_wait_free(int xdelay) argument
319 if ((--xdelay) < 0)
441 int xdelay = ADBDelay * 16; local
444 while ((via_reg(VIA2, 0x200) == 0x7f) && (xdelay >= 0))
445 xdelay--;
447 if (xdelay < 0) { /* timeout */
701 int xdelay = ADBDelay * 16; local
705 (xdelay >
969 int xdelay; local
[all...]
/netbsd-6-1-5-RELEASE/sys/netisdn/
H A Di4b_ipr.c813 int xdelay; local
816 xdelay = sc->sc_cdp->isdntxdelay; /* avoid any rounding */
818 xdelay = sc->sc_cdp->isdntxdelay*hz;
819 xdelay /= 100;
822 START_TIMER(sc->sc_callout, (TIMEOUT_FUNC_T)i4bipr_connect_startio, (void *)sc, xdelay);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa.c6229 int xdelay;
6356 xdelay = 0;
6361 xdelay = 1;
6411 return output_lbranch (operands[0], insn, xdelay);
6434 output_lbranch (rtx dest, rtx insn, int xdelay)
6441 if (xdelay && dbr_sequence_length () != 0)
6555 int xdelay;
6698 xdelay = 0;
6703 xdelay = 1;
6722 insn, xdelay);
6215 int xdelay; local
6420 output_lbranch(rtx dest, rtx insn, int xdelay) argument
6541 int xdelay; local
6726 int xdelay; local
6930 int xdelay; local
7081 int xdelay; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/mac68k/
H A Dmachdep.c384 int xdelay; local
409 for (xdelay = 0; xdelay < 1000000; xdelay++);

Completed in 100 milliseconds