Home
last modified time | relevance | path

Searched defs:min (Results 1 – 21 of 21) sorted by relevance

/PHP-7.4/ext/standard/
H A Dphp_random.h37 #define php_random_int_throw(min, max, result) \ argument
39 #define php_random_int_silent(min, max, result) \ argument
H A Dmt_rand.c278 PHPAPI zend_long php_mt_rand_range(zend_long min, zend_long max) in php_mt_rand_range()
294 PHPAPI zend_long php_mt_rand_common(zend_long min, zend_long max) in php_mt_rand_common()
315 zend_long min; in PHP_FUNCTION() local
H A Drandom.c228 PHPAPI int php_random_int(zend_long min, zend_long max, zend_long *result, zend_bool should_throw) in php_random_int()
275 zend_long min; in PHP_FUNCTION() local
H A Drand.c51 zend_long min; in PHP_FUNCTION() local
H A Dcrypt_blowfish.c659 BF_word min) in BF_crypt()
H A Darray.c1261 PHP_FUNCTION(min) in PHP_FUNCTION() argument
1287 zval *min, result; in PHP_FUNCTION() local
/PHP-7.4/ext/date/lib/
H A Dtimelib.c185 void timelib_decimal_hour_to_hms(double h, int *hour, int *min, int *sec) in timelib_decimal_hour_to_hms()
198 void timelib_hms_to_decimal_hour(int hour, int min, int sec, double *h) in timelib_hms_to_decimal_hour()
H A Dparse_date.c25291 timelib_sll min; in timelib_parse_from_format_with_map() local
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_study.c138 int d, min, recno; in find_minlength() local
1801 int min; in PRIV() local
H A Dpcre2_printint.c645 unsigned int min, max; in pcre2_printint() local
H A Dpcre2_jit_compile.c1585 sljit_u32 min; in get_class_iterator_size() local
1623 sljit_s32 min, max, i; in detect_repeat() local
3833 static void read_char(compiler_common *common, sljit_u32 min, sljit_u32 max, in read_char()
7343 sljit_uw c, charoffset, max = 256, min = READ_CHAR_MAX; in compile_xclass_matchingpath() local
9129 int min = 0, max = 0; in compile_ref_iterator_matchingpath() local
H A Dpcre2_compile.c923 int max, min; in show_parsed() local
1403 int32_t min = 0; in read_repeat_counts() local
/PHP-7.4/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h61 #define min(a,b) ((a)<(b)?(a):(b)) macro
/PHP-7.4/ext/ffi/
H A Dffi_parser.c2516 int64_t min = 0, max = 0, last = -1; in parse_enumerator_list() local
2559 static int parse_enumerator(int sym, zend_ffi_dcl *enum_dcl, int64_t *min, int64_t *max, int64_t *l… in parse_enumerator()
H A Dffi.c5541 …_dcl *enum_dcl, const char *name, size_t name_len, zend_ffi_val *val, int64_t *min, int64_t *max, …
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_ssa.h26 zend_long min; member
H A Dzend_inference.c517 zend_long min, zend_long max, zend_long *abs_min, zend_long *abs_max) { in zend_abs_range()
1514 …zend_op_array *op_array, zend_ssa *ssa, int var, zend_bool underflow, zend_long min, zend_long max… in zend_inference_init_range()
H A Dzend_ssa.c119 zend_ssa_phi *phi, int min_var, int max_var, zend_long min, zend_long max, in pi_range()
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c1045 static int php_openssl_get_proto_version_flags(int flags, int min, int max) /* {{{ */ in php_openssl_get_proto_version_flags()
/PHP-7.4/ext/gd/libgd/
H A Dgd_interpolation.c2411 gdPointF extent[4], min, max, point; in gdTransformAffineBoundingBox() local
/PHP-7.4/ext/date/
H A Dphp_date.c1552 zend_long hou = 0, min = 0, sec = 0, mon = 0, day = 0, yea = 0; in php_mktime() local

Completed in 252 milliseconds