Home
last modified time | relevance | path

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

12

/php-src/ext/random/
H A Dgammasection.c74 PHPAPI double php_random_gammasection_closed_open(php_random_algo_with_state engine, double min, do… in php_random_gammasection_closed_open()
102 PHPAPI double php_random_gammasection_closed_closed(php_random_algo_with_state engine, double min, … in php_random_gammasection_closed_closed()
134 PHPAPI double php_random_gammasection_open_closed(php_random_algo_with_state engine, double min, do… in php_random_gammasection_open_closed()
162 PHPAPI double php_random_gammasection_open_open(php_random_algo_with_state engine, double min, doub… in php_random_gammasection_open_open()
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 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 PHPAPI zend_long php_random_range(php_random_algo_with_state engine, 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(void *state, zend_long min, zend_long max) in range()
H A Dengine_user.c68 static zend_long range(void *state, 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_combinedlcg.c65 static zend_long range(void *state, zend_long min, zend_long max) in range()
H A Drandomizer.c139 double min, max; in PHP_METHOD() local
237 zend_long min, max; in PHP_METHOD() local
H A Dengine_pcgoneseq128xslrr64.c58 static zend_long range(void *state, zend_long min, zend_long max) in range()
H A Dengine_xoshiro256starstar.c113 static zend_long range(void *state, zend_long min, zend_long max) in range()
H A Dengine_mt19937.c166 static zend_long range(void *state, zend_long min, zend_long max) in range()
/php-src/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-src/ext/pcre/pcre2lib/
H A Dpcre2_study.c138 int d, min, recno; in find_minlength() local
1891 int min; in PRIV() local
H A Dpcre2_printint.c820 unsigned int min, max; in pcre2_printint() local
H A Dpcre2_compile.c933 int max, min; in show_parsed() local
1418 int32_t min = 0; in read_repeat_counts() local
9473 uint32_t min, max; in get_branchlength() local
/php-src/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h53 #define min(a,b) ((a)<(b)?(a):(b)) macro
/php-src/ext/standard/
H A Dcrypt_blowfish.c641 BF_word min) in BF_crypt()
/php-src/ext/gmp/
H A Dgmp.stub.php160 function gmp_random_range(GMP|int|string $min, GMP|int|string $max): GMP {}
/php-src/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-src/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-src/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-src/ext/opcache/jit/ir/
H A Dir_fold.h620 int64_t min = - max - 1; in IR_FOLD() local
648 int64_t min = - max - 1; in IR_FOLD() local
680 int64_t min = - max - 1; in IR_FOLD() local

Completed in 137 milliseconds

12