Searched defs:MAX64 (Results 1 – 2 of 2) sorted by relevance
96 #define MAX64(x, y) ((((int64_t)((y) - (x))) > 0) ? (y) : (x)) macro
126 #define MAX64(x, y) ((((int64_t)((y) - (x))) > 0) ? (y) : (x)) macro