Home
last modified time | relevance | path

Searched refs:max (Results 226 – 250 of 271) sorted by relevance

1234567891011

/PHP-8.3/ext/fileinfo/libmagic/
H A Dapprentice.c101 uint32_t max; member
1231 if (mset[i].me == NULL || mset[i].count == mset[i].max) { in addentry()
1234 size_t incr = mset[i].max + ALLOC_INCR; in addentry()
1244 mset[i].max = CAST(uint32_t, incr); in addentry()
1245 assert(mset[i].max == incr); in addentry()
/PHP-8.3/ext/gd/libgd/
H A Dgd.c168 static int gdAlphaOverlayColor(int src, int dst, int max);
3003 static int gdAlphaOverlayColor (int src, int dst, int max ) in gdAlphaOverlayColor() argument
3015 if( dst > max ) { in gdAlphaOverlayColor()
3017 return dst + (src << 1) - (dst * src / max) - max; in gdAlphaOverlayColor()
3020 return dst * src / max; in gdAlphaOverlayColor()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_trace.c872 tssa->var_info[ssa_var].range.max = tmp.max; in zend_jit_trace_propagate_range()
918 tssa->var_info[ssa_var].range.max = MIN(tssa->var_info[ssa_var].range.max, info->range.max); in zend_jit_trace_copy_ssa_var_range()
972 tssa->var_info[ssa_var].range.max = MIN(tssa->var_info[ssa_var].range.max, info->range.max); in zend_jit_trace_restrict_ssa_var_info()
3736 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() argument
3740 info->range.max = max; in zend_jit_trace_set_var_range()
6337 ssa->var_info[ssa_op->result_def].range.max = tmp.max; in zend_jit_trace()
6405 ssa->var_info[ssa_op->op1_def].range.max = tmp.max; in zend_jit_trace()
6449 ssa->var_info[ssa_op->op2_def].range.max = tmp.max; in zend_jit_trace()
6492 ssa->var_info[ssa_op->op1_def].range.max = tmp.max; in zend_jit_trace()
/PHP-8.3/ext/oci8/
H A Doci8_interface.c2249 zend_long max; in PHP_FUNCTION() local
2262 if (php_oci_collection_max(collection, &max)) { in PHP_FUNCTION()
2265 RETURN_LONG(max); in PHP_FUNCTION()
H A Doci8.stub.php1125 public function max(): int|false {}
H A Doci8_arginfo.h797 ZEND_ME_MAPPING(max, oci_collection_max, arginfo_class_OCICollection_max, ZEND_ACC_PUBLIC)
/PHP-8.3/ext/ffi/
H A Dffi_parser.c327 static int parse_enumerator(int sym, zend_ffi_dcl *enum_dcl, int64_t *min, int64_t *max, int64_t *l…
2577 int64_t min = 0, max = 0, last = -1; in parse_enumerator_list() local
2578 sym = parse_enumerator(sym, enum_dcl, &min, &max, &last); in parse_enumerator_list()
2612 sym = parse_enumerator(sym, enum_dcl, &min, &max, &last); in parse_enumerator_list()
2620 static int parse_enumerator(int sym, zend_ffi_dcl *enum_dcl, int64_t *min, int64_t *max, int64_t *l… in parse_enumerator() argument
2629 zend_ffi_add_enum_val(enum_dcl, name, name_len, &val, min, max, last); in parse_enumerator()
H A Dffi.c5941 if ((*min != 0 || *max != 0)
5949 if ((uint64_t)*max > 0x7FFFFFFFFFFFFFFFULL) {
5958 if ((uint64_t)*max > 0x7FFFFFFFFFFFFFFFULL) {
5982 *max = MAX(*max, value);
5984 && *min >= -0x7FLL-1 && *max <= 0x7FLL) {
5987 && *min >= -0x7FFFLL-1 && *max <= 0x7FFFLL) {
5989 } else if (*min >= -0x7FFFFFFFLL-1 && *max <= 0x7FFFFFFFLL) {
5996 *max = MAX((uint64_t)*max, (uint64_t)value);
5998 && (uint64_t)*max <= 0xFFULL) {
6001 && (uint64_t)*max <= 0xFFFFULL) {
[all …]
/PHP-8.3/ext/openssl/
H A Dxp_ssl.c1094 static int php_openssl_get_proto_version_flags(int flags, int min, int max) /* {{{ */ in php_openssl_get_proto_version_flags() argument
1101 if (!max) { in php_openssl_get_proto_version_flags()
1102 max = php_openssl_get_max_proto_version_flag(flags); in php_openssl_get_proto_version_flags()
1106 if (ver >= min && ver <= max) { in php_openssl_get_proto_version_flags()
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt141 …func_mysqli_stmt_get_result($link, $engine, "i", "INTEGER", (defined("PHP_INT_MAX")) ? max(-1 * PH…
H A Dmysqli_stmt_bind_result.phpt178 …func_mysqli_stmt_bind_result($link, $engine, "i", "INTEGER", (defined("PHP_INT_MAX")) ? max(-1 * P…
/PHP-8.3/ext/standard/tests/strings/
H A Dstrcspn_variation12.phpt43 2147483647, // max positive integer
53 2147483647, // max positive integer
H A Dstrspn_variation11.phpt54 2147483647, // max positive integer
H A Dstrcspn_variation11.phpt54 2147483647, // max positive integer
H A Dstrspn_variation12.phpt44 2147483647, // max positive integer
54 2147483647, // max positive integer
/PHP-8.3/sapi/fpm/tests/
H A Dfcgi.inc664 * @param int $readLimit max content size
776 // Pick random number between 1 and max 16 bit unsigned int 65535
/PHP-8.3/ext/date/lib/
H A Dparse_iso_intervals.re327 /*!max:re2c */
/PHP-8.3/Zend/Optimizer/
H A Dzend_ssa.c132 zend_ssa_phi *phi, int min_var, int max_var, zend_long min, zend_long max, in pi_range() argument
141 constraint->range.max = max; in pi_range()
/PHP-8.3/ext/mbstring/tests/
H A Dmb_strimwidth.phpt91 // With max width of 100, trim marker will not be added
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c2711 int max = (int)GET2(ecode, 1 + IMM2_SIZE); in internal_dfa_match() local
2719 if (++count >= max && max != 0) /* Max 0 => no limit */ in internal_dfa_match()
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeRISCV_common.c1045 sljit_ins max = (op & SLJIT_32) ? 32 : 64; in emit_clz_ctz() local
1047 sljit_ins max = 32; in emit_clz_ctz() local
1053 FAIL_IF(push_inst(compiler, ADDI | WORD | RD(OTHER_FLAG) | RS1(TMP_ZERO) | IMM_I(max))); in emit_clz_ctz()
1069 FAIL_IF(push_inst(compiler, ADDI | WORD | RD(TMP_REG1) | RS1(TMP_ZERO) | IMM_I(max))); in emit_clz_ctz()
/PHP-8.3/ext/standard/tests/file/
H A Dfread_basic.phpt75 // reading 1000 bytes within the file max size
/PHP-8.3/
H A D.gdbinit617 usage: print_zstr <ptr> [max length]
/PHP-8.3/ext/exif/
H A Dexif.c59 #ifndef max
60 # define max(a,b) ((a)>(b) ? (a) : (b)) macro
2800 value_ptr = safe_emalloc(max(byte_count, 4), 1, 0); in exif_ifd_make_value()
/PHP-8.3/ext/phar/phar/
H A Dpharcommand.inc1540 $l = max(strlen($which), $l);
1594 $klen = max($klen, strlen($k));

Completed in 145 milliseconds

1234567891011