Home
last modified time | relevance | path

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

123

/PHP-8.3/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 Drandom.c293 …_random_range(const php_random_algo *algo, php_random_status *status, zend_long min, zend_long max) in php_random_range()
424 PHPAPI zend_long php_mt_rand_range(zend_long min, zend_long max)
432 PHPAPI zend_long php_mt_rand_common(zend_long min, zend_long max)
511 zend_long min, max; local
549 zend_long min, max; local
601 zend_long min, max, result; local
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 Dcsprng.c212 PHPAPI zend_result php_random_int(zend_long min, zend_long max, zend_long *result, bool should_thro… in php_random_int()
H A Drandomizer.c137 double min, max; in PHP_METHOD() local
233 zend_long min, max; in PHP_METHOD() local
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.h211 static inline zend_result php_random_int_throw(zend_long min, zend_long max, zend_long *result) in php_random_int_throw()
216 static inline zend_result php_random_int_silent(zend_long min, zend_long max, zend_long *result) in php_random_int_silent()
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.3/Zend/
H A Dzend_stack.h24 int size, top, max; member
H A Dzend_ptr_stack.h24 int top, max; member
/PHP-8.3/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 Dkqueue.c70 static int fpm_event_kqueue_init(int max) /* {{{ */ in fpm_event_kqueue_init()
H A Ddevpoll.c68 static int fpm_event_devpoll_init(int max) /* {{{ */ in fpm_event_devpoll_init()
/PHP-8.3/Zend/Optimizer/
H A Doptimize_temp_vars_5.c54 int max = -1; in zend_optimize_temporary_variables() local
/PHP-8.3/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-8.3/ext/pcre/pcre2lib/
H A Dpcre2_printint.c676 unsigned int min, max; in pcre2_printint() local
H A Dpcre2_jit_compile.c1584 sljit_u32 max; in get_class_iterator_size() local
1621 sljit_s32 min, max, i; in detect_repeat() local
3746 static void peek_char(compiler_common *common, sljit_u32 max, sljit_s32 dst, sljit_sw dstw, jump_li… in peek_char()
3830 static void peek_char_back(compiler_common *common, sljit_u32 max, jump_list **backtracks) in peek_char_back()
3903 static void read_char(compiler_common *common, sljit_u32 min, sljit_u32 max, in read_char()
5868 … check_fast_forward_char_pair_simd(compiler_common *common, fast_forward_char_data *chars, int max) in check_fast_forward_char_pair_simd()
6010 int i, max, from; in fast_forward_first_n_chars() local
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
11440 sljit_u32 max = 0, exact; in compile_iterator_matchingpath() local
[all …]

Completed in 61 milliseconds

123