Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h292 ProfileCountType PCT = PCT_Real; variable
295 ProfileCount(uint64_t Count, ProfileCountType PCT) in ProfileCount()
/freebsd/usr.bin/vmstat/
H A Dvmstat.c922 #define PCT(top, bot) pct((long)(top), (long)(bot)) macro