Searched defs:UPB_MAX (Results 1 – 2 of 2) sorted by relevance
305 #define UPB_MAX(x, y) ((x) > (y) ? (x) : (y)) macro
138 #define UPB_MAX(x, y) ((x) > (y) ? (x) : (y)) macro