Searched defs:UPB_MAX (Results 1 – 8 of 8) sorted by relevance
127 #define UPB_MAX(x, y) ((x) > (y) ? (x) : (y)) macro
126 #define UPB_MAX(x, y) ((x) > (y) ? (x) : (y)) macro
125 #define UPB_MAX(x, y) ((x) > (y) ? (x) : (y)) macro