Searched refs:scanned (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dmake_keys.c77 int scanned; local
86 scanned = sscanf(buffer, "%255s %255s", to, from);
87 if (scanned == 2) {
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dmaint-tool252 %scanned = ();
259 if (!$scanned{$p}) {
261 $scanned{$p} = 1;
265 @deps = sort { &locals_first($a,$b) } keys %scanned;
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dmaint-tool252 %scanned = ();
259 if (!$scanned{$p}) {
261 $scanned{$p} = 1;
265 @deps = sort { &locals_first($a,$b) } keys %scanned;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp319 uptr scanned = 0; local
320 while (scanned < kTrampolineScanLimitRange) {
336 scanned += info.RegionSize;
/freebsd-11-stable/sys/vm/
H A Dvm_pageout.c1078 int page_shortage, scan_tick, scanned, starting_page_shortage; local
1122 * scan will stop when we reach the target or we have scanned the
1367 for (m = TAILQ_FIRST(&pq->pq_pl), scanned = 0; m != NULL && (scanned <
1368 min_scan || (inactq_shortage > 0 && scanned < maxscan)); m = next,
1369 scanned++) {
/freebsd-11-stable/crypto/openssl/util/
H A Dmkerr.pl79 and function codes as extracted from the scanned header files;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c4416 uint64_t pass_scanned, scanned, pass_issued, issued, total; local
4495 scanned = ps->pss_examined;
4520 zfs_nicenum(scanned, scanned_buf, sizeof (scanned_buf));
4528 (void) printf(gettext("\t%s scanned at %s/s, "
4532 (void) printf(gettext("\t%s scanned, %s issued, %s total\n"),
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc647 // scanned.

Completed in 209 milliseconds