Searched refs:PTRDIFF_MAX (Results 1 – 3 of 3) sorted by relevance
67 #define PTRDIFF_MAX __PTRDIFF_MAX__ macro68 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)
35 #define TOO_BIG PTRDIFF_MAX
73 …The maximum size for an array is defined in the PTRDIFF_MAX and in a 32 bit architecture is 2^30-1…