Home
last modified time | relevance | path

Searched defs:max (Results 1 – 25 of 50) sorted by relevance

12

/php-src/ext/random/
H A Dgammasection.c74 …uble php_random_gammasection_closed_open(php_random_algo_with_state engine, double min, double max) in php_random_gammasection_closed_open()
102 …le php_random_gammasection_closed_closed(php_random_algo_with_state engine, double min, double max) in php_random_gammasection_closed_closed()
134 …uble php_random_gammasection_open_closed(php_random_algo_with_state engine, double min, double max) in php_random_gammasection_open_closed()
162 …double php_random_gammasection_open_open(php_random_algo_with_state engine, double min, double max) 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/Zend/
H A Dzend_stack.h24 int size, top, max; member
H A Dzend_ptr_stack.h24 int top, max; member
/php-src/ext/dom/lexbor/lexbor/core/
H A Dbst.c209 lexbor_bst_entry_t *max = NULL; in lexbor_bst_search_close() local
252 lexbor_bst_entry_t *max = NULL; in lexbor_bst_remove_close() local
/php-src/sapi/fpm/fpm/events/
H A Dselect.c70 static int fpm_event_select_init(int max) /* {{{ */ in fpm_event_select_init()
H A Depoll.c63 static int fpm_event_epoll_init(int max) /* {{{ */ in fpm_event_epoll_init()
H A Dport.c65 static int fpm_event_port_init(int max) /* {{{ */ in fpm_event_port_init()
H A Dpoll.c67 static int fpm_event_poll_init(int max) in fpm_event_poll_init()
H A Ddevpoll.c68 static int fpm_event_devpoll_init(int max) /* {{{ */ in fpm_event_devpoll_init()
H A Dkqueue.c70 static int fpm_event_kqueue_init(int max) /* {{{ */ in fpm_event_kqueue_init()
/php-src/Zend/Optimizer/
H A Doptimize_temp_vars_5.c53 int max = -1; in zend_optimize_temporary_variables() local
/php-src/sapi/fpm/fpm/
H A Dfpm_children.c414 int max; in fpm_children_make() local
H A Dfpm_events.c328 int max; in fpm_event_init_main() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_printint.c820 unsigned int min, max; in pcre2_printint() local

Completed in 110 milliseconds

12