Home
last modified time | relevance | path

Searched defs:PCT (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.bin/nfsstat/
H A Dnfsstat.c209 #define PCT(x,y) ((y) == 0 ? 0 : (int)((int64_t)(x) * 100 / (y))) in intpr() macro
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h295 ProfileCountType PCT; variable
300 ProfileCount(uint64_t Count, ProfileCountType PCT) in ProfileCount()
/netbsd-src/usr.bin/vmstat/
H A Dvmstat.c881 #define PCT(top, bot) (int)pct((u_long)(top), (u_long)(bot)) macro