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

/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dlog_adhoc.c98 DELTA_TIME xdelay; /* transmission latency */ local
134 * Otherwise, use wall clock time to compute xdelay (message transfer
174 DELTA_ZERO(xdelay);
181 DELTA(xdelay, now, stats->conn_setup_done);
184 DELTA(xdelay, now, stats->agent_handoff);
211 PRETTY_FORMAT(buf, "/", xdelay);
/netbsd-current/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 >
970 int xdelay; local
[all...]
/netbsd-current/sys/dev/i2c/
H A Dsi70xx.c837 int xdelay; local
867 xdelay = 10500;
893 xdelay = 4750;
924 delay(xdelay);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dpa.c6684 int xdelay;
6811 xdelay = 0;
6816 xdelay = 1;
6866 return pa_output_lbranch (operands[0], insn, xdelay);
6940 pa_output_lbranch (rtx dest, rtx_insn *insn, int xdelay)
6947 if (xdelay && dbr_sequence_length () != 0)
7050 int xdelay;
7193 xdelay = 0;
7198 xdelay = 1;
7217 insn, xdelay);
6670 int xdelay; local
6926 pa_output_lbranch(rtx dest, rtx_insn *insn, int xdelay) argument
7036 int xdelay; local
7222 int xdelay; local
7426 int xdelay; local
7577 int xdelay; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa.cc6716 int xdelay;
6843 xdelay = 0;
6848 xdelay = 1;
6898 return pa_output_lbranch (operands[0], insn, xdelay);
6972 pa_output_lbranch (rtx dest, rtx_insn *insn, int xdelay)
6979 if (xdelay && dbr_sequence_length () != 0)
7082 int xdelay;
7225 xdelay = 0;
7230 xdelay = 1;
7249 insn, xdelay);
6702 int xdelay; local
6958 pa_output_lbranch(rtx dest, rtx_insn *insn, int xdelay) argument
7068 int xdelay; local
7254 int xdelay; local
7458 int xdelay; local
7609 int xdelay; local
[all...]
/netbsd-current/sys/arch/mac68k/mac68k/
H A Dmachdep.c383 int xdelay; local
408 for (xdelay = 0; xdelay < 1000000; xdelay++);

Completed in 155 milliseconds