Searched refs:cpc_max (Results 1 – 1 of 1) sorted by relevance
82 #ifndef cpc_max83 #define cpc_max(a,b) (((a)>(b))?(a):(b)) macro