Home
last modified time | relevance | path

Searched refs:delay (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dttimeout.c58 ttimeout(int delay) in ttimeout() argument
63 if (delay < 0) in ttimeout()
64 delay = -1; in ttimeout()
70 if (delay > 0) { in ttimeout()
72 _setblock(-delay); in ttimeout()
73 _settimeout(delay); in ttimeout()
76 _setblock(delay); in ttimeout()
78 if (delay < 0) in ttimeout()
79 _setblock(delay); in ttimeout()
80 _settimeout(delay); in ttimeout()
[all …]
H A Dtputs.c52 int delay = 0; in _tpad() local
78 delay = delay * 10 + *cp++ - '0'; in _tpad()
81 delay *= 10; in _tpad()
85 delay += *cp - '0'; in _tpad()
109 delay *= affcnt; in _tpad()
127 if (delay == 0) in _tpad()
139 (void) _delay(delay, outc); in _tpad()
H A Ddelay.c94 _delay(int delay, int (*outc)(char)) in _delay() argument
114 delay += mspc10 / 2; in _delay()
119 for (delay /= mspc10; delay-- > 0; ) in _delay()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dppm_plat.h37 #define PPM_GET_IO_DELAY(dc, delay) { \ argument
39 delay = dc->m_un.i2c.delay; \
41 delay = dc->m_un.kio.delay; \
44 #define PPM_GET_IO_POST_DELAY(dc, delay) { \ argument
46 delay = dc->m_un.i2c.post_delay; \
48 delay = dc->m_un.kio.post_delay; \
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vatan2.S210 ! delay slot
223 ! delay slot
229 ! delay slot
235 ! delay slot
281 ! delay slot
296 ! delay slot
302 ! delay slot
313 ! delay slot
354 ! delay slot
368 ! delay slot
[all …]
H A D__vcosf.S205 ! delay slot
216 ! delay slot
227 ! delay slot
258 ! delay slot
264 ! delay slot
270 ! delay slot
276 ! delay slot
300 ! delay slot
359 ! delay slot
363 ! delay slot
[all …]
H A D__vsinf.S205 ! delay slot
216 ! delay slot
227 ! delay slot
258 ! delay slot
264 ! delay slot
270 ! delay slot
276 ! delay slot
300 ! delay slot
355 ! delay slot
359 ! delay slot
[all …]
H A D__vsincosf.S226 ! delay slot
242 ! delay slot
258 ! delay slot
294 ! delay slot
300 ! delay slot
306 ! delay slot
312 ! delay slot
334 ! delay slot
427 ! delay slot
431 ! delay slot
[all …]
H A D__vlog.S255 ! delay slot
322 ! delay slot
334 ! delay slot
401 ! delay slot
413 ! delay slot
480 ! delay slot
495 ! delay slot
505 ! delay slot
515 ! delay slot
525 ! delay slot
[all …]
H A D__vexp.S752 ! delay slot
758 ! delay slot
775 ! delay slot
781 ! delay slot
795 ! delay slot
973 ! delay slot
982 ! delay slot
986 ! delay slot
994 ! delay slot
1001 ! delay slot
[all …]
H A D__vsincos.S197 ! delay slot
206 ! delay slot
223 ! delay slot
232 ! delay slot
247 ! delay slot
278 ! delay slot
442 ! delay slot
446 ! delay slot
772 ! delay slot
776 ! delay slot
[all …]
/illumos-gate/usr/src/cmd/audio/utilities/
H A DResample.cc215 if (delay <= 0) in decimate()
219 delay -= size; in decimate()
223 in += delay; in decimate()
224 size -= delay; in decimate()
225 delay = 0; in decimate()
238 delay += num_in; in decimate_flush()
299 delay += num * up; in interpolate_flush()
312 else if (delay <= 0) in interpolate()
323 up_offset = delay; in interpolate()
406 delay += num * up; in flush()
[all …]
H A DFir.cc130 delay = (order + 1) >> 1; // assuming symmetric FIR in Fir()
200 return ((delay < group_delay)? group_delay - delay : 0); in getFlushSize()
241 else if (delay <= 0) in filter()
243 else if (size <= delay) { in filter()
245 delay -= size; in filter()
248 update_short(in, delay); in filter()
249 in += delay; in filter()
250 size -= delay; in filter()
251 delay = 0; in filter()
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.delays.h39 struct delay CRdelay[] =
53 struct delay NLdelay[] =
66 struct delay BSdelay[] =
78 struct delay TBdelay[] =
91 struct delay FFdelay[] =
104 struct delay VTdelay[] =
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dt-sem.c28 delay(t, s)
75 delay(0, "try to acq");
81 delay(0, "acquired");
85 delay(0, "try to rel");
91 delay(0, "released");
206 delay(1, "parent: acquire 1");
221 delay(3, "parent: release 1");
236 delay(1, "parent: getval");
251 delay(1, "parent: acquire 2");
282 delay(1, "child: acquire 1");
[all …]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwtimeout.c49 wtimeout(w, delay) in wtimeout() argument
51 int delay;
54 __m_trace("wtimeout(%p, %d)", w, delay);
57 if (delay < 0) {
66 w->_vtime = (delay+50)/100;
H A Dtimeout.c57 (timeout)(int delay)
60 __m_trace("timeout(%d)", delay);
63 wtimeout(stdscr, delay);
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dppm_plat.h39 #define PPM_GET_IO_DELAY(dc, delay) { \ argument
41 delay = dc->m_un.kio.delay; \
44 #define PPM_GET_IO_POST_DELAY(dc, delay) { \ argument
46 delay = dc->m_un.kio.post_delay; \
/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c534 if (delay > 8) in warn()
535 while (delay % 5) in warn()
536 delay++; in warn()
541 if (delay > 10 MINUTES) in warn()
546 } else if (delay > 0) { in warn()
576 if (delay > 8) in rwarn()
577 while (delay % 5) in rwarn()
578 delay++; in rwarn()
590 hostname, (delay+30)/60, (delay+30)/60 != 1 ? "s" : ""); in rwarn()
591 } else if (delay > 0) { in rwarn()
[all …]
/illumos-gate/usr/src/cmd/tput/
H A Dtput.c287 struct delay struct
336 static struct delay CRdelay[] =
348 static struct delay NLdelay[] =
358 static struct delay BSdelay[] =
392 struct delay CRdelay[] =
404 struct delay NLdelay[] =
415 struct delay TBdelay[] =
425 struct delay FFdelay[] =
482 register int delay; in setdelay()
483 struct delay delaytable[];
[all …]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwtimeout.c52 wtimeout(WINDOW *w, int delay) in wtimeout() argument
54 if (delay < 0) { in wtimeout()
74 w->_vtime = (delay > 25500) ? 255 : (delay + 99) / 100; in wtimeout()
/illumos-gate/usr/src/cmd/iscsid/
H A Discsi-initiator208 delay=60
209 while [ $delay -gt 0 ]; do
210 delay=`expr $delay - 1`
213 if [ $delay -gt 0 ]; then
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dlock_prim.S144 nop ! delay: do nothing
177 bl,a,pt %icc, 1f ! if not, write %pil in delay
185 sth %o3, [%o2] ! delay - save original pil
189 nop ! delay: do nothing
344 nop ! delay: do nothing
353 nop ! delay: do nothing
357 mov %o5, %o4 ! delay: %o4 = old lock value
369 nop ! delay: do nothing
388 nop ! delay: do nothing
391 nop ! delay: do nothing
[all …]
/illumos-gate/usr/src/cmd/kbd/
H A Dkbd.c169 delay = optarg; in main()
219 if (Dflag && atoi(delay) <= 0) { in main()
507 int delay, rate, count = -1; in get_layout() local
508 delay = rate = 0; in get_layout()
524 if (ioctl(kbd, KIOCGRPTDELAY, &delay)) { in get_layout()
539 (void) printf("delay(ms)=%d\n", delay); in get_layout()
618 set_rptdelay(int delay, int kbd) in set_rptdelay() argument
627 if (ioctl(kbd, KIOCSRPTDELAY, &delay) == -1) { in set_rptdelay()
628 if (delay < KIOCRPTDELAY_MIN) in set_rptdelay()
645 int delay = atoi(delay_str); in set_repeat_delay() local
[all …]
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dxsem.c137 timestruc_t delay; in xsem_xwait() local
155 delay = *mytime; in xsem_xwait()
156 delay.tv_sec = delay.tv_sec + time(NULL); in xsem_xwait()
159 &sem->semMutex, &delay); in xsem_xwait()

12345678910>>...22