Home
last modified time | relevance | path

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

12345678910>>...22

/titanic_44/usr/src/lib/libcurses/screen/
H A Dttimeout.c60 ttimeout(int delay) in ttimeout() argument
65 if (delay < 0) in ttimeout()
66 delay = -1; in ttimeout()
68 if (cur_term->_delay == delay) in ttimeout()
72 if (delay > 0) { in ttimeout()
74 _setblock(-delay); in ttimeout()
75 _settimeout(delay); in ttimeout()
77 if ((delay + cur_term->_delay) == -1) in ttimeout()
78 _setblock(delay); in ttimeout()
80 if (delay < 0) in ttimeout()
[all …]
H A Dtputs.c53 int delay = 0; in _tpad() local
79 delay = delay * 10 + *cp++ - '0'; in _tpad()
82 delay *= 10; in _tpad()
86 delay += *cp - '0'; in _tpad()
110 delay *= affcnt; in _tpad()
128 if (delay == 0) in _tpad()
140 (void) _delay(delay, outc); in _tpad()
H A Ddelay.c71 _delay(int delay, int (*outc)(char)) in _delay() argument
91 delay += mspc10 / 2; in _delay()
96 for (delay /= mspc10; delay-- > 0; ) in _delay()
/titanic_44/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; \
/titanic_44/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__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__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__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 …]
/titanic_44/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[] =
/titanic_44/usr/src/cmd/audio/utilities/
H A DResample.cc169 delay = (order + 1) >> 1; // assuming symmetric FIR in ResampleFilter()
217 if (delay <= 0) in decimate()
219 else if (size <= delay) { in decimate()
221 delay -= size; in decimate()
224 update_short(in, delay); in decimate()
225 in += delay; in decimate()
226 size -= delay; in decimate()
227 delay = 0; in decimate()
240 delay += num_in; in decimate_flush()
301 delay += num * up; in interpolate_flush()
[all …]
H A DFir.cc132 delay = (order + 1) >> 1; // assuming symmetric FIR in Fir()
202 return ((delay < group_delay)? group_delay - delay : 0); in getFlushSize()
243 else if (delay <= 0) in filter()
245 else if (size <= delay) { in filter()
247 delay -= size; in filter()
250 update_short(in, delay); in filter()
251 in += delay; in filter()
252 size -= delay; in filter()
253 delay = 0; in filter()
/titanic_44/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 …]
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwtimeout.c51 wtimeout(w, delay) in wtimeout() argument
53 int delay;
56 __m_trace("wtimeout(%p, %d)", w, delay);
59 if (delay < 0) {
68 w->_vtime = (delay+50)/100;
H A Dtimeout.c59 (timeout)(int delay)
62 __m_trace("timeout(%d)", delay);
65 wtimeout(stdscr, delay);
/titanic_44/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; \
/titanic_44/usr/src/cmd/vi/misc/
H A Ddel.h.cb29 ** only has one bit for each kind of delay so it's somewhat
33 ** defined in /etc/termcap and the delay algorithms on a
34 ** particular system. For each type of delay, the bits used
35 ** for that delay must be specified (in XXbits) and a table
49 struct delay CRdelay[] =
63 struct delay NLdelay[] =
66 66, NL1, /* special M37 delay */
77 struct delay BSdelay[] =
89 struct delay TBdelay[] =
92 11, TAB1, /* special M37 delay */
[all …]
/titanic_44/usr/src/ucbcmd/shutdown/
H A Dshutdown.c534 time_t delay = sdt - now; in warn() local
536 if (delay > 8) in warn()
537 while (delay % 5) in warn()
538 delay++; in warn()
543 if (delay > 10 MINUTES) in warn()
545 else if (delay > 95 SECONDS) { in warn()
546 (void) fprintf(termf, gettext(msg17), (delay+30)/60, in warn()
547 (delay+30)/60 != 1 ? "s" : ""); in warn()
548 } else if (delay > 0) { in warn()
549 (void) fprintf(termf, gettext(msg18), delay, in warn()
[all …]
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwtimeout.c54 wtimeout(WINDOW *w, int delay) in wtimeout() argument
56 if (delay < 0) { in wtimeout()
76 w->_vtime = (delay > 25500) ? 255 : (delay + 99) / 100; in wtimeout()
/titanic_44/usr/src/cmd/tput/
H A Dtput.c287 struct delay struct
328 static struct delay CRdelay[] =
340 static struct delay NLdelay[] =
350 static struct delay BSdelay[] =
360 static struct delay TBdelay[] =
372 static struct delay FFdelay[] =
384 struct delay CRdelay[] =
396 struct delay NLdelay[] =
407 struct delay TBdelay[] =
417 struct delay FFdelay[] =
[all …]
/titanic_44/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
/titanic_44/usr/src/cmd/kbd/
H A Dkbd.c113 char *copt, *aopt, *delay, *rate, *layout_name, *b_type, *freq_str; in main() local
159 delay = optarg; in main()
202 if (Dflag && atoi(delay) <= 0) { in main()
203 (void) fprintf(stderr, "Invalid arguments: -D %s\n", delay); in main()
244 if (Dflag && (error = set_repeat_delay(delay, kbd)) != 0) in main()
487 int delay, rate; in get_layout() local
488 delay = rate = 0; in get_layout()
504 if (ioctl(kbd, KIOCGRPTDELAY, &delay)) { in get_layout()
514 (void) printf("delay(ms)=%d\n", delay); in get_layout()
571 set_rptdelay(int delay, int kbd) in set_rptdelay() argument
[all …]
/titanic_44/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dxsem.c139 timestruc_t delay; in xsem_xwait() local
157 delay = *mytime; in xsem_xwait()
158 delay.tv_sec = delay.tv_sec + time(NULL); in xsem_xwait()
161 &sem->semMutex, &delay); in xsem_xwait()
/titanic_44/usr/src/uts/sparc/v9/ml/
H A Dlock_prim.s234 nop ! delay: do nothing
247 xor %o1, 0xff, %o0 ! delay - return non-zero if success
290 bl,a,pt %icc, 1f ! if not, write %pil in delay
298 sth %o3, [%o2] ! delay - save original pil
302 nop ! delay: do nothing
443 stn %g0, [%o0] ! delay: clear lock if we owned it
504 or THREAD_REG, RW_WRITE_LOCKED, %o5 ! delay: %o5 = owner
512 add %o4, RW_READ_LOCK, %o5 ! delay: increment hold count
515 nop ! delay: do nothing
524 nop ! delay: do nothing
[all …]

12345678910>>...22