HomeSort by: relevance | last modified time | path
    Searched refs:slow (Results 1 - 25 of 176) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/usr.bin/tip/aculib/
v3451.c 59 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);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
print-threads.c 8 int slow = 0; variable
30 if (slow)
43 if (slow)
attach-slow-waitpid.exp 47 set libfile slow-waitpid
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
print-threads.c 8 int slow = 0; variable
30 if (slow)
43 if (slow)
attach-slow-waitpid.exp 47 set libfile slow-waitpid
  /src/external/bsd/pcc/dist/pcc/cc/cpp/
scanner.l 119 #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...]
  /src/external/mpl/bind/dist/bin/tests/system/qmin/
tests.sh 69 echo_i "query for .slow is not minimized when qname-minimization is off ($n)"
73 $DIG $DIGOPTS icky.icky.icky.ptang.zoop.boing.slow. @10.53.0.5 >dig.out.test$n || ret=1
76 grep "icky.icky.icky.ptang.zoop.boing.slow. 1 IN A 192.0.2.1" dig.out.test$n >/dev/null || ret=1
79 ADDR icky.icky.icky.ptang.zoop.boing.slow.
80 ADDR ns3.slow.
81 ADDR ns3.slow.
82 ADDR a.bit.longer.ns.name.slow.
83 ADDR a.bit.longer.ns.name.slow.
85 echo "ADDR icky.icky.icky.ptang.zoop.boing.slow." | diff ans3/query.log - >/dev/null || ret=1
86 echo "ADDR icky.icky.icky.ptang.zoop.boing.slow." | diff ans4/query.log - >/dev/null || ret=
    [all...]
  /src/external/bsd/nvi/dist/vi/
vs_refresh.c 223 * home modems are still slow enough that it's worth having.
409 goto slow;
435 goto slow;
449 goto slow;
476 goto slow;
492 goto slow;
504 goto slow;
508 * character, go do it the slow way.
513 goto slow;
533 goto slow;
    [all...]
  /src/sys/arch/arm/at91/
at91busvar.h 43 uint32_t slow; /* slow clock in Hz */ member in struct:at91bus_clocks
53 #define AT91_SCLK at91bus_clocks.slow
at91pmc.c 109 clocks->slow = SLOW_CLOCK;
  /src/sys/arch/arm/marvell/
dove.c 482 dove_dfs_slow(struct dove_pmu_softc *sc, bool slow)
490 if ((slow && status == DOVE_PMU_CPUSDFSSR_CPUSLOWMODESTTS_SLOW) ||
491 (!slow && status == DOVE_PMU_CPUSDFSSR_CPUSLOWMODESTTS_TURBO))
505 if (slow) {
547 if ((slow && status == DOVE_PMU_CPUSDFSSR_CPUSLOWMODESTTS_SLOW) ||
548 (!slow && status == DOVE_PMU_CPUSDFSSR_CPUSLOWMODESTTS_TURBO)) {
550 printf("DFS changed to %s\n", slow ? "slow" : "turbo");
553 printf("DFS failed to %s\n", slow ? "slow" : "turbo")
    [all...]
  /src/external/bsd/nvi/dist/regex/
engine.c 51 #define slow sslow macro
62 #define slow lslow macro
98 static RCHAR_T *slow __P((struct match *m, RCHAR_T *start, RCHAR_T *stop, sopno startst, sopno stopst));
172 /* prescreening; this does wonders for this rather slow code */
211 endp = slow(m, m->coldp, stop, gf, gl);
255 endp = slow(m, m->coldp, endp-1, gf, gl);
372 rest = slow(m, sp, stp, ss, es);
375 tail = slow(m, rest, stop, es, stopst);
385 if (slow(m, sp, rest, ssub, esub) != NULL) {
397 rest = slow(m, sp, stp, ss, es)
801 slow(m, start, stop, startst, stopst) function
1101 #undef slow macro
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_trampoline_powerpc64_asm.S 9 # If this appears to be slow, the caller needs to pass in number of generic,
150 # If this appears to be slow, the caller needs to pass in number of generic,
  /src/usr.bin/make/unit-tests/
cmdline-redirect-stdin.mk 25 # reads its input byte by byte, which makes it terribly slow for practical
  /src/external/mpl/bind/dist/bin/tests/system/rpz/
setup.sh 46 # a "big" zone (tested with '-T rpzslow' enabled to slow down loading)
47 cp ns3/slow-rpz.db.in ns3/slow-rpz.db
  /src/games/worm/
worm.c 77 static int slow = 0; variable
127 slow = (baudrate() <= 1200);
344 if (!(slow && running))
  /src/lib/libc/db/recno/
rec_open.c 135 slow: if ((t->bt_rfp = fdopen(rfd, "r")) == NULL)
177 goto slow;
184 goto slow;
  /src/sys/external/bsd/drm2/dist/drm/
drm_modeset_lock.c 247 bool interruptible, bool slow)
260 } else if (interruptible && slow) {
264 } else if (slow) {
  /src/external/gpl2/gmake/dist/
job.c 2214 We call `system' for anything that requires ``slow'' processing,
2366 goto slow;
2399 goto slow;
2406 goto slow;
2468 goto slow;
2474 goto slow;
2478 goto slow;
2490 goto slow;
2575 goto slow;
2587 goto slow;
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/x86/
gcd_11.asm 1 dnl x86 mpn_gcd_11 optimised for processors with slow BSF.
36 dnl instruction is assumed to be so slow it is useless. Instead a teble is
  /src/external/apache2/llvm/dist/llvm/utils/vim/syntax/
tablegen.vim 12 " May be changed if you have a really slow machine
  /src/sys/kern/
subr_cpu.c 193 cpu_topology_setspeed(struct cpu_info *ci, bool slow)
196 cpu_topology_haveslow |= slow;
197 ci->ci_is_slow = slow;
239 aprint_debug("%s ", ci->ci_is_slow ? "slow" : "fast");
  /src/external/bsd/jemalloc/dist/src/
jemalloc.c 528 /* Slow path, called only by arena_choose(). */
2263 bool slow; member in struct:static_opts_s
2280 static_opts->slow = false;
2349 zero_get(bool guarantee, bool slow) {
2350 if (config_fill && slow && unlikely(opt_zero)) {
2358 tcache_get_from_ind(tsd_t *tsd, unsigned tcache_ind, bool slow, bool is_alloc) {
2361 if (likely(!slow)) {
2412 sopts->slow, /* is_alloc */ true);
2426 arena, sopts->slow);
2521 /* Reentrancy is only checked on slow path. *
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/x86_64/fastsse/
lshift-movdqu2.asm 42 C Intel P4 4.67 4.67 2.7 no, slow movdqu
47 C VIA nano 5.7 5.95 2.0 no, slow movdqu
  /src/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/
divsf3-stdmul.S 153 ; slow track
262 ; slow track

Completed in 49 milliseconds

1 2 3 4 5 6 7 8