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

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

Completed in 498 milliseconds