Home
last modified time | relevance | path

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

1234567891011

/PHP-7.3/ext/gd/libgd/
H A Dgd_interpolation.c2458 gdPointF extent[4], min, max, point; in gdTransformAffineBoundingBox() local
2477 max=extent[0]; in gdTransformAffineBoundingBox()
2484 if (max.x < extent[i].x) in gdTransformAffineBoundingBox()
2485 max.x=extent[i].x; in gdTransformAffineBoundingBox()
2486 if (max.y < extent[i].y) in gdTransformAffineBoundingBox()
2487 max.y=extent[i].y; in gdTransformAffineBoundingBox()
2491 bbox->width = (int) floor(max.x - min.x) - 1; in gdTransformAffineBoundingBox()
2492 bbox->height = (int) floor(max.y - min.y); in gdTransformAffineBoundingBox()
H A Dgd.c168 static int gdAlphaOverlayColor(int src, int dst, int max);
3010 static int gdAlphaOverlayColor (int src, int dst, int max ) in gdAlphaOverlayColor() argument
3022 if( dst > max ) { in gdAlphaOverlayColor()
3024 return dst + (src << 1) - (dst * src / max) - max; in gdAlphaOverlayColor()
3027 return dst * src / max; in gdAlphaOverlayColor()
/PHP-7.3/ext/standard/tests/general_functions/
H A Dgettype_settype_variation2.phpt121 -2147483648, // max -ne int value
126 0xF674593039, // a hex value > than max int
130 02224242434343152, // an octal value > than max int
H A Dgettype_settype_variation3.phpt118 -2147483648, // max -ne int value
123 0xF674593039, // a hex value > than max int
127 02224242434343152, // an octal value > than max int
H A Dgettype_settype_variation4.phpt126 -2147483648, // max -ne int value
131 0xF674593039, // a hex value > than max int
135 02224242434343152, // an octal value > than max int
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_ssa.h27 zend_long max; member
H A Dzend_ssa.c119 zend_ssa_phi *phi, int min_var, int max_var, zend_long min, zend_long max, in pi_range() argument
128 constraint->range.max = max; in pi_range()
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c855 int max, min; in show_parsed() local
921 max = *pptr++; in show_parsed()
922 if (max != REPEAT_UNLIMITED) in show_parsed()
923 fprintf(stderr, "META {%d,%d}", min, max); in show_parsed()
930 max = *pptr++; in show_parsed()
931 if (max != REPEAT_UNLIMITED) in show_parsed()
939 max = *pptr++; in show_parsed()
940 if (max != REPEAT_UNLIMITED) in show_parsed()
1341 max = min; in read_repeat_counts()
1352 if (max < min) in read_repeat_counts()
[all …]
/PHP-7.3/ext/gmp/
H A Dgmp.c116 ZEND_ARG_INFO(0, max)
597 const unsigned char *p, *max; in gmp_unserialize() local
611 max = buf + buf_len; in gmp_unserialize()
614 if (!php_var_unserialize(zv, &p, max, &unserialize_data) in gmp_unserialize()
623 if (!php_var_unserialize(zv, &p, max, &unserialize_data) in gmp_unserialize()
/PHP-7.3/
H A Dphp.ini-development378 ; http://php.net/max-execution-time
389 ; http://php.net/max-input-time
499 ; http://php.net/log-errors-max-len
686 ; http://php.net/post-max-size
838 ; http://php.net/upload-max-filesize
1111 ; http://php.net/odbc.max-persistent
1115 ; http://php.net/odbc.max-links
1175 ; http://php.net/mysqli.max-links
1252 ; http://php.net/oci8.max-persistent
1307 ; http://php.net/pgsql.max-persistent
[all …]
H A Dphp.ini-production378 ; http://php.net/max-execution-time
389 ; http://php.net/max-input-time
499 ; http://php.net/log-errors-max-len
688 ; http://php.net/post-max-size
840 ; http://php.net/upload-max-filesize
1113 ; http://php.net/odbc.max-persistent
1117 ; http://php.net/odbc.max-links
1177 ; http://php.net/mysqli.max-links
1254 ; http://php.net/oci8.max-persistent
1309 ; http://php.net/pgsql.max-persistent
[all …]
H A DREADME.GIT-RULES108 <max 79 characters short description>\n
H A Drun-tests.php2914 $max = 5;
2924 } while (!file_exists($chk) && --$max > 0);
2926 if ($max) {
/PHP-7.3/ext/standard/
H A Dstring.c3600 …size_t len1, const char *txt2, size_t len2, size_t *pos1, size_t *pos2, size_t *max, size_t *count) argument
3607 *max = 0;
3612 if (l > *max) {
3613 *max = l;
3628 size_t pos1 = 0, pos2 = 0, max, count; local
3630 php_similar_str(txt1, len1, txt2, len2, &pos1, &pos2, &max, &count);
3631 if ((sum = max)) {
3636 if ((pos1 + max < len1) && (pos2 + max < len2)) {
3637 sum += php_similar_char(txt1 + pos1 + max, len1 - pos1 - max,
3638 txt2 + pos2 + max, len2 - pos2 - max);
/PHP-7.3/win32/build/
H A Dconfutils.js1848 var max = new Array(l);
1869 max[j] = tmax;
1871 max[j] = header[j].length;
1881 k += max[i] + 3;
1893 for (var i = 0; i < (max[j] - header[j].length); i++){
1908 for (var k = 0; k < (max[j] - line[j].length); k++){
/PHP-7.3/sapi/fpm/tests/
H A Dtester.inc365 * @param int $max
369 public function runTill(string $needle, $max = 10)
373 for ($i = 0; $i < $max; $i++) {
/PHP-7.3/ext/spl/internal/
H A Dsplfileobject.inc240 * @return current setting for max line
/PHP-7.3/ext/standard/tests/strings/
H A Dstrcspn_variation7.phpt86 2147483647, // max positive integer
H A Dstrspn_variation7.phpt85 2147483647, // max positive integer
H A Dstrcspn_variation8.phpt80 2147483647, // max positive integer
90 2147483647, // max positive integer
H A Dstrspn_variation8.phpt81 2147483647, // max positive integer
91 2147483647, // max positive integer
/PHP-7.3/ext/fileinfo/libmagic/
H A Dapprentice.c111 uint32_t max; member
1054 if (mset[i].count == mset[i].max) { in addentry()
1057 mset[i].max += ALLOC_INCR; in addentry()
1059 erealloc(mset[i].me, sizeof(*mp) * mset[i].max))) == in addentry()
1061 file_oomem(ms, sizeof(*mp) * mset[i].max); in addentry()
/PHP-7.3/ext/openssl/
H A Dxp_ssl.c1066 static int php_openssl_get_proto_version_flags(int flags, int min, int max) /* {{{ */ in php_openssl_get_proto_version_flags() argument
1073 if (!max) { in php_openssl_get_proto_version_flags()
1074 max = php_openssl_get_max_proto_version_flag(flags); in php_openssl_get_proto_version_flags()
1078 if (ver >= min && ver <= max) { in php_openssl_get_proto_version_flags()
/PHP-7.3/ext/oci8/
H A Doci8_interface.c2497 zend_long max; in PHP_FUNCTION() local
2512 if (php_oci_collection_max(collection, &max)) { in PHP_FUNCTION()
2515 RETURN_LONG(max); in PHP_FUNCTION()
/PHP-7.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…

Completed in 167 milliseconds

1234567891011