Home
last modified time | relevance | path

Searched refs:INT32_MIN (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/win32/
H A Dphp_stdint.h141 #define INT32_MIN ((int32_t)_I32_MIN) macro
155 #define INT_LEAST32_MIN INT32_MIN
169 #define INT_FAST32_MIN INT32_MIN
184 # define INTPTR_MIN INT32_MIN
/PHP-5.5/ext/zip/lib/
H A Dzipconf.h37 #define ZIP_INT32_MIN INT32_MIN
/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme_util.h47 #define OUTSIDE_STRING(offset, max_len) ( offset <= INT32_MIN || offset > INT32_MAX || (offset < 0 …
/PHP-5.5/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp113 if (largs[i] < INT32_MIN || largs[i] > INT32_MAX) { in _php_intlgregcal_constructor_body()
246 if (year < INT32_MIN || year > INT32_MAX) { in PHP_FUNCTION()
H A Dcalendar_methods.cpp314 if (amount < INT32_MIN || amount > INT32_MAX) { in PHP_FUNCTION()
435 if (Z_LVAL_PP(args[i]) < INT32_MIN || Z_LVAL_PP(args[i]) > INT32_MAX) { in PHP_FUNCTION()
504 (value < INT32_MIN || value > INT32_MAX)) { in PHP_FUNCTION()
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp236 if (arg < INT32_MIN || arg > INT32_MAX) { in _breakiter_int32_ret_int32()
344 if (offset < INT32_MIN || offset > INT32_MAX) { in PHP_FUNCTION()
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_format.c82 Z_LVAL_PP(ele_value) < INT32_MIN) { in internal_get_arr_ele()
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_methods.cpp164 if (Z_LVAL_PP(arg) < (long)INT32_MIN || in PHP_FUNCTION()
270 if (offset_arg < (long)INT32_MIN || offset_arg > (long)INT32_MAX) { in PHP_FUNCTION()
389 index < (long)INT32_MIN || index > (long)INT32_MAX) { in PHP_FUNCTION()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp497 Z_DVAL_PP(elem) < (double)INT32_MIN) { in umsg_format_helper()
506 Z_LVAL_PP(elem) < INT32_MIN) { in umsg_format_helper()

Completed in 22 milliseconds