Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dphp_random.h32 #define php_random_int_throw(min, max, result) \ argument
34 #define php_random_int_silent(min, max, result) \ argument
H A Dmt_rand.c270 PHPAPI zend_long php_mt_rand_range(zend_long min, zend_long max) in php_mt_rand_range()
286 PHPAPI zend_long php_mt_rand_common(zend_long min, zend_long max) in php_mt_rand_common()
306 zend_long min; in PHP_FUNCTION() local
H A Drandom.c242 PHPAPI int php_random_int(zend_long min, zend_long max, zend_long *result, zend_bool should_throw) in php_random_int()
288 zend_long min; in PHP_FUNCTION() local
H A Drand.c46 zend_long min; in PHP_FUNCTION() local
H A Dcrypt_blowfish.c641 BF_word min) in BF_crypt()
H A Dbasic_functions.stub.php103 function min(mixed $value, mixed ...$values): mixed {} function
1177 function rand(int $min = UNKNOWN, int $max = UNKNOWN): int {}
1179 function mt_rand(int $min = UNKNOWN, int $max = UNKNOWN): int {}
1190 function random_int(int $min, int $max): int {}
H A Darray.c1238 PHP_FUNCTION(min) in PHP_FUNCTION() argument
1263 zval *min, result; in PHP_FUNCTION() local
/PHP-8.0/ext/date/lib/
H A Dtimelib.c186 void timelib_decimal_hour_to_hms(double h, int *hour, int *min, int *sec) in timelib_decimal_hour_to_hms()
199 void timelib_hms_to_decimal_hour(int hour, int min, int sec, double *h) in timelib_hms_to_decimal_hour()
H A Dparse_date.c25486 timelib_sll min; in timelib_parse_from_format_with_map() local
/PHP-8.0/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-8.0/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h54 #define min(a,b) ((a)<(b)?(a):(b)) macro
/PHP-8.0/ext/gmp/
H A Dgmp.stub.php84 function gmp_random_range(GMP|int|string $min, GMP|int|string $max): GMP {}
/PHP-8.0/ext/ffi/
H A Dffi_parser.c2514 int64_t min = 0, max = 0, last = -1; in parse_enumerator_list() local
2557 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.c5467 …_dcl *enum_dcl, const char *name, size_t name_len, zend_ffi_val *val, int64_t *min, int64_t *max, …
/PHP-8.0/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()
1345 …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.c133 zend_ssa_phi *phi, int min_var, int max_var, zend_long min, zend_long max, in pi_range()
/PHP-8.0/ext/openssl/
H A Dxp_ssl.c1042 static int php_openssl_get_proto_version_flags(int flags, int min, int max) /* {{{ */ in php_openssl_get_proto_version_flags()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_trace.c3452 static void zend_jit_trace_set_var_range(zend_ssa_var_info *info, zend_long min, zend_long max) in zend_jit_trace_set_var_range()
/PHP-8.0/ext/gd/libgd/
H A Dgd_interpolation.c2421 gdPointF extent[4], min, max, point; in gdTransformAffineBoundingBox() local
/PHP-8.0/ext/date/
H A Dphp_date.c1077 zend_long hou, min, sec, mon, day, yea; in php_mktime() local

Completed in 361 milliseconds