Symbol: slow
games/worm/worm.c
106
slow = (baudrate() <= 1200);
games/worm/worm.c
368
if (!(slow && running)) {
games/worm/worm.c
62
int slow = 0;
lib/libc/db/recno/rec_open.c
127
slow: if ((t->bt_rfp = fdopen(rfd, "r")) == NULL)
lib/libc/db/recno/rec_open.c
148
goto slow;
lib/libc/regex/engine.c
201
endp = slow(m, m->coldp, stop, gf, gl);
lib/libc/regex/engine.c
245
endp = slow(m, m->coldp, endp-1, gf, gl);
lib/libc/regex/engine.c
355
rest = slow(m, sp, stp, ss, es);
lib/libc/regex/engine.c
358
tail = slow(m, rest, stop, es, stopst);
lib/libc/regex/engine.c
368
if (slow(m, sp, rest, ssub, esub) != NULL) {
lib/libc/regex/engine.c
379
rest = slow(m, sp, stp, ss, es);
lib/libc/regex/engine.c
382
tail = slow(m, rest, stop, es, stopst);
lib/libc/regex/engine.c
394
sep = slow(m, ssp, rest, ssub, esub);
lib/libc/regex/engine.c
406
assert(slow(m, ssp, sep, ssub, esub) == rest);
lib/libc/regex/engine.c
415
rest = slow(m, sp, stp, ss, es);
lib/libc/regex/engine.c
418
tail = slow(m, rest, stop, es, stopst);
lib/libc/regex/engine.c
429
if (slow(m, sp, rest, ssub, esub) == rest)
lib/libc/regex/engine.c
94
static const char *slow(struct match *, const char *, const char *, sopno,
regress/usr.bin/ssh/unittests/test_helper/test_helper.c
125
static int slow = 0;
regress/usr.bin/ssh/unittests/test_helper/test_helper.c
153
slow = 1;
regress/usr.bin/ssh/unittests/test_helper/test_helper.c
213
return slow;
regress/usr.bin/ssh/unittests/test_helper/test_helper.c
660
(slow ? BENCH_SLOW_DEADLINE : BENCH_NORMAL_DEADLINE));
sys/arch/hppa/gsc/gsckbc.c
676
int responselen, u_char *respbuf, int slow)
sys/arch/hppa/gsc/gsckbc.c
687
nc.flags = (slow ? KBC_CMDFLAG_SLOW : 0);
sys/arch/riscv64/riscv64/db_instruction.h
2446
DECLARE_INSN(slow, MATCH_SLOW, MASK_SLOW)
sys/dev/ic/pckbc.c
677
int responselen, u_char *respbuf, int slow)
sys/dev/ic/pckbc.c
688
nc.flags = (slow ? KBC_CMDFLAG_SLOW : 0);
sys/dev/pci/drm/drm_modeset_lock.c
298
bool interruptible, bool slow)
sys/dev/pci/drm/drm_modeset_lock.c
312
} else if (interruptible && slow) {
sys/dev/pci/drm/drm_modeset_lock.c
316
} else if (slow) {
sys/dev/pci/drm/i915/display/intel_cursor.c
834
goto slow;
sys/dev/pci/drm/i915/display/intel_cursor.c
843
goto slow;
sys/dev/pci/drm/i915/display/intel_cursor.c
856
goto slow;
sys/dev/pci/drm/i915/display/intel_cursor.c
964
slow:
sys/dev/pci/drm/i915/gem/i915_gem_execbuffer.c
1908
goto slow;
sys/dev/pci/drm/i915/gem/i915_gem_execbuffer.c
1925
goto slow;
sys/dev/pci/drm/i915/gem/i915_gem_execbuffer.c
1941
slow:
sys/dev/pci/drm/include/linux/ww_mutex.h
133
__ww_mutex_lock(struct ww_mutex *lock, struct ww_acquire_ctx *ctx, bool slow, bool intr) {
sys/dev/pci/drm/include/linux/ww_mutex.h
175
if (slow || ctx == NULL ||
sys/dev/usb/ohci.c
2984
u_int npoll, slow, shigh, nslots;
sys/dev/usb/ohci.c
3010
slow = npoll-1;
sys/dev/usb/ohci.c
3011
shigh = slow + npoll;
sys/dev/usb/ohci.c
3013
for (best = i = slow, bestbw = ~0; i < shigh; i++) {
sys/dev/usb/ohci.c
3023
best, slow, shigh, bestbw));
usr.bin/vi/vi/vs_refresh.c
429
goto slow;
usr.bin/vi/vi/vs_refresh.c
455
goto slow;
usr.bin/vi/vi/vs_refresh.c
469
goto slow;
usr.bin/vi/vi/vs_refresh.c
498
goto slow;
usr.bin/vi/vi/vs_refresh.c
507
goto slow;
usr.bin/vi/vi/vs_refresh.c
515
goto slow;
usr.bin/vi/vi/vs_refresh.c
536
goto slow;
usr.bin/vi/vi/vs_refresh.c
554
goto slow;
usr.bin/vi/vi/vs_refresh.c
567
goto slow;
usr.bin/vi/vi/vs_refresh.c
583
slow: for (smp = HMAP; smp->lno != LNO; ++smp);