Searched refs:max (Results 1 – 3 of 3) sorted by relevance
43 #define max(x, y) ((x > y) ? (x) : (y)) macro
327 int target = i < N / 3 ? i : max(i, 2 * (N / 3) + 1); in ktest_idr_case3()
568 start_id = max(0, start_id); // 特判负数 in idr_find_next_getid()