Searched refs:is_saturated (Results 1 – 2 of 2) sorted by relevance
48 #define is_saturated(x) (x == (typeof(x))-1) macro49 #define zero_or_saturated(x) ((x == 0) || is_saturated(x))
2246 if (is_saturated(len2)) in class_read()