Searched defs:max3 (Results 1 – 2 of 2) sorted by relevance
79 #define max3(a, b, c) max(a, max(b,c)) macro
1334 int max3; in waitbuild() local