Searched defs:PCT (Results 1 – 3 of 3) sorted by relevance
209 #define PCT(x,y) ((y) == 0 ? 0 : (int)((int64_t)(x) * 100 / (y))) in intpr() macro
295 ProfileCountType PCT; variable300 ProfileCount(uint64_t Count, ProfileCountType PCT) in ProfileCount()
881 #define PCT(top, bot) (int)pct((u_long)(top), (u_long)(bot)) macro