HomeSort by: relevance | last modified time | path
    Searched refs:PCT (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h 295 ProfileCountType PCT;
299 ProfileCount() : Count(-1), PCT(PCT_Invalid) {}
300 ProfileCount(uint64_t Count, ProfileCountType PCT)
301 : Count(Count), PCT(PCT) {}
302 bool hasValue() const { return PCT != PCT_Invalid; }
304 ProfileCountType getType() const { return PCT; }
305 bool isSynthetic() const { return PCT == PCT_Synthetic; }
  /src/usr.bin/nfsstat/
nfsstat.c 209 #define PCT(x,y) ((y) == 0 ? 0 : (int)((int64_t)(x) * 100 / (y)))
210 #define NUMPCT(x,y) (x), PCT(x, (x)+(y))
211 #define RPCSTAT(x) (x), PCT(x, total)
  /src/usr.bin/vmstat/
vmstat.c 311 long pct(u_long, u_long);
871 pct(u_long top, u_long bot) function
881 #define PCT(top, bot) (int)pct((u_long)(top), (u_long)(bot))
1113 "", PCT(nch_stats.ncs_goodhits, nchtotal),
1114 PCT(nch_stats.ncs_neghits, nchtotal),
1115 PCT(nch_stats.ncs_pass2, nchtotal));
1117 PCT(nch_stats.ncs_badhits, nchtotal),
1118 PCT(nch_stats.ncs_falsehits, nchtotal),
1119 PCT(nch_stats.ncs_long, nchtotal))
    [all...]

Completed in 18 milliseconds