Lines Matching full:int64_max
2366 +#if !defined(INT64_MAX)2367 +# define INT64_MAX 9223372036854775807LL2370 +# define INT64_MIN ((-INT64_MAX)-1)