Home
last modified time | relevance | path

Searched refs:INT64_MAX (Results 1 – 4 of 4) sorted by relevance

/PHP-5.6/win32/
H A Dphp_stdint.h144 #define INT64_MAX _I64_MAX macro
158 #define INT_LEAST64_MAX INT64_MAX
172 #define INT_FAST64_MAX INT64_MAX
181 # define INTPTR_MAX INT64_MAX
191 #define INTMAX_MAX INT64_MAX
H A Dstrtoi64.c111 acc = neg ? INT64_MIN : INT64_MAX; in _strtoi64()
/PHP-5.6/ext/date/lib/
H A Dtimelib_structs.h106 # ifndef INT64_MAX
107 #define INT64_MAX _I64_MAX macro
131 # define TIMELIB_LONG_MAX INT64_MAX
/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_internal.h242 #if defined INT64_MAX || defined int64_t

Completed in 26 milliseconds