Home
last modified time | relevance | path

Searched refs:slow (Results 1 – 25 of 196) sorted by relevance

12345678

/freebsd/usr.bin/tip/libacu/
H A Dv3451.c53 int slow = number(value(BAUDRATE)) < 1200; in v3451_dialer() local
60 vawrite("I\r", 1 + slow); in v3451_dialer()
61 vawrite("I\r", 1 + slow); in v3451_dialer()
62 vawrite("I\r", 1 + slow); in v3451_dialer()
63 vawrite("\005\r", 2 + slow); in v3451_dialer()
75 vawrite("D\r", 2 + slow); in v3451_dialer()
84 vawrite(phone, 1 + slow); in v3451_dialer()
98 vawrite("\r", 1 + slow); in v3451_dialer()
99 vawrite("\r", 1 + slow); in v3451_dialer()
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Dimg,pistachio-gptimer.txt10 "slow", slow counter clock
26 clock-names = "fast", "slow", "sys";
/freebsd/contrib/nvi/vi/
H A Dvs_refresh.c424 goto slow; in vs_paint()
450 goto slow; in vs_paint()
464 goto slow; in vs_paint()
493 goto slow; in vs_paint()
502 goto slow; in vs_paint()
510 goto slow; in vs_paint()
531 goto slow; in vs_paint()
549 goto slow; in vs_paint()
562 goto slow; in vs_paint()
578 slow: for (smp = HMAP; smp->lno != LNO; ++smp); in vs_paint()
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-ns2.txt10 - slow-gpio: Slow LED GPIO. See OF device-tree GPIO specification.
12 the corresponding cmd-gpio/slow-gpio values. All the GPIO values combinations
28 slow-gpio = <&gpio0 29 0>;
/freebsd/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 starts…
197 endp = slow(m, m->coldp, stop, gf, gl); in matcher()
241 endp = slow(m, m->coldp, endp-1, gf, gl); in matcher()
352 rest = slow(m, sp, stp, ss, es); in dissect()
355 tail = slow(m, rest, stop, es, stopst); in dissect()
365 if (slow(m, sp, rest, ssub, esub) != NULL) { in dissect()
376 rest = slow(m, sp, stp, ss, es); in dissect()
379 tail = slow(m, rest, stop, es, stopst); in dissect()
[all …]
/freebsd/lib/libc/db/recno/
H A Drec_open.c125 slow: if ((t->bt_rfp = fdopen(rfd, "r")) == NULL) in __rec_open()
167 goto slow; in __rec_open()
174 goto slow; in __rec_open()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/events/
H A Dzed_synchronous_zedlet.ksh88 cat << EOF > $ZEDLET_DIR/scrub_start-slow.sh
94 cat << EOF > $ZEDLET_DIR/scrub_finish-sync-slow.sh
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/recno/
H A Drec_open.c136 slow: if ((t->bt_rfp = fdopen(rfd, "rb")) == NULL) in __rec_open()
178 goto slow; in __rec_open()
185 goto slow; in __rec_open()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc48 #define slow sslow
61 #define slow lslow
96 static const char *slow(struct match *, const char *, const char *, sopno, sopno);
161 /* prescreening; this does wonders for this rather slow code */
202 endp = slow(m, m->coldp, stop, gf, gl);
246 endp = slow(m, m->coldp, endp-1, gf, gl);
395 rest = slow(m, sp, stp, ss, es);
398 tail = slow(m, rest, stop, es, stopst);
408 if (slow(m, sp, rest, ssub, esub) != NULL) {
420 rest = slow(m, sp, stp, ss, es);
[all …]
/freebsd/sys/powerpc/cpufreq/
H A Dmpc85xx_jog.c241 int slow; member
255 if (args->slow) in mpc85xx_jog_set_int()
294 args.slow = (set->freq <= sc->min_freq); in mpc85xx_jog_set()
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-370-seagate-nas-4bay.dts88 slow-gpio = <&pca9554 2 GPIO_ACTIVE_HIGH>;
98 slow-gpio = <&pca9554 5 GPIO_ACTIVE_HIGH>;
H A Dkirkwood-ns2.dts30 slow-gpio = <&gpio0 29 0>;
H A Dkirkwood-is2.dts30 slow-gpio = <&gpio0 29 0>;
H A Dkirkwood-d2net.dts28 slow-gpio = <&gpio0 29 GPIO_ACTIVE_HIGH>;
H A Dkirkwood-ns2max.dts49 slow-gpio = <&gpio0 29 0>;
H A Dkirkwood-ns2mini.dts50 slow-gpio = <&gpio0 29 0>;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFeatures.td157 // True if floating point compare + branch is slow.
158 def FeatureSlowFPBrcc : SubtargetFeature<"slow-fp-brcc", "IsFPBrccSlow", "true",
159 "FP compare + branch is slow">;
247 def FeatureSlowVGETLNi32 : SubtargetFeature<"slow-vgetlni32",
249 "Has slow VGETLNi32 - prefer VMOV">;
253 def FeatureSlowVDUP32 : SubtargetFeature<"slow-vdup32", "HasSlowVDUP32",
255 "Has slow VDUP32 - prefer VMOV">;
279 def FeatureSlowOddRegister : SubtargetFeature<"slow-odd-reg", "HasSlowOddRegister",
281 "with an odd register is slow">;
285 def FeatureSlowLoadDSubreg : SubtargetFeature<"slow-load-D-subreg",
[all …]
/freebsd/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/crypto/openssh/regress/
H A Dchannel-timeout.sh117 cat > $OBJ/slow-sftp-server.sh << _EOF
123 chmod a+x $OBJ/slow-sftp-server.sh
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c2240 bool slow; in imalloc_init_check()
2257 static_opts->slow = false; in imalloc()
2326 zero_get(bool guarantee, bool slow) { in JEMALLOC_ATTR()
2327 if (config_fill && slow && unlikely(opt_zero)) { in JEMALLOC_ATTR()
2335 tcache_get_from_ind(tsd_t *tsd, unsigned tcache_ind, bool slow, bool is_alloc) { in JEMALLOC_ATTR()
2338 if (likely(!slow)) { in JEMALLOC_ATTR()
2389 sopts->slow, /* is_alloc */ true); in JEMALLOC_ATTR()
2403 arena, sopts->slow); in je_posix_memalign()
2498 /* Reentrancy is only checked on slow path. */ in JEMALLOC_ATTR()
2513 dopts->zero = zero_get(dopts->zero, sopts->slow); in irealloc_prof_sample()
1860 bool slow; global() member
[all...]
/freebsd/usr.sbin/bsdconfig/console/
H A Drepeat125 "$msg_slow") repeat_rate_to_set="slow" ;; # Slow keyboard repeat rate
/freebsd/contrib/ntp/html/hints/
H A Da-ux109 Now Mac clocks are pretty bad and tend to be slow. Sooo, instead of
117 to increase 'tick'. To make a guess on how fast/slow your clock is,
122 be ~16675 if slow or ~16657 if fast)
181 (i.e., you become 300ms slow). 'xntpd' default way of handling this
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.td458 def TuningSlowSHLD : SubtargetFeature<"slow-shld", "IsSHLDSlow", "true",
459 "SHLD instruction is slow">;
461 def TuningSlowPMULLD : SubtargetFeature<"slow-pmulld", "IsPMULLDSlow", "true",
462 … "PMULLD instruction is slow (compared to PMULLW/PMULHW and PMULUDQ)">;
464 def TuningSlowPMADDWD : SubtargetFeature<"slow-pmaddwd", "IsPMADDWDSlow",
469 def TuningSlowUAMem16 : SubtargetFeature<"slow-unaligned-mem-16",
473 def TuningSlowUAMem32 : SubtargetFeature<"slow-unaligned-mem-32",
497 // slow. In practice, this means that CALL, PUSH, and POP with memory operands
499 def TuningSlowTwoMemOps : SubtargetFeature<"slow-two-mem-ops",
501 "Two memory operand instructions are slow">;
[all …]
/freebsd/contrib/kyua/utils/
H A Dtest_utils.ipp56 /// a crash do not collect an unnecessary core dump, which can be slow on
77 /// be slow on some systems (e.g. on macOS).
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Datmel,at91sam9-rtc.txt9 - clocks: should contain the 32 KHz slow clk that will drive the RTT block.

12345678