Searched refs:PCT (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/dialog/samples/
H A Dgauge0-input-fd8 PCT=10
11 while test $PCT != 110
15 $PCT
17 message ($PCT percent)
20 PCT=`expr $PCT + 10`
H A Dgauge06 PCT=10
9 while test $PCT != 110
13 $PCT
15 message ($PCT percent)
18 PCT=`expr $PCT + 10`
H A Dgauge6 PCT=10
8 while test $PCT != 100
12 $PCT
14 message ($PCT percent)
17 PCT=`expr $PCT + 10`
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_015_neg.ksh54 for PCT in 0 1 2 4 8 16 32 64 128 256 512 1024; do
55 log_must set_tunable64 COMMIT_TIMEOUT_PCT $PCT
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h280 ProfileCountType PCT = PCT_Real; member in class:llvm::Function::ProfileCount
283 ProfileCount(uint64_t Count, ProfileCountType PCT) argument
284 : Count(Count), PCT(PCT) {}
286 ProfileCountType getType() const { return PCT; }
287 bool isSynthetic() const { return PCT == PCT_Synthetic; }
/freebsd-current/usr.bin/vmstat/
H A Dvmstat.c916 #define PCT(top, bot) pct((long)(top), (long)(bot)) macro
1025 "", PCT(lnchstats.ncs_goodhits, nchtotal),
1026 PCT(lnchstats.ncs_neghits, nchtotal),
1027 PCT(lnchstats.ncs_pass2, nchtotal));
1031 PCT(lnchstats.ncs_badhits, nchtotal),
1032 PCT(lnchstats.ncs_falsehits, nchtotal),
1033 PCT(lnchstats.ncs_long, nchtotal));

Completed in 183 milliseconds