Searched defs:UPB_MIN (Results 1 – 8 of 8) sorted by relevance
128 #define UPB_MIN(x, y) ((x) < (y) ? (x) : (y)) macro
127 #define UPB_MIN(x, y) ((x) < (y) ? (x) : (y)) macro
126 #define UPB_MIN(x, y) ((x) < (y) ? (x) : (y)) macro