Home
last modified time | relevance | path

Searched refs:max (Results 201 – 225 of 258) sorted by relevance

1234567891011

/php-src/ext/gmp/
H A Dgmp.stub.php160 function gmp_random_range(GMP|int|string $min, GMP|int|string $max): GMP {} argument
H A Dgmp.c476 const unsigned char *p, *max; in gmp_unserialize() local
488 max = buf + buf_len; in gmp_unserialize()
491 if (!php_var_unserialize(zv, &p, max, &unserialize_data) in gmp_unserialize()
500 if (!php_var_unserialize(zv, &p, max, &unserialize_data) in gmp_unserialize()
H A Dgmp_arginfo.h142 ZEND_ARG_OBJ_TYPE_MASK(0, max, GMP, MAY_BE_LONG|MAY_BE_STRING, NULL)
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_format.phpt15 function create_table($link, $column, $min, $max, $engine, $offset) {
35 $col1 = mt_rand($min, $max);
H A Dmysqli_stmt_get_result_types.phpt138 …func_mysqli_stmt_get_result($link, $engine, "i", "INTEGER", (defined("PHP_INT_MAX")) ? max(-1 * PH…
/php-src/ext/gd/libgd/
H A Dgd_interpolation.c2410 gdPointF extent[4], min, max, point; in gdTransformAffineBoundingBox() local
2429 max=extent[0]; in gdTransformAffineBoundingBox()
2436 if (max.x < extent[i].x) in gdTransformAffineBoundingBox()
2437 max.x=extent[i].x; in gdTransformAffineBoundingBox()
2438 if (max.y < extent[i].y) in gdTransformAffineBoundingBox()
2439 max.y=extent[i].y; in gdTransformAffineBoundingBox()
2443 bbox->width = (int) floor(max.x - min.x) - 1; in gdTransformAffineBoundingBox()
2444 bbox->height = (int) floor(max.y - min.y); in gdTransformAffineBoundingBox()
H A Dgd.c138 static int gdAlphaOverlayColor(int src, int dst, int max);
2973 static int gdAlphaOverlayColor (int src, int dst, int max ) in gdAlphaOverlayColor() argument
2985 if( dst > max ) { in gdAlphaOverlayColor()
2987 return dst + (src << 1) - (dst * src / max) - max; in gdAlphaOverlayColor()
2990 return dst * src / max; in gdAlphaOverlayColor()
/php-src/ext/ffi/
H A Dphp_ffi.h219 …, const char *name, size_t name_len, zend_ffi_val *val, int64_t *min, int64_t *max, int64_t *last);
H A Dffi_parser.c269 static int parse_enumerator(int sym, zend_ffi_dcl *enum_dcl, int64_t *min, int64_t *max, int64_t *l…
2514 int64_t min = 0, max = 0, last = -1; in parse_enumerator_list() local
2515 sym = parse_enumerator(sym, enum_dcl, &min, &max, &last); in parse_enumerator_list()
2549 sym = parse_enumerator(sym, enum_dcl, &min, &max, &last); in parse_enumerator_list()
2557 static int parse_enumerator(int sym, zend_ffi_dcl *enum_dcl, int64_t *min, int64_t *max, int64_t *l… in parse_enumerator() argument
2566 zend_ffi_add_enum_val(enum_dcl, name, name_len, &val, min, max, last); in parse_enumerator()
H A Dffi.c5938 if ((*min != 0 || *max != 0)
5946 if ((uint64_t)*max > 0x7FFFFFFFFFFFFFFFULL) {
5955 if ((uint64_t)*max > 0x7FFFFFFFFFFFFFFFULL) {
5979 *max = MAX(*max, value);
5981 && *min >= -0x7FLL-1 && *max <= 0x7FLL) {
5984 && *min >= -0x7FFFLL-1 && *max <= 0x7FFFLL) {
5986 } else if (*min >= -0x7FFFFFFFLL-1 && *max <= 0x7FFFFFFFLL) {
5993 *max = MAX((uint64_t)*max, (uint64_t)value);
5995 && (uint64_t)*max <= 0xFFULL) {
5998 && (uint64_t)*max <= 0xFFFFULL) {
[all …]
/php-src/Zend/Optimizer/
H A Dzend_ssa.h27 zend_long max; member
H A Dzend_inference.h83 return ssa->var_info[ssa_op->opN##_use].range.max; \
/php-src/ext/standard/
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) argument
3624 *max = 0;
3629 if (l > *max) {
3630 *max = l;
3644 size_t pos1 = 0, pos2 = 0, max, count; local
3646 php_similar_str(txt1, len1, txt2, len2, &pos1, &pos2, &max, &count);
3647 if ((sum = max)) {
3652 if ((pos1 + max < len1) && (pos2 + max < len2)) {
3653 sum += php_similar_char(txt1 + pos1 + max, len1 - pos1 - max,
3654 txt2 + pos2 + max, len2 - pos2 - max);
H A Darray.c1332 PHP_FUNCTION(max) in PHP_FUNCTION() argument
1357 zval *max; in PHP_FUNCTION() local
1360 max = &args[0]; in PHP_FUNCTION()
1365 max_lval = Z_LVAL_P(max); in PHP_FUNCTION()
1371 max = &args[i]; in PHP_FUNCTION()
1384 max_dval = Z_DVAL_P(max); in PHP_FUNCTION()
1391 max = &args[i]; in PHP_FUNCTION()
1397 max = &args[i]; in PHP_FUNCTION()
1407 max = &args[i]; in PHP_FUNCTION()
1412 RETURN_COPY(max); in PHP_FUNCTION()
[all …]
/php-src/ext/standard/tests/general_functions/
H A Dgettype_settype_variation4.phpt115 -2147483648, // max -ne int value
120 0xF674593039, // a hex value > than max int
124 02224242434343152, // an octal value > than max int
/php-src/win32/build/
H A Dconfutils.js1847 var max = new Array(l);
1868 max[j] = tmax;
1870 max[j] = header[j].length;
1880 k += max[i] + 3;
1892 for (var i = 0; i < (max[j] - header[j].length); i++){
1907 for (var k = 0; k < (max[j] - line[j].length); k++){
/php-src/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic4.phpt56 // take a vastly larger number of bytes; make sure we don't overrun max line length
75 // without overrunning max line length
H A Dmb_strcut.phpt202 print "Good JISX 0208 sequence, but it won't fit in max number of bytes: [" . bin2hex(mb_strcut("\x…
423 Good JISX 0208 sequence, but it won't fit in max number of bytes: []
/php-src/
H A Dphp.ini-development415 ; https://php.net/max-execution-time
426 ; https://php.net/max-input-time
430 ; https://php.net/max-input-nesting-level
710 ; https://php.net/post-max-size
862 ; https://php.net/upload-max-filesize
1130 ; https://php.net/odbc.max-persistent
1134 ; https://php.net/odbc.max-links
1151 ; https://php.net/mysqli.max-persistent
1167 ; https://php.net/mysqli.max-links
1248 ; https://php.net/pgsql.max-persistent
[all …]
H A Dphp.ini-production417 ; https://php.net/max-execution-time
428 ; https://php.net/max-input-time
432 ; https://php.net/max-input-nesting-level
712 ; https://php.net/post-max-size
864 ; https://php.net/upload-max-filesize
1132 ; https://php.net/odbc.max-persistent
1136 ; https://php.net/odbc.max-links
1153 ; https://php.net/mysqli.max-persistent
1169 ; https://php.net/mysqli.max-links
1250 ; https://php.net/pgsql.max-persistent
[all …]
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c101 uint32_t max; member
1232 if (mset[i].me == NULL || mset[i].count == mset[i].max) { in addentry()
1235 size_t incr = mset[i].max + ALLOC_INCR; in addentry()
1245 mset[i].max = CAST(uint32_t, incr); in addentry()
1246 assert(mset[i].max == incr); in addentry()
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c936 tssa->var_info[ssa_var].range.max = tmp.max; in zend_jit_trace_propagate_range()
982 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()
1036 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()
3601 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
3605 info->range.max = max; in zend_jit_trace_set_var_range()
6437 ssa->var_info[ssa_op->result_def].range.max = tmp.max; in zend_jit_trace()
6505 ssa->var_info[ssa_op->op1_def].range.max = tmp.max; in zend_jit_trace()
6549 ssa->var_info[ssa_op->op2_def].range.max = tmp.max; in zend_jit_trace()
6592 ssa->var_info[ssa_op->op1_def].range.max = tmp.max; in zend_jit_trace()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c1523 sljit_sw max; in emit_clz_ctz() local
1540 max = is_clz ? (32 + 31) : 32; in emit_clz_ctz()
1544 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_IMM, max); in emit_clz_ctz()
1555 FAIL_IF(emit_cmov_generic(compiler, SLJIT_EQUAL, dst_r, SLJIT_IMM, max)); in emit_clz_ctz()
1564 max = compiler->mode32 ? (32 + 31) : (64 + 63); in emit_clz_ctz()
1566 max = compiler->mode32 ? 32 : 64; in emit_clz_ctz()
1569 EMIT_MOV(compiler, TMP_REG2, 0, SLJIT_IMM, max); in emit_clz_ctz()
1572 FAIL_IF(emit_cmov_generic(compiler, SLJIT_EQUAL, dst_r, SLJIT_IMM, max)); in emit_clz_ctz()
1575 inst = emit_x86_instruction(compiler, 1 | EX86_BIN_INS, SLJIT_IMM, max >> 1, dst_r, 0); in emit_clz_ctz()
/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() argument
1097 if (!max) { in php_openssl_get_proto_version_flags()
1098 max = php_openssl_get_max_proto_version_flag(flags); in php_openssl_get_proto_version_flags()
1102 if (ver >= min && ver <= max) { in php_openssl_get_proto_version_flags()
/php-src/ext/standard/tests/strings/
H A Dstrcspn_variation12.phpt43 2147483647, // max positive integer
53 2147483647, // max positive integer

Completed in 150 milliseconds

1234567891011