Home
last modified time | relevance | path

Searched defs:max (Results 1 – 25 of 37) sorted by path

12

/PHP-7.4/Zend/
H A Dzend_ptr_stack.h24 int top, max; member
H A Dzend_stack.h24 int size, top, max; member
/PHP-7.4/ext/exif/
H A Dexif.c62 # define max(a,b) ((a)>(b) ? (a) : (b)) macro
/PHP-7.4/ext/ffi/
H A Dffi.c5541 …, const char *name, size_t name_len, zend_ffi_val *val, int64_t *min, int64_t *max, int64_t *last)…
H A Dffi_parser.c2516 int64_t min = 0, max = 0, last = -1; in parse_enumerator_list() local
2559 static int parse_enumerator(int sym, zend_ffi_dcl *enum_dcl, int64_t *min, int64_t *max, int64_t *l… in parse_enumerator()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c112 uint32_t max; member
/PHP-7.4/ext/gd/libgd/
H A Dgd.c3003 static int gdAlphaOverlayColor (int src, int dst, int max ) in gdAlphaOverlayColor()
H A Dgd_interpolation.c2411 gdPointF extent[4], min, max, point; in gdTransformAffineBoundingBox() local
/PHP-7.4/ext/gmp/
H A Dgmp.c596 const unsigned char *p, *max; in gmp_unserialize() local
/PHP-7.4/ext/oci8/
H A Doci8_collection.c263 int php_oci_collection_max(php_oci_collection *collection, zend_long *max) in php_oci_collection_max()
H A Doci8_interface.c2502 zend_long max; in PHP_FUNCTION() local
/PHP-7.4/ext/opcache/Optimizer/
H A Doptimize_temp_vars_5.c54 int max = -1; in zend_optimize_temporary_variables() local
H A Dzend_inference.c517 zend_long min, zend_long max, zend_long *abs_min, zend_long *abs_max) { in zend_abs_range()
1514 …op_array, zend_ssa *ssa, int var, zend_bool underflow, zend_long min, zend_long max, zend_bool ove… in zend_inference_init_range()
H A Dzend_ssa.c119 zend_ssa_phi *phi, int min_var, int max_var, zend_long min, zend_long max, in pi_range()
H A Dzend_ssa.h27 zend_long max; member
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c1045 static int php_openssl_get_proto_version_flags(int flags, int min, int max) /* {{{ */ in php_openssl_get_proto_version_flags()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c923 int max, min; in show_parsed() local
1404 int32_t max = REPEAT_UNLIMITED; /* This value is larger than MAX_REPEAT_COUNT */ in read_repeat_counts() local
H A Dpcre2_dfa_match.c2654 int max = (int)GET2(ecode, 1 + IMM2_SIZE); in internal_dfa_match() local
H A Dpcre2_jit_compile.c1586 sljit_u32 max; in get_class_iterator_size() local
1623 sljit_s32 min, max, i; in detect_repeat() local
3676 static void peek_char(compiler_common *common, sljit_u32 max, sljit_s32 dst, sljit_sw dstw, jump_li… in peek_char()
3760 static void peek_char_back(compiler_common *common, sljit_u32 max, jump_list **backtracks) in peek_char_back()
3833 static void read_char(compiler_common *common, sljit_u32 min, sljit_u32 max, in read_char()
5790 … check_fast_forward_char_pair_simd(compiler_common *common, fast_forward_char_data *chars, int max) in check_fast_forward_char_pair_simd()
5932 int i, max, from; in fast_forward_first_n_chars() local
7343 sljit_uw c, charoffset, max = 256, min = READ_CHAR_MAX; in compile_xclass_matchingpath() local
9129 int min = 0, max = 0; in compile_ref_iterator_matchingpath() local
11132 sljit_u32 max = 0, exact; in compile_iterator_matchingpath() local
[all …]
H A Dpcre2_printint.c645 unsigned int min, max; in pcre2_printint() local
/PHP-7.4/ext/posix/
H A Dposix.c1447 zend_long res, cur, max; in PHP_FUNCTION() local
/PHP-7.4/ext/standard/
H A Darray.c1306 PHP_FUNCTION(max) in PHP_FUNCTION() argument
1332 zval *max, result; in PHP_FUNCTION() local
H A Dmt_rand.c278 PHPAPI zend_long php_mt_rand_range(zend_long min, zend_long max) in php_mt_rand_range()
294 PHPAPI zend_long php_mt_rand_common(zend_long min, zend_long max) in php_mt_rand_common()
316 zend_long max; in PHP_FUNCTION() local
H A Dphp_random.h37 #define php_random_int_throw(min, max, result) \ argument
39 #define php_random_int_silent(min, max, result) \ argument
H A Drand.c52 zend_long max; in PHP_FUNCTION() local

Completed in 218 milliseconds

12