Home
last modified time | relevance | path

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

12

/PHP-8.2/ext/random/
H A Drandom.stub.php25 function rand(int $min = UNKNOWN, int $max = UNKNOWN): int {}
27 function mt_rand(int $min = UNKNOWN, int $max = UNKNOWN): int {}
37 function random_int(int $min, int $max): int {}
139 …public function getFloat(float $min, float $max, IntervalBoundary $boundary = IntervalBoundary::Cl…
141 public function getInt(int $min, int $max): int {}
H A Dgammasection.c74 …section_closed_open(const php_random_algo *algo, php_random_status *status, double min, double max) in php_random_gammasection_closed_open()
102 …ction_closed_closed(const php_random_algo *algo, php_random_status *status, double min, double max) in php_random_gammasection_closed_closed()
134 …section_open_closed(const php_random_algo *algo, php_random_status *status, double min, double max) in php_random_gammasection_open_closed()
162 …masection_open_open(const php_random_algo *algo, php_random_status *status, double min, double max) in php_random_gammasection_open_open()
H A Dphp_random_csprng.h36 static inline zend_result php_random_int_throw(zend_long min, zend_long max, zend_long *result) in php_random_int_throw()
41 static inline zend_result php_random_int_silent(zend_long min, zend_long max, zend_long *result) in php_random_int_silent()
H A Drandom.c292 …_random_range(const php_random_algo *algo, php_random_status *status, zend_long min, zend_long max) in php_random_range()
422 PHPAPI zend_long php_mt_rand_range(zend_long min, zend_long max)
430 PHPAPI zend_long php_mt_rand_common(zend_long min, zend_long max)
507 zend_long min, max; local
545 zend_long min, max; local
597 zend_long min, max, result; local
H A Dengine_secure.c40 static zend_long range(php_random_status *status, zend_long min, zend_long max) in range()
H A Dcsprng.c213 PHPAPI zend_result php_random_int(zend_long min, zend_long max, zend_long *result, bool should_thro… in php_random_int()
H A Dengine_user.c68 static zend_long range(php_random_status *status, zend_long min, zend_long max) in range()
H A Drandomizer.c137 double min, max; in PHP_METHOD() local
232 zend_long min, max; in PHP_METHOD() local
H A Dengine_combinedlcg.c62 static zend_long range(php_random_status *status, zend_long min, zend_long max) in range()
H A Dengine_pcgoneseq128xslrr64.c63 static zend_long range(php_random_status *status, zend_long min, zend_long max) in range()
H A Dengine_xoshiro256starstar.c118 static zend_long range(php_random_status *status, zend_long min, zend_long max) in range()
H A Dengine_mt19937.c167 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()
/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
/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()
/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/opcache/jit/ir/
H A Dir_fold.h503 int64_t min = - max - 1; in IR_FOLD() local
531 int64_t min = - max - 1; in IR_FOLD() local
563 int64_t min = - max - 1; in IR_FOLD() local
/PHP-8.2/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()
/PHP-8.2/Zend/
H A Dzend.c210 zend_ulong min = ZEND_ALLOCA_MAX_SIZE + 16*1024; in ZEND_INI_MH() local
212 zend_ulong min = 32*1024; in ZEND_INI_MH() local
/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()

Completed in 184 milliseconds

12