Home
last modified time | relevance | path

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

12345678

/freebsd-head/usr.bin/tip/libacu/
HDv3451.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-head/sys/contrib/device-tree/Bindings/timer/
Dimg,pistachio-gptimer.txt10 "slow", slow counter clock
26 clock-names = "fast", "slow", "sys";
/freebsd-head/contrib/nvi/vi/
HDvs_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-head/sys/contrib/device-tree/Bindings/leds/
HDleds-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-head/contrib/nvi/regex/
HDengine.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-head/lib/libc/db/recno/
HDrec_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-head/contrib/llvm-project/llvm/lib/Support/
HDregengine.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-head/sys/powerpc/cpufreq/
HDmpc85xx_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-head/sys/contrib/device-tree/src/arm/marvell/
HDarmada-370-seagate-nas-4bay.dts88 slow-gpio = <&pca9554 2 GPIO_ACTIVE_HIGH>;
98 slow-gpio = <&pca9554 5 GPIO_ACTIVE_HIGH>;
HDkirkwood-is2.dts30 slow-gpio = <&gpio0 29 0>;
HDkirkwood-ns2.dts30 slow-gpio = <&gpio0 29 0>;
HDkirkwood-d2net.dts28 slow-gpio = <&gpio0 29 GPIO_ACTIVE_HIGH>;
HDkirkwood-ns2max.dts49 slow-gpio = <&gpio0 29 0>;
HDkirkwood-ns2mini.dts50 slow-gpio = <&gpio0 29 0>;
/freebsd-head/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMFeatures.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-head/contrib/llvm-project/compiler-rt/lib/xray/
HDxray_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-head/crypto/openssh/regress/
HDchannel-timeout.sh117 cat > $OBJ/slow-sftp-server.sh << _EOF
123 chmod a+x $OBJ/slow-sftp-server.sh
/freebsd-head/contrib/jemalloc/src/
HDjemalloc.c1860 bool slow; member
1877 static_opts->slow = false; in static_opts_init()
1923 if (likely(!sopts->slow)) { in imalloc_no_sample()
1954 arena, sopts->slow); in imalloc_no_sample()
2101 if (sopts->slow && unlikely(reentrancy_level > 0)) { in imalloc_body()
2172 if (sopts->slow) { in imalloc_body()
2182 if (unlikely(sopts->slow) && config_xmalloc && unlikely(opt_xmalloc)) { in imalloc_body()
2187 if (sopts->slow) { in imalloc_body()
2218 if (sopts->slow) { in imalloc_body()
2261 sopts->slow = false; in imalloc()
[all …]
/freebsd-head/usr.sbin/bsdconfig/console/
HDrepeat125 "$msg_slow") repeat_rate_to_set="slow" ;; # Slow keyboard repeat rate
/freebsd-head/contrib/ntp/html/hints/
HDa-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-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86.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-head/contrib/kyua/utils/
HDtest_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-head/sys/contrib/device-tree/Bindings/clock/
Dbrcm,bcm53573-ilp.txt7 This binding is used for ILP clock (sometimes referred as "slow clock")
/freebsd-head/sys/contrib/device-tree/Bindings/rtc/
Datmel,at91sam9-rtc.txt9 - clocks: should contain the 32 KHz slow clk that will drive the RTT block.
/freebsd-head/usr.bin/locate/locate/
HDlocate.rc31 # systems that generally reside on slow or removable devices like cd9660

12345678