/php-src/ext/random/ |
H A D | gammasection.c | 74 …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 D | random.stub.php | 26 function rand(int $min = UNKNOWN, int $max = UNKNOWN): int {} 28 function mt_rand(int $min = UNKNOWN, int $max = UNKNOWN): int {} 38 function random_int(int $min, int $max): int {} 140 …public function getFloat(float $min, float $max, IntervalBoundary $boundary = IntervalBoundary::Cl… 142 public function getInt(int $min, int $max): int {}
|
H A D | php_random_csprng.h | 38 ZEND_ATTRIBUTE_NONNULL static inline zend_result php_random_int_throw(zend_long min, zend_long max,… in php_random_int_throw() 43 ZEND_ATTRIBUTE_NONNULL static inline zend_result php_random_int_silent(zend_long min, zend_long max… in php_random_int_silent()
|
H A D | random.c | 293 PHPAPI zend_long php_random_range(php_random_algo_with_state engine, zend_long min, zend_long max) in php_random_range() 455 PHPAPI zend_long php_mt_rand_range(zend_long min, zend_long max) 463 PHPAPI zend_long php_mt_rand_common(zend_long min, zend_long max) 526 zend_long min, max; local 564 zend_long min, max; local 616 zend_long min, max, result; local
|
H A D | engine_secure.c | 40 static zend_long range(void *state, zend_long min, zend_long max) in range()
|
H A D | engine_user.c | 68 static zend_long range(void *state, zend_long min, zend_long max) in range()
|
H A D | csprng.c | 225 ZEND_ATTRIBUTE_NONNULL PHPAPI zend_result php_random_int(zend_long min, zend_long max, zend_long *r… in php_random_int()
|
H A D | randomizer.c | 140 double min, max; in PHP_METHOD() local 238 zend_long min, max; in PHP_METHOD() local
|
H A D | engine_pcgoneseq128xslrr64.c | 58 static zend_long range(void *state, zend_long min, zend_long max) in range()
|
H A D | engine_xoshiro256starstar.c | 113 static zend_long range(void *state, zend_long min, zend_long max) in range()
|
H A D | engine_mt19937.c | 166 static zend_long range(void *state, zend_long min, zend_long max) in range()
|
/php-src/Zend/ |
H A D | zend_stack.h | 26 int size, top, max; member
|
H A D | zend_ptr_stack.h | 26 int top, max; member
|
/php-src/ext/dom/lexbor/lexbor/core/ |
H A D | bst.c | 209 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 D | select.c | 70 static int fpm_event_select_init(int max) /* {{{ */ in fpm_event_select_init()
|
H A D | epoll.c | 63 static int fpm_event_epoll_init(int max) /* {{{ */ in fpm_event_epoll_init()
|
H A D | port.c | 65 static int fpm_event_port_init(int max) /* {{{ */ in fpm_event_port_init()
|
H A D | poll.c | 67 static int fpm_event_poll_init(int max) in fpm_event_poll_init()
|
H A D | kqueue.c | 70 static int fpm_event_kqueue_init(int max) /* {{{ */ in fpm_event_kqueue_init()
|
/php-src/Zend/Optimizer/ |
H A D | optimize_temp_vars_5.c | 54 int max = -1; in zend_optimize_temporary_variables() local
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_children.c | 414 int max; in fpm_children_make() local
|
H A D | fpm_events.c | 319 int max; in fpm_event_init_main() local
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_printint.c | 820 unsigned int min, max; in pcre2_printint() local
|
H A D | pcre2_jit_compile.c | 1670 sljit_u32 max; in get_class_iterator_size() local 1707 sljit_s32 min, max, i; in detect_repeat() local 3866 static void peek_char(compiler_common *common, sljit_u32 max, sljit_s32 dst, sljit_sw dstw, jump_li… in peek_char() 3950 static void peek_char_back(compiler_common *common, sljit_u32 max, jump_list **backtracks) in peek_char_back() 4023 static void read_char(compiler_common *common, sljit_u32 min, sljit_u32 max, in read_char() 6025 … check_fast_forward_char_pair_simd(compiler_common *common, fast_forward_char_data *chars, int max) in check_fast_forward_char_pair_simd() 6168 int i, max, from; in fast_forward_first_n_chars() local 7665 sljit_uw c, charoffset, max = 256, min = READ_CHAR_MAX; in compile_xclass_matchingpath() local 9638 int min = 0, max = 0; in compile_ref_iterator_matchingpath() local 11828 sljit_u32 max = 0, exact; in compile_iterator_matchingpath() local [all …]
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_fold.h | 605 uint64_t max = ((uint64_t)0xffffffffffffffff) >> (64 - ir_type_size[type] * 8); in IR_FOLD() local 619 int64_t max = ((uint64_t)0x7fffffffffffffff) >> (64 - ir_type_size[type] * 8); in IR_FOLD() local 647 int64_t max = ((uint64_t)0x7fffffffffffffff) >> (64 - ir_type_size[type] * 8); in IR_FOLD() local 663 uint64_t max = ((uint64_t)0xffffffffffffffff) >> (64 - ir_type_size[type] * 8); in IR_FOLD() local 679 int64_t max = ((uint64_t)0x7fffffffffffffff) >> (64 - ir_type_size[type] * 8); in IR_FOLD() local
|