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

12

/freebsd-13-stable/usr.bin/tip/libacu/
H A Dv3451.c63 int slow = number(value(BAUDRATE)) < 1200; local
70 vawrite("I\r", 1 + slow);
71 vawrite("I\r", 1 + slow);
72 vawrite("I\r", 1 + slow);
73 vawrite("\005\r", 2 + slow);
85 vawrite("D\r", 2 + slow);
94 vawrite(phone, 1 + slow);
108 vawrite("\r", 1 + slow);
109 vawrite("\r", 1 + slow);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_tsd_shared.inc51 // If it failed, go the slow path.
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcond-eof.mk13 # is no need to optimize for this case, and it would slow down the common
H A Dcmdline-redirect-stdin.mk25 # reads its input byte by byte, which makes it terribly slow for practical
/freebsd-13-stable/usr.sbin/bsdconfig/console/
H A Drepeat72 slow) defaultitem="$msg_slow" ;;
126 "$msg_slow") repeat_rate_to_set="slow" ;; # Slow keyboard repeat rate
/freebsd-13-stable/contrib/nvi/vi/
H A Dvs_refresh.c237 * home modems are still slow enough that it's worth having.
424 goto slow;
450 goto slow;
464 goto slow;
493 goto slow;
502 goto slow;
506 * character, go do it the slow way.
510 goto slow;
531 goto slow;
544 * character, go do it the slow wa
[all...]
/freebsd-13-stable/contrib/nvi/regex/
H A Dengine.c48 #define slow sslow macro
59 #define slow lslow macro
95 static const RCHAR_T *slow(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, sopno stopst);
158 /* prescreening; this does wonders for this rather slow code */
197 endp = slow(m, m->coldp, stop, gf, gl);
241 endp = slow(m, m->coldp, endp-1, gf, gl);
352 rest = slow(m, sp, stp, ss, es);
355 tail = slow(m, rest, stop, es, stopst);
365 if (slow(m, sp, rest, ssub, esub) != NULL) {
376 rest = slow(
765 slow(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, function
1030 #undef slow macro
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_powerpc64_asm.S9 # 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,
/freebsd-13-stable/lib/libc/db/recno/
H A Drec_open.c131 slow: if ((t->bt_rfp = fdopen(rfd, "r")) == NULL)
173 goto slow;
180 goto slow;
/freebsd-13-stable/sys/powerpc/cpufreq/
H A Dmpc85xx_jog.c245 int slow; member in struct:jog_rv_args
259 if (args->slow)
298 args.slow = (set->freq <= sc->min_freq);
/freebsd-13-stable/contrib/jemalloc/src/
H A Djemalloc.c1860 bool slow; member in struct:static_opts_s
1877 static_opts->slow = false;
1923 if (likely(!sopts->slow)) {
1954 arena, sopts->slow);
2049 /* Reentrancy is only checked on slow path. */
2101 if (sopts->slow && unlikely(reentrancy_level > 0)) {
2172 if (sopts->slow) {
2182 if (unlikely(sopts->slow) && config_xmalloc && unlikely(opt_xmalloc)) {
2187 if (sopts->slow) {
2218 if (sopts->slow) {
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h45 // libdevice provides fast low precision and slow full-recision implementations
51 #define __FAST_OR_SLOW(fast, slow) fast
53 #define __FAST_OR_SLOW(fast, slow) slow
/freebsd-13-stable/usr.sbin/tcpdump/tcpdump/
H A DMakefile143 print-slow.c \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc48 #define slow sslow
60 #define slow lslow
94 static const char *slow(struct match *, const char *, const char *, sopno, sopno);
158 /* prescreening; this does wonders for this rather slow code */
199 endp = slow(m, m->coldp, stop, gf, gl);
243 endp = slow(m, m->coldp, endp-1, gf, gl);
354 rest = slow(m, sp, stp, ss, es);
357 tail = slow(m, rest, stop, es, stopst);
367 if (slow(m, sp, rest, ssub, esub) != NULL) {
379 rest = slow(
[all...]
/freebsd-13-stable/sys/netgraph/
H A Dng_ppp.c2380 int delta, slow = 0; local
2387 if (distrib[sortByLatency[slow]] == 0 ||
2390 slow = i;
2395 if (delta > distrib[sortByLatency[slow]])
2396 delta = distrib[sortByLatency[slow]];
2397 distrib[sortByLatency[slow]] -= delta;
/freebsd-13-stable/crypto/openssl/crypto/
H A Dsparccpuid.S254 ! is slow (documented to be 6 cycles on T2) and the core is in-order
264 ! appears that slow, but it does the trick in sense that FP and
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c2482 goto slow;
2495 goto slow;
2505 goto slow;
2515 goto slow;
2527 slow:
/freebsd-13-stable/contrib/tcpdump/
H A DMakefile.in209 print-slow.c \
/freebsd-13-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c2246 * The designation 'slow' is because it involves register reads, while
3967 unsigned int width, density, slow, attempts; local
3975 slow = val & F_SLOW;
3983 if (!slow) {
4005 if (!slow)
4010 val = slow ? 3 : 6;
4017 if (!slow) {
/freebsd-13-stable/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A Dghash-x86_64.S63 # are twice as slow in comparison to Intel, so that critical path is
/freebsd-13-stable/sys/kern/
H A Dvfs_subr.c863 * check what we got, and go slow way if so.
880 goto slow;
883 goto slow;
890 slow:
/freebsd-13-stable/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv4.pl579 @ benefits Atom, where paddq is ridiculously slow.
/freebsd-13-stable/contrib/libxo/xohtml/external/
H A Djquery.js6274 // Using Sizzle here is crazy slow, so we use getElementsByTagName
8868 slow: 600,
/freebsd-13-stable/contrib/sqlite3/
H A Dconfigure1428 do not reject slow dependency extractors
2414 # As a last resort, use the slow shell script. Don't cache a
2670 # As a last resort, use the slow shell script. Don't cache a
10052 # default) and relocated if they conflict, which is a slow very memory
/freebsd-13-stable/contrib/file/
H A Dconfigure1426 do not reject slow dependency extractors
2640 # As a last resort, use the slow shell script. Don't cache a
2896 # As a last resort, use the slow shell script. Don't cache a
10118 # default) and relocated if they conflict, which is a slow very memory

Completed in 448 milliseconds

12