Searched refs:PCT (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/dialog/samples/ |
| D | gauge | 6 PCT=10 8 while test $PCT != 100 12 $PCT 14 message ($PCT percent) 17 PCT=`expr $PCT + 10`
|
| D | gauge0 | 6 PCT=10 9 while test $PCT != 110 13 $PCT 15 message ($PCT percent) 18 PCT=`expr $PCT + 10`
|
| D | gauge0-input-fd | 8 PCT=10 11 while test $PCT != 110 15 $PCT 17 message ($PCT percent) 20 PCT=`expr $PCT + 10`
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | Function.h | 296 ProfileCountType PCT; variable 300 ProfileCount() : Count(-1), PCT(PCT_Invalid) {} in ProfileCount() 301 ProfileCount(uint64_t Count, ProfileCountType PCT) in ProfileCount() argument 302 : Count(Count), PCT(PCT) {} in ProfileCount() 303 bool hasValue() const { return PCT != PCT_Invalid; } in hasValue() 305 ProfileCountType getType() const { return PCT; } in getType() 306 bool isSynthetic() const { return PCT == PCT_Synthetic; } in isSynthetic()
|
| /freebsd-12-stable/usr.bin/vmstat/ |
| D | vmstat.c | 975 #define PCT(top, bot) pct((long)(top), (long)(bot)) macro 1084 "", PCT(lnchstats.ncs_goodhits, nchtotal), in dosum() 1085 PCT(lnchstats.ncs_neghits, nchtotal), in dosum() 1086 PCT(lnchstats.ncs_pass2, nchtotal)); in dosum() 1090 PCT(lnchstats.ncs_badhits, nchtotal), in dosum() 1091 PCT(lnchstats.ncs_falsehits, nchtotal), in dosum() 1092 PCT(lnchstats.ncs_long, nchtotal)); in dosum()
|
| /freebsd-12-stable/share/misc/ |
| D | pci_vendors | 20956 0121 PCT-7303A PC card with IRC counters 20957 0122 PCT-7408A PC card with counters and timers 20958 0123 PCT-7424 PCI card with standard counters 20963 0214 PCT-7424C (F0) PC card with standard counters 20964 0215 PCT-7424C (F1) PC card with standard counters 20965 0216 PCT-7424E (F0) PC card with standard counters 20966 0217 PCT-7424E (F1) PC card with standard counters
|