Home | History | Annotate | Download | only in patches

Lines Matching full:int64_max

2366 +#if !defined(INT64_MAX)
2367 +# define INT64_MAX 9223372036854775807LL
2370 +# define INT64_MIN ((-INT64_MAX)-1)