Home
last modified time | relevance | path

Searched refs:MAX (Results 1 – 25 of 47) sorted by relevance

12

/PHP-7.3/ext/gd/libgd/
H A Dgd_intern.h7 #ifndef MAX
8 #define MAX(a,b) ((a)<(b)?(b):(a)) macro
10 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c)))
H A Dgdtestft.c8 #define MAX(x,y) ((x) > (y) ? (x) : (y)) macro
12 ((MAX((x),(y))) > (MAX((z),(w))) ? (MAX((x),(y))) : (MAX((z),(w))))
H A Dgd_interpolation.c83 #ifndef MAX
84 #define MAX(a,b) ((a)<(b)?(b):(a)) macro
86 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c)))
1075 const unsigned long new_width = MAX(1, width); in gdImageScaleNearestNeighbour()
1076 const unsigned long new_height = MAX(1, height); in gdImageScaleNearestNeighbour()
1178 long _width = MAX(1, new_width); in gdImageScaleBilinearPalette()
1179 long _height = MAX(1, new_height); in gdImageScaleBilinearPalette()
1280 long dst_w = MAX(1, new_width); in gdImageScaleBilinearTC()
1281 long dst_h = MAX(1, new_height); in gdImageScaleBilinearTC()
1380 const long new_width = MAX(1, width); in gdImageScaleBicubicFixed()
[all …]
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DCALLOUTS.BUILTIN.ja28 * MAX (前進/後退)
30 (*MAX{n::LONG/TAG, c::CHAR})
37 例: "(?:(*COUNT[T]{X})a)*(?:(*MAX{T})c)*"
88 例: "(?:(*MAX[TA]{7})a|(*MAX[TB]{5})b)*(*CMP{TA,>=,4})"
H A DCALLOUTS.BUILTIN29 * MAX (progress/retraction)
31 (*MAX{n::LONG/TAG, c::CHAR})
41 ex. "(?:(*COUNT[T]{X})a)*(?:(*MAX{T})c)*"
90 ex. "(?:(*MAX[TA]{7})a|(*MAX[TB]{5})b)*(*CMP{TA,>=,4})"
/PHP-7.3/Zend/tests/
H A Dbug63635.phpt21 define("MAX", 16);
25 for ($i=0 ; $i<MAX ; $i++) {
27 for ($j=0 ; $j<MAX ; $j++) {
29 for ($k=0 ; $k<MAX ; $k++) {
H A Dbug69017.phpt10 const MAX = PHP_INT_MAX;
13 public static $a3 = array(self::MAX => 'zero');
/PHP-7.3/ext/bcmath/libbcmath/src/
H A Ddoaddsub.c58 sum_scale = MAX (n1->n_scale, n2->n_scale);
59 sum_digits = MAX (n1->n_len, n2->n_len) + 1;
60 sum = bc_new_num (sum_digits, MAX(sum_scale, scale_min));
150 diff_len = MAX (n1->n_len, n2->n_len);
151 diff_scale = MAX (n1->n_scale, n2->n_scale);
154 diff = bc_new_num (diff_len, MAX(diff_scale, scale_min));
H A Dsub.c74 res_scale = MAX (scale_min, MAX(n1->n_scale, n2->n_scale));
H A Dadd.c73 res_scale = MAX (scale_min, MAX(n1->n_scale, n2->n_scale));
H A Drecmul.c91 n1ptr = (char *) (n1end - MAX(0, indx-n2len+1)); in _bc_simp_mul()
190 n = (MAX(ulen, vlen)+1) / 2; in _bc_rec_mul()
279 prod_scale = MIN(full_scale,MAX(scale,MAX(n1->n_scale,n2->n_scale))); in bc_multiply()
H A Ddivmod.c58 rscale = MAX (num1->n_scale, num2->n_scale+scale); in bc_divmod()
H A Dbcmath.h73 #undef MAX
75 #define MAX(a, b) ((a)>(b)?(a):(b)) macro
H A Draise.c81 rscale = MIN (num1->n_scale*exponent, MAX(scale, num1->n_scale)); in bc_raise()
H A Draisemod.c102 rscale = MAX(scale, power->n_scale); in bc_raisemod()
H A Dsqrt.c73 rscale = MAX (scale, (*num)->n_scale); in bc_sqrt()
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_config.h63 #ifndef MAX
64 # define MAX(a,b) (((a)>(b))?(a):(b)) macro
/PHP-7.3/ext/standard/
H A Dcrypt_sha256.c53 #ifndef MAX
54 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
366 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); in php_sha256_crypt_r()
506 cp = __php_stpncpy(buffer, sha256_salt_prefix, MAX(0, buflen)); in php_sha256_crypt_r()
511 int n = _snprintf(cp, MAX(0, buflen), "%s" ZEND_ULONG_FMT "$", sha256_rounds_prefix, rounds); in php_sha256_crypt_r()
513 int n = snprintf(cp, MAX(0, buflen), "%s%zu$", sha256_rounds_prefix, rounds); in php_sha256_crypt_r()
519 cp = __php_stpncpy(cp, salt, MIN ((size_t) MAX (0, buflen), salt_len)); in php_sha256_crypt_r()
520 buflen -= MIN(MAX (0, buflen), (int)salt_len); in php_sha256_crypt_r()
H A Dcrypt_sha512.c41 #ifndef MAX
42 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
400 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); in php_sha512_crypt_r()
541 cp = __php_stpncpy(buffer, sha512_salt_prefix, MAX(0, buflen)); in php_sha512_crypt_r()
546 int n = _snprintf(cp, MAX(0, buflen), "%s" ZEND_ULONG_FMT "$", sha512_rounds_prefix, rounds); in php_sha512_crypt_r()
548 int n = snprintf(cp, MAX(0, buflen), "%s%zu$", sha512_rounds_prefix, rounds); in php_sha512_crypt_r()
554 cp = __php_stpncpy(cp, salt, MIN((size_t) MAX(0, buflen), salt_len)); in php_sha512_crypt_r()
555 buflen -= (int) MIN((size_t) MAX(0, buflen), salt_len); in php_sha512_crypt_r()
/PHP-7.3/ext/odbc/tests/
H A Dbug69975.phpt11 odbc_exec($conn, 'CREATE TABLE FOO (ID INT, VARCHAR_COL NVARCHAR(MAX))');
/PHP-7.3/ext/date/lib/
H A Dtimelib.c228 #undef MAX
229 #define MAX(a, b) (((a)>(b))?(a):(b)) macro
278 #undef MAX
/PHP-7.3/Zend/
H A Dzend_alloc.c1018 size_t peak = MAX(heap->real_peak, size);
1072 size_t peak = MAX(heap->peak, size);
1182 #ifndef MAX
1183 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
1281 size_t peak = MAX(heap->peak, size);
1352 size = MAX(size, 1);
1455 heap->peak = MAX(orig_peak, heap->size);
1534 heap->peak = MAX(heap->peak, heap->size);
1674 size_t peak = MAX(heap->peak, size);
1845 size_t peak = MAX(heap->real_peak, size);
[all …]
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_block_alloc.c164 arena = mysqlnd_arena_create(MAX(arena_size, ZEND_MM_ALIGNED_SIZE(sizeof(zend_arena)))); in mysqlnd_mempool_create()
/PHP-7.3/ext/fileinfo/libmagic/
H A Dfile.h126 #ifndef MAX
127 #define MAX(a,b) (((a) > (b)) ? (a) : (b)) macro
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_inference.c503 tmp->max = MAX(b, d); in zend_ssa_range_and()
532 *abs_max = MAX(max, -min); in zend_abs_range()
643 tmp->max = MAX(MAX(t1, t2), MAX(t3, t4)); in zend_inference_calc_binary_op_range()
680 tmp->max = MAX(MAX(t1, t2), MAX(t3, t4)); in zend_inference_calc_binary_op_range()
717 tmp->min = MAX(op1_min, -op2_abs_max + 1); in zend_inference_calc_binary_op_range()
720 tmp->min = MAX(op1_min, -op2_abs_max + 1); in zend_inference_calc_binary_op_range()
759 tmp->max = MAX(MAX(t1, t2), MAX(t3, t4)); in zend_inference_calc_binary_op_range()
800 tmp->max = MAX(MAX(t1, t2), MAX(t3, t4)); in zend_inference_calc_binary_op_range()
3968 tmp_range.max = MAX(tmp_range.max, 0); in zend_func_return_info()
3983 tmp_range.max = MAX(tmp_range.max, 0); in zend_func_return_info()
[all …]

Completed in 141 milliseconds

12