Searched refs:PCT (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Function.h | 295 ProfileCountType PCT; variable 299 ProfileCount() : Count(-1), PCT(PCT_Invalid) {} in ProfileCount() 300 ProfileCount(uint64_t Count, ProfileCountType PCT) in ProfileCount() argument 301 : Count(Count), PCT(PCT) {} in ProfileCount() 302 bool hasValue() const { return PCT != PCT_Invalid; } in hasValue() 304 ProfileCountType getType() const { return PCT; } in getType() 305 bool isSynthetic() const { return PCT == PCT_Synthetic; } in isSynthetic()
|
| /netbsd-src/usr.bin/nfsstat/ |
| H A D | nfsstat.c | 209 #define PCT(x,y) ((y) == 0 ? 0 : (int)((int64_t)(x) * 100 / (y))) in intpr() macro 210 #define NUMPCT(x,y) (x), PCT(x, (x)+(y)) in intpr() 211 #define RPCSTAT(x) (x), PCT(x, total) in intpr()
|
| /netbsd-src/usr.bin/vmstat/ |
| H A D | vmstat.c | 881 #define PCT(top, bot) (int)pct((u_long)(top), (u_long)(bot)) macro 1115 "", PCT(nch_stats.ncs_goodhits, nchtotal), in dosum() 1116 PCT(nch_stats.ncs_neghits, nchtotal), in dosum() 1117 PCT(nch_stats.ncs_pass2, nchtotal)); in dosum() 1119 PCT(nch_stats.ncs_badhits, nchtotal), in dosum() 1120 PCT(nch_stats.ncs_falsehits, nchtotal), in dosum() 1121 PCT(nch_stats.ncs_long, nchtotal)); in dosum()
|
| /netbsd-src/share/misc/ |
| H A D | airport | 5859 PCT:Princeton (Rocky Hill), NJ, USA
|