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

1234567891011>>

/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Dtimeout.c44 * Set the getch() delay for stdscr.
47 timeout(int delay) argument
49 wtimeout(stdscr, delay);
56 * Set the getch() delay for a window.
59 wtimeout(WINDOW *win, int delay) argument
62 if (delay < 0)
63 win->delay = -1;
64 else if (!delay)
65 win->delay = delay;
[all...]
H A Dnodelay.c46 win->delay = 0;
48 win->delay = -1;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20030330-1.c5 static void usb_hub_port_wait_reset(unsigned int delay) argument
8 for (delay_time = 0; delay_time < 500; delay_time += delay) {
9 if (__builtin_constant_p(delay))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20030330-1.c5 static void usb_hub_port_wait_reset(unsigned int delay) argument
8 for (delay_time = 0; delay_time < 500; delay_time += delay) {
9 if (__builtin_constant_p(delay))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpragma-isr2.c8 void delay(int a) function
H A Dpragma-isr-trap_exit.c9 void delay(int a) function
H A Dattr-isr-nosave_low_regs.c16 void delay(int a) function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dpragma-isr2.c8 void delay(int a) function
H A Dpragma-isr-trap_exit.c9 void delay(int a) function
H A Dattr-isr-nosave_low_regs.c16 void delay(int a) function
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-bdb/
H A Dtrans.c37 int delay = 0; local
50 delay = 16384 * (key * (double) pow_retries / (double) max_key);
51 delay = delay ? delay : 1;
53 Debug( LDAP_DEBUG_TRACE, "delay = %d, num_retries = %d\n", delay, num_retries, 0 );
55 timeout.tv_sec = delay / 1000000;
56 timeout.tv_usec = delay % 1000000;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgdb_usleep.c28 struct timeval delay; local
31 delay.tv_sec = usec / 1000000;
32 delay.tv_usec = usec % 1000000;
33 retval = gdb_select (0, 0, 0, 0, &delay);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/shared_future/members/
H A Dwait_for.cc39 std::chrono::milliseconds delay(100);
41 VERIFY( !f1.wait_for(delay) );
42 VERIFY( !f2.wait_for(delay) );
47 VERIFY( f1.wait_for(delay) );
48 VERIFY( f2.wait_for(delay) );
49 VERIFY( std::chrono::system_clock::now() < (before + 2*delay) );
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/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-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Drm7000.s5 mthi $8 # No delay needed
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
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/future/members/
H A Dwait_for.cc38 std::chrono::milliseconds delay(100);
40 VERIFY( !f1.wait_for(delay) );
45 VERIFY( f1.wait_for(delay) );
46 VERIFY( std::chrono::system_clock::now() < (before + delay) );
/netbsd-6-1-5-RELEASE/sys/arch/sbmips/include/
H A Dparam.h57 void delay(int n);
58 #define DELAY(x) delay(x)
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/include/
H A Dparam.h57 extern void delay(unsigned long);
58 #define DELAY(n) delay(n)
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/include/
H A Dparam.h109 void delay(unsigned);
110 #define DELAY(ms) delay(ms)
/netbsd-6-1-5-RELEASE/sys/arch/atari/include/
H A Dparam.h70 void delay(unsigned int);
72 #define DELAY(n) delay(n)
/netbsd-6-1-5-RELEASE/sys/arch/cesfic/include/
H A Dparam.h81 #define delay(us) _delay((us) << 8) macro
82 #define DELAY(us) delay(us)

Completed in 224 milliseconds

1234567891011>>