Home
last modified time | relevance | path

Searched defs:max (Results 1 – 25 of 50) sorted by last modified time

12

/php-src/ext/random/
H A Dengine_user.c68 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_combinedlcg.c65 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()
H A Dengine_secure.c40 static zend_long range(void *state, zend_long min, zend_long max) in range()
H A Dengine_pcgoneseq128xslrr64.c58 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 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 Drandomizer.c139 double min, max; in PHP_METHOD() local
237 zend_long min, max; in PHP_METHOD() local
/php-src/sapi/fpm/fpm/events/
H A Dkqueue.c70 static int fpm_event_kqueue_init(int max) /* {{{ */ in fpm_event_kqueue_init()
H A Dport.c65 static int fpm_event_port_init(int max) /* {{{ */ in fpm_event_port_init()
/php-src/ext/opcache/jit/ir/
H A Dir_fold.h605 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
/php-src/ext/gmp/
H A Dgmp.c476 const unsigned char *p, *max; in gmp_unserialize() local
/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/ext/zlib/
H A Dzlib.c421 static inline int php_zlib_inflate_rounds(z_stream *Z, size_t max, char **buf, size_t *len) in php_zlib_inflate_rounds()
/php-src/ext/posix/
H A Dposix.c1196 zend_long res, cur, max; in PHP_FUNCTION() local
/php-src/Zend/Optimizer/
H A Dzend_inference.c749 zend_long min, zend_long max, zend_long *abs_min, zend_long *abs_max) { in zend_abs_range()
1610 …ray *op_array, zend_ssa *ssa, int var, bool underflow, zend_long min, zend_long max, bool overflow) in zend_inference_init_range()
/php-src/ext/standard/
H A Dbasic_functions.stub.php1645 function max(mixed $value, mixed ...$values): mixed {} function
H A Dstring.c3617 …size_t len1, const char *txt2, size_t len2, size_t *pos1, size_t *pos2, size_t *max, size_t *count)
3644 size_t pos1 = 0, pos2 = 0, max, count; local
H A Darray.c1332 PHP_FUNCTION(max) in PHP_FUNCTION() argument
1357 zval *max; in PHP_FUNCTION() local
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c3601 static void zend_jit_trace_set_var_range(zend_ssa_var_info *info, zend_long min, zend_long max) in zend_jit_trace_set_var_range()
/php-src/ext/openssl/
H A Dxp_ssl.c1090 static int php_openssl_get_proto_version_flags(int flags, int min, int max) /* {{{ */ in php_openssl_get_proto_version_flags()
/php-src/ext/ffi/
H A Dffi.c5918 …, const char *name, size_t name_len, zend_ffi_val *val, int64_t *min, int64_t *max, int64_t *last)…
/php-src/ext/gd/libgd/
H A Dgd.c2973 static int gdAlphaOverlayColor (int src, int dst, int max ) in gdAlphaOverlayColor()
H A Dgd_interpolation.c2410 gdPointF extent[4], min, max, point; in gdTransformAffineBoundingBox() local

Completed in 159 milliseconds

12