/PHP-5.5/ext/gd/libgd/ |
H A D | gd_intern.h | 3 #ifndef MIN 4 #define MIN(a,b) ((a)<(b)?(a):(b)) macro 6 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c)))
|
H A D | gdtestft.c | 9 #define MIN(x,y) ((x) < (y) ? (x) : (y)) macro 14 ((MIN((x),(y))) < (MIN((z),(w))) ? (MIN((x),(y))) : (MIN((z),(w))))
|
/PHP-5.5/ext/opcache/ |
H A D | shared_alloc_shm.c | 42 #ifndef MIN 43 # define MIN(x, y) ((x) > (y)? (y) : (x)) macro 76 allocate_size = MIN(requested_size, seg_allocate_size); in create_segments() 102 allocate_size = MIN(remaining_bytes, seg_allocate_size); in create_segments()
|
/PHP-5.5/sapi/fpm/fpm/ |
H A D | fpm_config.h | 60 #ifndef MIN 61 # define MIN(a,b) (((a)<(b))?(a):(b)) macro
|
/PHP-5.5/ext/bcmath/libbcmath/src/ |
H A D | bcmath.h | 72 #ifdef MIN 73 #undef MIN 77 #define MIN(a, b) ((a)>(b)?(b):(a)) macro
|
H A D | doaddsub.c | 152 min_len = MIN (n1->n_len, n2->n_len); 153 min_scale = MIN (n1->n_scale, n2->n_scale);
|
H A D | str2num.c | 70 strscale = MIN(strscale, scale); in bc_str2num()
|
H A D | compare.c | 87 count = n1->n_len + MIN (n1->n_scale, n2->n_scale);
|
H A D | raise.c | 81 rscale = MIN (num1->n_scale*exponent, MAX(scale, num1->n_scale)); in bc_raise()
|
H A D | sqrt.c | 114 cscale = MIN (cscale*3, rscale+1); in bc_sqrt()
|
H A D | recmul.c | 101 n2ptr = (char *) (n2end - MIN(indx, n2len-1)); in _bc_simp_mul() 288 prod_scale = MIN(full_scale,MAX(scale,MAX(n1->n_scale,n2->n_scale))); in bc_multiply()
|
/PHP-5.5/ext/standard/ |
H A D | crypt_sha256.c | 61 #ifndef MIN 62 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro 384 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); in php_sha256_crypt_r() 389 salt_len = MIN(strcspn(salt, "$"), SALT_LEN_MAX); in php_sha256_crypt_r() 537 cp = __php_stpncpy(cp, salt, MIN ((size_t) MAX (0, buflen), salt_len)); in php_sha256_crypt_r() 538 buflen -= MIN((size_t) MAX (0, buflen), salt_len); in php_sha256_crypt_r()
|
H A D | crypt.c | 273 memcpy(salt, salt_in, MIN(PHP_MAX_SALT_LEN, salt_in_len)); in PHP_FUNCTION() 289 salt_in_len = MIN(PHP_MAX_SALT_LEN, salt_in_len); in PHP_FUNCTION()
|
H A D | crypt_sha512.c | 49 #ifndef MIN 50 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro 418 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); in php_sha512_crypt_r() 423 salt_len = MIN(strcspn(salt, "$"), SALT_LEN_MAX); in php_sha512_crypt_r() 572 cp = __php_stpncpy(cp, salt, MIN((size_t) MAX(0, buflen), salt_len)); in php_sha512_crypt_r() 573 buflen -= (int) MIN((size_t) MAX(0, buflen), salt_len); in php_sha512_crypt_r()
|
/PHP-5.5/ext/intl/tests/ |
H A D | locale_get_display_name.phpt | 284 disp_locale=en : display_name=Chinese #MIN# 285 disp_locale=fr : display_name=chinois #MIN# 286 disp_locale=de : display_name=Chinesisch #MIN# 289 disp_locale=en : display_name=Chinese #MIN, NAN_HANT_CN# 290 disp_locale=fr : display_name=chinois #MIN, NAN_HANT_CN# 291 disp_locale=de : display_name=Chinesisch #MIN, NAN_HANT_CN#
|
H A D | locale_get_display_name2.phpt | 285 disp_locale=en : display_name=Chinese #MIN# 286 disp_locale=fr : display_name=chinois #MIN# 287 disp_locale=de : display_name=Chinesisch #MIN# 290 disp_locale=en : display_name=Chinese #MIN, NAN_HANT_CN# 291 disp_locale=fr : display_name=chinois #MIN, NAN_HANT_CN# 292 disp_locale=de : display_name=Chinesisch #MIN, NAN_HANT_CN#
|
H A D | locale_get_display_name3.phpt | 284 disp_locale=en : display_name=Chinese #MIN# 285 disp_locale=fr : display_name=chinois #MIN# 286 disp_locale=de : display_name=Chinesisch #MIN# 289 disp_locale=en : display_name=Chinese #MIN, NAN_HANT_CN# 290 disp_locale=fr : display_name=chinois #MIN, NAN_HANT_CN# 291 disp_locale=de : display_name=Chinesisch #MIN, NAN_HANT_CN#
|
H A D | locale_get_display_name4.phpt | 285 disp_locale=en : display_name=Chinese #MIN# 286 disp_locale=fr : display_name=chinois #MIN# 287 disp_locale=de : display_name=Chinesisch #MIN# 290 disp_locale=en : display_name=Chinese #MIN, NAN_HANT_CN# 291 disp_locale=fr : display_name=chinois #MIN, NAN_HANT_CN# 292 disp_locale=de : display_name=Chinesisch #MIN, NAN_HANT_CN#
|
H A D | locale_get_display_name5.phpt | 284 disp_locale=en : display_name=Chinese #MIN# 285 disp_locale=fr : display_name=chinois #MIN# 286 disp_locale=de : display_name=Chinesisch #MIN# 289 disp_locale=en : display_name=Chinese #MIN, NAN_HANT_CN# 290 disp_locale=fr : display_name=chinois #MIN, NAN_HANT_CN# 291 disp_locale=de : display_name=Chinesisch #MIN, NAN_HANT_CN#
|
H A D | locale_get_display_region3.phpt | 222 disp_locale=en : display_region=MIN 223 disp_locale=fr : display_region=MIN 224 disp_locale=de : display_region=MIN
|
H A D | locale_get_display_region.phpt | 222 disp_locale=en : display_region=MIN 223 disp_locale=fr : display_region=MIN 224 disp_locale=de : display_region=MIN
|
H A D | locale_get_display_region2.phpt | 223 disp_locale=en : display_region=MIN 224 disp_locale=fr : display_region=MIN 225 disp_locale=de : display_region=MIN
|
/PHP-5.5/Zend/ |
H A D | zend_operators.c | 2014 retval = memcmp(s1, s2, MIN(len1, len2)); in zend_binary_strcmp() 2030 retval = memcmp(s1, s2, MIN(length, MIN(len1, len2))); in zend_binary_strncmp() 2032 return (MIN(length, len1) - MIN(length, len2)); in zend_binary_strncmp() 2048 len = MIN(len1, len2); in zend_binary_strcasecmp() 2069 len = MIN(length, MIN(len1, len2)); in zend_binary_strncasecmp() 2078 return MIN(length, len1) - MIN(length, len2); in zend_binary_strncasecmp() 2091 len = MIN(len1, len2); in zend_binary_strcasecmp_l() 2112 len = MIN(length, MIN(len1, len2)); in zend_binary_strncasecmp_l() 2121 return MIN(length, len1) - MIN(length, len2); in zend_binary_strncasecmp_l()
|
/PHP-5.5/sapi/embed/ |
H A D | php_embed.c | 58 ret = fwrite(str, 1, MIN(str_length, 16384), stdout); in php_embed_single_write()
|
/PHP-5.5/ext/fileinfo/libmagic/ |
H A D | file.h | 120 #ifndef MIN 121 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) macro
|