| /freebsd/usr.bin/tip/libacu/ |
| H A D | v3451.c | 53 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 D | img,pistachio-gptimer.txt | 10 "slow", slow counter clock 26 clock-names = "fast", "slow", "sys";
|
| /freebsd/contrib/nvi/vi/ |
| H A D | vs_refresh.c | 424 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 D | leds-ns2.txt | 10 - 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 D | engine.c | 48 #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 D | rec_open.c | 125 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 D | zed_synchronous_zedlet.ksh | 88 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 D | rec_open.c | 136 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 D | regengine.inc | 48 #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 D | mpc85xx_jog.c | 241 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 D | armada-370-seagate-nas-4bay.dts | 88 slow-gpio = <&pca9554 2 GPIO_ACTIVE_HIGH>; 98 slow-gpio = <&pca9554 5 GPIO_ACTIVE_HIGH>;
|
| H A D | kirkwood-ns2.dts | 30 slow-gpio = <&gpio0 29 0>;
|
| H A D | kirkwood-is2.dts | 30 slow-gpio = <&gpio0 29 0>;
|
| H A D | kirkwood-d2net.dts | 28 slow-gpio = <&gpio0 29 GPIO_ACTIVE_HIGH>;
|
| H A D | kirkwood-ns2max.dts | 49 slow-gpio = <&gpio0 29 0>;
|
| H A D | kirkwood-ns2mini.dts | 50 slow-gpio = <&gpio0 29 0>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFeatures.td | 157 // 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 D | 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,
|
| /freebsd/crypto/openssh/regress/ |
| H A D | channel-timeout.sh | 117 cat > $OBJ/slow-sftp-server.sh << _EOF 123 chmod a+x $OBJ/slow-sftp-server.sh
|
| /freebsd/contrib/jemalloc/src/ |
| H A D | jemalloc.c | 2240 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 D | repeat | 125 "$msg_slow") repeat_rate_to_set="slow" ;; # Slow keyboard repeat rate
|
| /freebsd/contrib/ntp/html/hints/ |
| H A D | a-ux | 109 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 D | X86.td | 458 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 D | test_utils.ipp | 56 /// 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 D | atmel,at91sam9-rtc.txt | 9 - clocks: should contain the 32 KHz slow clk that will drive the RTT block.
|