Searched refs:delay (Results 1 - 25 of 1681) sorted by relevance

1234567891011>>

/netbsd-current/lib/libcurses/
H A Dtimeout.c44 * Set the getch() delay for stdscr.
47 timeout(int delay) argument
50 wtimeout(stdscr, delay);
57 * Set the getch() delay for a window.
60 wtimeout(WINDOW *win, int delay) argument
63 if (delay < 0)
64 win->delay = -1;
65 else if (!delay)
66 win->delay = delay;
[all...]
H A Dnodelay.c47 win->delay = 0;
49 win->delay = -1;
/netbsd-current/sys/arch/ia64/stand/ia64/ski/
H A Ddelay.c1 /* $NetBSD: delay.c,v 1.1 2006/04/07 14:21:32 cherry Exp $ */
30 /* __FBSDID("$FreeBSD: src/sys/boot/ia64/libski/delay.c,v 1.2 2003/04/03 21:36:29 obrien Exp $"); */
33 delay(int usecs) function
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddoze.c46 void doze(unsigned delay) argument
52 tv.tv_sec = delay / MILLION;
53 tv.tv_usec = delay % MILLION;
65 unsigned delay; local
67 if (argc != 2 || (delay = atol(argv[1])) == 0)
69 doze(delay);
H A Drand_sleep.c11 /* void rand_sleep(delay, variation)
12 /* unsigned delay;
16 /* pseudo-randomly chosen from the interval (delay +- variation/2).
19 /* .IP delay
22 /* Variation in microseconds; must not be larger than delay.
51 void rand_sleep(unsigned delay, unsigned variation) argument
59 if (delay == 0)
60 msg_panic("%s: bad delay %d", myname, delay);
61 if (variation > delay)
77 int delay; local
[all...]
/netbsd-current/external/bsd/am-utils/dist/scripts/
H A Dwait4amd2die.in3 # Usage: wait4amd2die [delay [count]]
4 # If not specified, delay=5 seconds and count=6 (total 30 seconds)
5 # If at end of total delay amd is till up, return 1; else return 0.
21 delay=$1
23 delay=3
25 # how many times to delay
44 echo "wait4amd2die: delay $delay sec ($i of $count)..."
45 sleep $delay
/netbsd-current/sys/arch/algor/include/
H A Dparam.h56 void delay(int n);
57 #define DELAY delay
/netbsd-current/sys/arch/cobalt/include/
H A Dparam.h48 void delay(int n);
49 #define DELAY delay
/netbsd-current/sys/arch/ews4800mips/include/
H A Dparam.h48 extern void delay(unsigned);
49 #define DELAY(n) delay(n)
/netbsd-current/sys/arch/evbmips/include/
H A Dparam.h53 void delay(int n);
54 #define DELAY(x) delay(x)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Drm7000.s5 mthi $8 # No delay needed
H A Dmicromips-warn-branch-delay.l2 .*:8: Warning: wrong size instruction in a 16-bit branch delay slot
3 .*:10: Warning: wrong size instruction in a 16-bit branch delay slot
4 .*:12: Warning: wrong size instruction in a 16-bit branch delay slot
5 .*:14: Warning: wrong size instruction in a 16-bit branch delay slot
6 .*:16: Warning: wrong size instruction in a 16-bit branch delay slot
7 .*:18: Warning: wrong size instruction in a 16-bit branch delay slot
8 .*:20: Warning: wrong size instruction in a 16-bit branch delay slot
H A Dmicromips-size-1.l2 .*:58: Warning: wrong size instruction in a 32-bit branch delay slot
3 .*:66: Warning: wrong size instruction in a 16-bit branch delay slot
4 .*:72: Warning: wrong size instruction in a 16-bit branch delay slot
5 .*:74: Warning: wrong size instruction in a 16-bit branch delay slot
6 .*:76: Warning: wrong size instruction in a 32-bit branch delay slot
7 .*:78: Warning: wrong size instruction in a 32-bit branch delay slot
8 .*:90: Warning: wrong size instruction in a 32-bit branch delay slot
9 .*:98: Warning: wrong size instruction in a 32-bit branch delay slot
10 .*:100: Warning: wrong size instruction in a 32-bit branch delay slot
H A Dmips-gp64-fp64.l2 .*:92: Warning: macro instruction expanded into multiple instructions in a branch delay slot
3 .*:96: Warning: macro instruction expanded into multiple instructions in a branch delay slot
4 .*:100: Warning: macro instruction expanded into multiple instructions in a branch delay slot
H A Dn32-consec.s4 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
11 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
H A Dmicromips-branch-delay.l2 .*:17: Warning: wrong size instruction in a 16-bit branch delay slot
3 .*:19: Warning: wrong size instruction in a 16-bit branch delay slot
4 .*:21: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot
5 .*:40: Warning: wrong size instruction in a 16-bit branch delay slot
6 .*:44: Warning: wrong size instruction in a 16-bit branch delay slot
7 .*:46: Warning: wrong size instruction in a 16-bit branch delay slot
8 .*:71: Warning: wrong size instruction in a 16-bit branch delay slot
9 .*:90: Warning: macro instruction expanded into multiple instructions in a branch delay slot
10 .*:92: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot
11 .*:94: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slo
[all...]
H A Dmips16-pcrel-delay-0.l2 .*:15: Warning: extended instruction in a branch delay slot
3 .*:18: Warning: extended instruction in a branch delay slot
4 .*:21: Warning: macro instruction expanded into multiple instructions in a branch delay slot
5 .*:24: Warning: macro instruction expanded into multiple instructions in a branch delay slot
H A Dmips16-pcrel-delay-1.l2 .*:17: Warning: extended instruction in a branch delay slot
3 .*:19: Warning: extended instruction in a branch delay slot
4 .*:21: Warning: macro instruction expanded into multiple instructions in a branch delay slot
5 .*:23: Warning: macro instruction expanded into multiple instructions in a branch delay slot
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Dmock_request.h35 mock_request(struct intel_context *ce, unsigned long delay);
/netbsd-current/sys/arch/atari/include/
H A Dparam.h70 void delay(unsigned int);
72 #define DELAY(n) delay(n)
/netbsd-current/sys/arch/playstation2/include/
H A Dparam.h110 extern void delay(unsigned);
111 #define DELAY(n) delay(n)
/netbsd-current/sys/arch/sbmips/include/
H A Dparam.h52 void delay(int n);
53 #define DELAY(x) delay(x)
/netbsd-current/sys/arch/mac68k/include/
H A Dparam.h109 void delay(unsigned);
110 #define DELAY(ms) delay(ms)
/netbsd-current/sys/arch/sgimips/include/
H A Dparam.h56 extern void delay(unsigned long);
57 #define DELAY(n) delay(n)
/netbsd-current/sys/arch/virt68k/include/
H A Dparam.h76 extern void delay(unsigned int);
77 #define DELAY(n) delay(n)

Completed in 326 milliseconds

1234567891011>>