Symbol: pct
games/adventure/extern.h
77
int pct(int);
games/adventure/main.c
113
if (loc == 33 && pct(25) && !isclosing)
games/adventure/main.c
240
if (pct(20))
games/adventure/main.c
242
if (pct(20))
games/adventure/main.c
98
if (wasdark && pct(35)) {
games/adventure/subr.c
167
if (loc < 15 || pct(95))
games/adventure/subr.c
172
if (pct(50) && saved == -1)
games/adventure/subr.c
226
if (odloc[6] != dloc[6] && pct(20))
games/adventure/subr.c
340
if (newloc != 0 && !pct(newloc))
lib/libc/stdio/xprintf.c
267
__v2printf(FILE *fp, const char *fmt0, unsigned pct, va_list ap)
lib/libc/stdio/xprintf.c
272
struct printf_info pia[pct + 10];
lib/libc/stdio/xprintf.c
273
int argt[pct + 10];
lib/libc/stdio/xprintf.c
274
union arg args[pct + 10];
lib/libc/stdio/xprintf.c
579
__v3printf(FILE *fp, const char *fmt, int pct, va_list ap)
lib/libc/stdio/xprintf.c
598
ret = __v2printf(&fake, fmt, pct, ap);
sys/bus/pccard/pccardvar.h
290
(pccard_chip_io_alloc((pf)->sc->pct, pf->sc->pch, (start), \
sys/bus/pccard/pccardvar.h
294
(pccard_chip_io_free((pf)->sc->pct, (pf)->sc->pch, (pciohp)))
sys/bus/pccard/pccardvar.h
301
(pccard_chip_mem_alloc((pf)->sc->pct, (pf)->sc->pch, (size), (pcmhp)))
sys/bus/pccard/pccardvar.h
303
(pccard_chip_mem_free((pf)->sc->pct, (pf)->sc->pch, (pcmhp)))
sys/bus/pccard/pccardvar.h
305
(pccard_chip_mem_map((pf)->sc->pct, (pf)->sc->pch, (kind), \
sys/bus/pccard/pccardvar.h
308
(pccard_chip_mem_unmap((pf)->sc->pct, (pf)->sc->pch, (window)))
sys/dev/netif/ath/ath_rate/sample/sample.c
177
int rix, tt, pct;
sys/dev/netif/ath/ath_rate/sample/sample.c
200
pct = sn->stats[size_bin][rix].ewma_pct;
sys/dev/netif/ath/ath_rate/sample/sample.c
203
pct = 95;
sys/dev/netif/ath/ath_rate/sample/sample.c
219
if (best_rate_pct > (pct + 50))
sys/dev/netif/ath/ath_rate/sample/sample.c
231
best_rate_pct = pct;
sys/dev/netif/ath/ath_rate/sample/sample.c
244
best_rate_pct = pct;
sys/dev/netif/ath/ath_rate/sample/sample.c
738
int pct;
sys/dev/netif/ath/ath_rate/sample/sample.c
817
pct = ((nframes - nbad) * 1000) / nframes;
sys/dev/netif/ath/ath_rate/sample/sample.c
829
(pct * (100 - ssc->smoothing_rate))) / 100;
test/pcpu/cpustat.c
141
pct(delta.cp_user), pct(delta.cp_nice),
test/pcpu/cpustat.c
142
pct(delta.cp_sys),
test/pcpu/cpustat.c
143
pct(delta.cp_intr), pct(delta.cp_idle));
test/stress/stress2/testcases/creat/creat.c
46
int pct;
test/stress/stress2/testcases/creat/creat.c
59
pct = 90;
test/stress/stress2/testcases/creat/creat.c
61
pct = random_int(1, 90);
test/stress/stress2/testcases/creat/creat.c
62
size = size / 100 * pct + 1;
test/stress/stress2/testcases/link/link.c
47
int pct;
test/stress/stress2/testcases/link/link.c
59
pct = 90;
test/stress/stress2/testcases/link/link.c
61
pct = random_int(1, 90);
test/stress/stress2/testcases/link/link.c
62
size = size / 100 * pct + 1;
test/stress/stress2/testcases/mkdir/mkdir.c
45
int pct;
test/stress/stress2/testcases/mkdir/mkdir.c
55
pct = 90;
test/stress/stress2/testcases/mkdir/mkdir.c
57
pct = random_int(1, 90);
test/stress/stress2/testcases/mkdir/mkdir.c
58
size = size / 100 * pct + 1;
test/stress/stress2/testcases/rw/rw.c
53
int pct;
test/stress/stress2/testcases/rw/rw.c
59
pct = 90;
test/stress/stress2/testcases/rw/rw.c
61
pct = random_int(1, 90);
test/stress/stress2/testcases/rw/rw.c
62
size = size / 100 * pct + 1;
test/stress/stress2/testcases/swap/swap.c
45
int pct;
test/stress/stress2/testcases/swap/swap.c
57
pct = random_int(1, 10);
test/stress/stress2/testcases/swap/swap.c
60
pct = random_int(10, 20);
test/stress/stress2/testcases/swap/swap.c
63
pct = random_int(80, 90);
test/stress/stress2/testcases/swap/swap.c
66
pct = random_int(100, 110);
test/stress/stress2/testcases/swap/swap.c
69
size = mem / 100 * pct;
test/stress/stress2/testcases/swap/swap.c
71
size = swapinfo / 100 * pct + mem;
test/stress/stress2/testcases/swap/swap.c
86
getpid(), pct, size / 1024 / 1024 * op->incarnations);
test/stress/stress2/testcases/symlink/symlink.c
46
int pct;
test/stress/stress2/testcases/symlink/symlink.c
57
pct = 90;
test/stress/stress2/testcases/symlink/symlink.c
59
pct = random_int(1, 90);
test/stress/stress2/testcases/symlink/symlink.c
60
size = size / 100 * pct + 1;
usr.bin/top/m_dragonfly.c
689
double pct;
usr.bin/top/m_dragonfly.c
744
pct = pctdouble(LP(pp, pctcpu));
usr.bin/top/m_dragonfly.c
824
100.0 * pct,
usr.bin/vmstat/vmstat.c
150
static long pct(long, long);
usr.bin/vmstat/vmstat.c
723
#define PCT(top, bot) pct((long)(top), (long)(bot))
usr.sbin/burncd/burncd.c
515
int pct;
usr.sbin/burncd/burncd.c
519
pct = (size / 1024) * 100 / filesize;
usr.sbin/burncd/burncd.c
520
fprintf(stderr, " (%d%%)", pct);
usr.sbin/mptutil/mpt_volume.c
132
float pct;
usr.sbin/mptutil/mpt_volume.c
184
pct = (float)(total - remaining) * 100 / total;
usr.sbin/mptutil/mpt_volume.c
185
printf(" resync: %.2f%% complete\n", pct);