Home
last modified time | relevance | path

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

12

/PHP-8.2/ext/random/
H A Drandom.c312 …_random_range(const php_random_algo *algo, php_random_status *status, zend_long min, zend_long max) in php_random_range()
443 PHPAPI zend_long php_mt_rand_range(zend_long min, zend_long max)
451 PHPAPI zend_long php_mt_rand_common(zend_long min, zend_long max)
626 PHPAPI int php_random_int(zend_long min, zend_long max, zend_long *result, bool should_throw)
712 zend_long min, max; local
750 zend_long min, max; local
802 zend_long min, max, result; local
H A Drandom.stub.php24 function rand(int $min = UNKNOWN, int $max = UNKNOWN): int {}
26 function mt_rand(int $min = UNKNOWN, int $max = UNKNOWN): int {}
36 function random_int(int $min, int $max): int {}
136 public function getInt(int $min, int $max): int {}
H A Dengine_secure.c36 static zend_long range(php_random_status *status, zend_long min, zend_long max) in range()
H A Dengine_user.c61 static zend_long range(php_random_status *status, zend_long min, zend_long max) in range()
H A Dengine_combinedlcg.c59 static zend_long range(php_random_status *status, zend_long min, zend_long max) in range()
H A Dengine_pcgoneseq128xslrr64.c58 static zend_long range(php_random_status *status, zend_long min, zend_long max) in range()
H A Dphp_random.h198 # define php_random_int_throw(min, max, result) php_random_int((min), (max), (result), 1) argument
199 # define php_random_int_silent(min, max, result) php_random_int((min), (max), (result), 0) argument
H A Drandomizer.c117 zend_long min, max; in PHP_METHOD() local
H A Dengine_xoshiro256starstar.c111 static zend_long range(php_random_status *status, zend_long min, zend_long max) in range()
H A Dengine_mt19937.c163 static zend_long range(php_random_status *status, zend_long min, zend_long max) in range()
/PHP-8.2/ext/date/lib/
H A Dtimelib.c188 void timelib_decimal_hour_to_hms(double h, int *hour, int *min, int *sec) in timelib_decimal_hour_to_hms()
209 void timelib_hms_to_decimal_hour(int hour, int min, int sec, double *h) in timelib_hms_to_decimal_hour()
218 void timelib_hmsf_to_decimal_hour(int hour, int min, int sec, int us, double *h) in timelib_hmsf_to_decimal_hour()
H A Dparse_date.c25250 timelib_sll min; in timelib_parse_from_format_with_map() local
/PHP-8.2/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.c676 unsigned int min, max; in pcre2_printint() local
H A Dpcre2_jit_compile.c1583 sljit_u32 min; in get_class_iterator_size() local
1621 sljit_s32 min, max, i; in detect_repeat() local
3903 static void read_char(compiler_common *common, sljit_u32 min, sljit_u32 max, in read_char()
7509 sljit_uw c, charoffset, max = 256, min = READ_CHAR_MAX; in compile_xclass_matchingpath() local
9437 int min = 0, max = 0; in compile_ref_iterator_matchingpath() local
H A Dpcre2_compile.c928 int max, min; in show_parsed() local
1409 int32_t min = 0; in read_repeat_counts() local
/PHP-8.2/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h53 #define min(a,b) ((a)<(b)?(a):(b)) macro
/PHP-8.2/ext/standard/
H A Dcrypt_blowfish.c641 BF_word min) in BF_crypt()
H A Darray.c1203 PHP_FUNCTION(min) in PHP_FUNCTION() argument
1228 zval *min, result; in PHP_FUNCTION() local
/PHP-8.2/ext/gmp/
H A Dgmp.stub.php160 function gmp_random_range(GMP|int|string $min, GMP|int|string $max): GMP {}
/PHP-8.2/ext/ffi/
H A Dffi_parser.c2577 int64_t min = 0, max = 0, last = -1; in parse_enumerator_list() local
2620 static int parse_enumerator(int sym, zend_ffi_dcl *enum_dcl, int64_t *min, int64_t *max, int64_t *l… in parse_enumerator()
/PHP-8.2/Zend/Optimizer/
H A Dzend_ssa.h26 zend_long min; member
H A Dzend_inference.c749 zend_long min, zend_long max, zend_long *abs_min, zend_long *abs_max) { in zend_abs_range()
1610 …onst zend_op_array *op_array, zend_ssa *ssa, int var, bool underflow, zend_long min, zend_long max… in zend_inference_init_range()
H A Dzend_ssa.c132 zend_ssa_phi *phi, int min_var, int max_var, zend_long min, zend_long max, in pi_range()
/PHP-8.2/ext/openssl/
H A Dxp_ssl.c1094 static int php_openssl_get_proto_version_flags(int flags, int min, int max) /* {{{ */ in php_openssl_get_proto_version_flags()

Completed in 174 milliseconds

12