Home | History | Annotate | Download | only in patches

Lines Matching full:int32_max

2263 +#define INT32_MAX 2147483647
2306 +#ifndef INT32_MAX
2307 +# define INT32_MAX 2147483647
2311 +# define INT32_MIN (-INT32_MAX - 1)