Home | History | Annotate | Download | only in intl

Lines Matching refs:SIZE_MAX

26 /* Get SIZE_MAX.  */
39 The convention is that SIZE_MAX represents overflow.
40 malloc (SIZE_MAX) is not guaranteed to fail -- think of a malloc
50 ((N) <= SIZE_MAX ? (size_t) (N) : SIZE_MAX)
60 return (sum >= size1 ? sum : SIZE_MAX);
91 max (SIZE_MAX, n) == SIZE_MAX and max (n, SIZE_MAX) == SIZE_MAX. */
98 when N is of a wider tupe and N > SIZE_MAX. */
100 ((N) <= SIZE_MAX / (ELSIZE) ? (size_t) (N) * (ELSIZE) : SIZE_MAX)
104 ((SIZE) == SIZE_MAX)
107 ((SIZE) != SIZE_MAX)