Searched refs:slow (Results 1 - 25 of 95) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/usr.bin/tip/aculib/
H A Dv3451.c59 int slow = number(value(BAUDRATE)) < 1200; local
66 vawrite("I\r", 1 + slow);
67 vawrite("I\r", 1 + slow);
68 vawrite("I\r", 1 + slow);
69 vawrite("\005\r", 2 + slow);
78 vawrite("D\r", 2 + slow);
84 vawrite(phone, 1 + slow);
95 vawrite("\r", 1 + slow);
96 vawrite("\r", 1 + slow);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dprint-threads.c8 int slow = 0; variable
30 if (slow)
43 if (slow)
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cpp/
H A Dscanner.l119 #define PRTOUT(x) if (YYSTATE || slow) return x; if (!flslvl) putstr((usch *)yytext);
147 if ((os != 0 || slow) && !contr)
189 if (slow && !YYSTATE)
203 if (YYSTATE || slow) {
236 <CONTR>"error" { contr = 0; if (slow) return IDENT; cpperror(); BEGIN 0; }
238 <CONTR>"undef" { contr = 0; if (slow) return IDENT; undefstmt(); }
246 if (Cflag && !flslvl && !slow)
252 int prtcm = Cflag && !flslvl && !slow;
295 if (slow)
330 if (YYSTATE || slow)
[all...]
H A Dcpp.h150 int slow; /* scan slowly for new tokens */ variable
/netbsd-6-1-5-RELEASE/sys/arch/arm/at91/
H A Dat91busvar.h43 u_int32_t slow; /* slow clock in Hz */ member in struct:at91bus_clocks
53 #define AT91_SCLK at91bus_clocks.slow
H A Dat91pmc.c109 clocks->slow = SLOW_CLOCK;
/netbsd-6-1-5-RELEASE/dist/nvi/vi/
H A Dvs_refresh.c219 * home modems are still slow enough that it's worth having.
405 goto slow;
431 goto slow;
445 goto slow;
474 goto slow;
483 goto slow;
487 * character, go do it the the slow way.
491 goto slow;
512 goto slow;
525 * character, go do it the the slow wa
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/regex/
H A Dengine.c52 #define slow sslow macro
63 #define slow lslow macro
99 static RCHAR_T *slow __P((struct match *m, RCHAR_T *start, RCHAR_T *stop, sopno startst, sopno stopst));
168 /* prescreening; this does wonders for this rather slow code */
207 endp = slow(m, m->coldp, stop, gf, gl);
251 endp = slow(m, m->coldp, endp-1, gf, gl);
368 rest = slow(m, sp, stp, ss, es);
371 tail = slow(m, rest, stop, es, stopst);
381 if (slow(m, sp, rest, ssub, esub) != NULL) {
392 rest = slow(
796 slow(m, start, stop, startst, stopst) function
1096 #undef slow macro
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/regex/
H A Dengine.c84 #define slow sslow macro
96 #define slow lslow macro
133 static const char *slow(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
212 /* prescreening; this does wonders for this rather slow code */
251 endp = slow(m, m->coldp, stop, gf, gl);
294 endp = slow(m, m->coldp, endp-1, gf, gl);
423 rest = slow(m, sp, stp, ss, es);
426 tail = slow(m, rest, stop, es, stopst);
436 if (slow(m, sp, rest, ssub, esub) != NULL) {
452 rest = slow(
867 slow( function
1181 #undef slow macro
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/db/recno/
H A Drec_open.c142 slow: if ((t->bt_rfp = fdopen(rfd, "r")) == NULL)
184 goto slow;
191 goto slow;
/netbsd-6-1-5-RELEASE/games/worm/
H A Dworm.c78 static int slow = 0; variable
116 slow = (baudrate() <= 1200);
339 if (!(slow && running))
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Djob.c2422 We call `system' for anything that requires ``slow'' processing,
2545 goto slow;
2568 goto slow;
2575 goto slow;
2618 goto slow;
2624 goto slow;
2628 goto slow;
2640 goto slow;
2743 goto slow;
2754 goto slow;
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dtools.cpp400 int rc, slow = 0; local
418 slow = 1;
428 if ( !slow ) {
458 if ( slow ) {
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/pentium4/
H A Dcopyd.asm22 dnl The std/rep/movsl/cld is very slow for small blocks on pentium4. Its
H A Dcopyi.asm22 dnl The rep/movsl is very slow for small blocks on pentium4. Its startup
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/powerpc32/
H A Ddiveby3.asm33 C We avoid the slow subfe instruction and instead rely on an extremely unlikely
H A Dmode1o.asm65 C Load from our table with PIC is so slow on Linux and Darwin that we avoid it
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
H A Daddlsh1_n.asm38 C combining anomalies slow it down.
H A Drsh1add_n.asm38 C separate src/dst but when src==dst the write combining anomalies slow it
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/bin/
H A DMakefile39 SRCS+= print-eigrp.c l2vpn.c print-slow.c print-eap.c nlpid.c print-dccp.c \
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/win32/prj/
H A DGNUmakefile127 ../../print-slow.o \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/picochip/libgccExtras/
H A Ddivmod15.asm62 // (i.e., special case detection should not slow down the common case)
77 // they cause the general case to slow down. Omitting these
/netbsd-6-1-5-RELEASE/sys/arch/amd64/amd64/
H A Dspl.S315 bsrl %eax,%eax # slow, but not worth optimizing
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/p6/
H A Dcopyd.asm28 C An explicit loop is used because a decrementing rep movsl is a bit slow at
/netbsd-6-1-5-RELEASE/sys/dev/pckbport/
H A Dpckbport.c319 int len, int responselen, u_char *respbuf, int slow)
330 nc.flags = (slow ? KBC_CMDFLAG_SLOW : 0);
318 pckbport_poll_cmd(pckbport_tag_t t, pckbport_slot_t slot, const u_char *cmd, int len, int responselen, u_char *respbuf, int slow) argument

Completed in 204 milliseconds

1234