Home
last modified time | relevance | path

Searched refs:INT64_MIN (Results 1 – 3 of 3) sorted by relevance

/PHP-5.6/win32/
H A Dphp_stdint.h143 #define INT64_MIN ((int64_t)_I64_MIN) macro
157 #define INT_LEAST64_MIN INT64_MIN
171 #define INT_FAST64_MIN INT64_MIN
180 # define INTPTR_MIN INT64_MIN
190 #define INTMAX_MIN INT64_MIN
H A Dstrtoi64.c111 acc = neg ? INT64_MIN : INT64_MAX; in _strtoi64()
/PHP-5.6/ext/date/lib/
H A Dtimelib_structs.h103 # ifndef INT64_MIN
104 #define INT64_MIN ((int64_t)_I64_MIN) macro
132 # define TIMELIB_LONG_MIN INT64_MIN

Completed in 12 milliseconds