Searched refs:DELAY (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dselect_bug.c77 #define DELAY 1 macro
86 fork_and_read_select("socket1", DELAY, pair1[0]); /* one */
87 fork_and_read_select("socket1", DELAY, pair1[0]); /* two */
88 fork_and_read_select("socket2", DELAY, pair2[0]);
89 fork_and_read_select("stdin", DELAY, 0);
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dsigchld.sh29 float DELAY=${1:-0.2}
34 float delay='$DELAY' d=0 s=0
62 (( foreground == FOREGROUND )) || err_exit "expected '$FOREGROUND foreground' -- got '$foreground' (DELAY=$DELAY)"
63 (( background == BACKGROUND )) || err_exit "expected '$BACKGROUND background' -- got '$background' (DELAY=$DELAY)"
/macosx-10.10.1/ntp-92/scripts/
H A Dntp-status33 DELAY=`$EGREP '^delay' $FILE | $AWK '{print $2}'`
37 echo "$HOSTNAME: stratum:$STRATUM delay:$DELAY offset:$OFFSET $TIMESTAMP"
/macosx-10.10.1/xnu-2782.1.97/bsd/i386/
H A Dparam.h165 #define DELAY(n) delay(n) macro
168 #define DELAY(n) { register int N = (n); while (--N > 0); } macro
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tooltip/
H A Dtooltip.tcl78 DELAY 500
104 [after $G(DELAY) [namespace code [list show %W $tooltip(%W) cursor]]]
128 return [set G(DELAY) $args]
130 return $G(DELAY)
361 set G(AFTERID) [after $G(DELAY) \
410 set G(AFTERID) [after $G(DELAY) \
426 set G(AFTERID) [after $G(DELAY) \
450 set G(AFTERID) [after $G(DELAY) \
469 set G(AFTERID) [after $G(DELAY) \
/macosx-10.10.1/xnu-2782.1.97/pexpert/i386/
H A Dpe_serial.c87 #define DELAY(x) { volatile int _d_; for (_d_ = 0; _d_ < (10000*x); _d_++) ; } macro
123 while ( !(READ(LSR) & UART_LSR_THRE) ) DELAY(1);
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/generic/
H A DmemchanInt.h75 #define DELAY (5)
74 #define DELAY macro
H A Dfifo.c402 chan->timer = Tcl_CreateTimerHandler (DELAY, ChannelReady, instanceData);
468 chan->timer = Tcl_CreateTimerHandler (DELAY, ChannelReady, instanceData);
H A Dnull.c402 int delay = DELAY;
508 instance->delay = DELAY;
H A Drandom.c426 int delay = DELAY;
533 instance->delay = DELAY;
H A Dzero.c405 int delay = DELAY;
511 instance->delay = DELAY;
H A Dmemchan.c485 chan->timer = Tcl_CreateTimerHandler (DELAY, ChannelReady, instanceData);
551 chan->timer = Tcl_CreateTimerHandler (DELAY, ChannelReady, instanceData);
H A Dfifo2.c699 chan->timer = Tcl_CreateTimerHandler (DELAY, ChannelReady, instanceData);
808 chan->timer = Tcl_CreateTimerHandler (DELAY, ChannelReady, instanceData);
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_gpsvme.c29 DELAY = 1, enumerator in enum:__anon11320
237 usleep(DELAY);
240 usleep(DELAY);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dtli.vim22 syn keyword tliField X Y W H BX BY BW BH SX SY FONT BFONT CYCLE DELAY TABS
H A Dplsql.vim54 syn keyword plsqlSQLKeyword DATA_BASE DBA DEFAULT DELAY DELETE DESC DISTINCT
/macosx-10.10.1/cups-408/cups/test/
H A D4.4-subscription-ops.test40 DELAY 7
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-sh.c1546 #define DELAY (0x8)
1632 { 0x000b, BRANCH | DELAY | USESSP }, /* rts */
1637 { 0x002b, BRANCH | DELAY | SETSSP }, /* rte */
1645 { 0x0003, BRANCH | DELAY | USES1 | SETSSP }, /* bsrf rn */
1648 { 0x0023, BRANCH | DELAY | USES1 }, /* braf rn */
1749 { 0x400b, BRANCH | DELAY | USES1 }, /* jsr @rn */
1769 { 0x402b, BRANCH | DELAY | USES1 }, /* jmp @rn */
1865 { 0x8d00, BRANCH | DELAY | USESSP }, /* bt/s label */
1867 { 0x8f00, BRANCH | DELAY | USESSP } /* bf/s label */
1887 { 0xa000, BRANCH | DELAY } /* br
1544 #define DELAY macro
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Darc-opc.c139 'n' DELAY N field (nullify field)
235 #define DELAY (FLAGINSN + 1)
239 #define COND (DELAY + 1)
1536 { "nd", ARC_DELAY_NONE, DELAY, 0 },
1537 { "d", ARC_DELAY_NORMAL, DELAY, 0 },
1538 { "jd", ARC_DELAY_JUMP, DELAY, 0 },
234 #define DELAY macro
/macosx-10.10.1/curl-83.1.2/curl/tests/
H A Dftpserver.pl2782 elsif($_ =~ /DELAY ([A-Z]+) (\d*)/) {

Completed in 251 milliseconds