Home
last modified time | relevance | path

Searched refs:reps (Results 1 – 14 of 14) sorted by relevance

/freebsd/usr.bin/jot/
H A Djot.c98 long reps = REPS_DEF; in main() local
182 if (!sscanf(argv[0], "%ld", &reps)) in main()
205 reps = REPS_DEF; in main()
214 reps = REPS_DEF; in main()
216 reps = 0; in main()
218 reps = (ender - begin + s) / s; in main()
219 if (reps <= 0) in main()
235 else if (reps == 0) in main()
237 begin = ender - reps * s + s; in main()
248 ender = begin + reps * s - s; in main()
[all …]
/freebsd/tests/sys/kern/tty/
H A Dreadsz.c32 size_t bufsz = 0, reps; in main() local
50 reps = strtonum(optarg, 0, SSIZE_MAX, &errstr); in main()
56 reps = strtonum(optarg, 1, SSIZE_MAX, &errstr); in main()
75 bufsz = reps; in main()
92 readsz = MIN(bufsz, reps); in main()
115 reps -= ret; in main()
116 if (reps == 0) in main()
120 reps--; in main()
121 if (reps == 0) in main()
/freebsd/usr.bin/csplit/
H A Dcsplit.c83 static long reps; /* Number of repetitions for this pattern */ variable
177 reps = strtol(*argv + 1, &ep, 10); in main()
178 if (reps < 0 || *ep != '}' || errno != 0) in main()
182 reps = 0; in main()
187 while (reps-- != 0 && nfiles < maxfiles - 1); in main()
464 if (reps-- == 0) in do_lineno()
/freebsd/usr.bin/hexdump/
H A Dparse.c99 tfu->reps = 1; in add()
107 tfu->reps = atoi(savep); in add()
154 cursize += fu->bcnt * fu->reps; in size()
194 cursize += bcnt * fu->reps; in size()
427 fu->reps += (blocksize - fs->bcnt) / fu->bcnt; in rewrite()
428 if (fu->reps > 1) { in rewrite()
H A Dhexdump.h62 int reps; /* repetition count */ member
H A Ddisplay.c74 for (cnt = fu->reps; cnt; --cnt) in display()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mib/
H A Dtst.icmp.ksh42 reps = args[0];
51 /in && reps && msgs/
/freebsd/usr.bin/vmstat/
H A Dvmstat.c203 int bufsize, c, reps, todo; in main() local
209 interval = reps = todo = 0; in main()
224 reps = atoi(optarg); in main()
365 reps = atoi(*argv); in main()
369 if (!reps) in main()
370 reps = -1; in main()
371 } else if (reps) in main()
385 dointr(interval, reps); in main()
387 dovmstat(interval, reps); in main()
637 dovmstat(unsigned int interval, int reps) in dovmstat() argument
[all …]
/freebsd/tests/sys/opencrypto/
H A Dcryptodev.py325 reps = 0
329 reps += 1
336 print('perf MB/sec:', (reps * size) / (end - start) / 1024 / 1024)
/freebsd/sys/kern/
H A Dsubr_unit.c1276 long reps = 1, m; in main() local
1291 reps = strtol(optarg, NULL, 0); in main()
1324 for (m = 0; m < count * reps; m++) { in main()
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c921 static U32 ZDICT_maxRep(U32 const reps[ZSTD_REP_NUM]) in ZDICT_maxRep()
923 U32 maxRep = reps[0]; in ZDICT_maxRep()
926 maxRep = MAX(maxRep, reps[r]); in ZDICT_maxRep()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c1012 … repcodes_t reps = ZSTD_updateRep(opt[cur].rep, lastSequence.off, lastSequence.litlen==0); in ZSTD_compressBlock_opt_generic() local
1013 memcpy(rep, &reps, sizeof(reps)); in ZSTD_compressBlock_opt_generic()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c1268 … repcodes_t const reps = ZSTD_newRep(opt[cur].rep, lastSequence.off, lastSequence.litlen==0); in ZSTD_compressBlock_opt_generic() local
1269 ZSTD_memcpy(rep, &reps, sizeof(reps)); in ZSTD_compressBlock_opt_generic()
/freebsd/share/dict/
H A Dweb2167502 reps