Lines Matching refs:MAX
1128 #define MAX(a, b) ((a) < (b) ? (b) : (a))1134 size_t new_size = MAX(old_size * 2, AUB_READ_BUFFER_SIZE);