Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 11 of 11) sorted by last modified time

/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt1077 loc() for each call. The default threshold above which the stack is no
1080 --with-posix-malloc-threshold=20
1989 The output is an integer that contains the threshold above which the
/PHP-5.6/ext/pcre/pcrelib/
H A DREADME278 them in a pattern. You can increase this threshold by setting, for example,
280 --with-posix-malloc-threshold=20
H A DChangeLog471 above a certain threshold (e.g: 256). The only limitation is that the value
472 must be bigger than the threshold as well. This function is useful when
473 the characters above the threshold are handled in the same way.
4909 POSIX_MALLOC_THRESHOLD is 10; it can be changed by --with-posix-malloc-threshold
5020 The output is an integer that contains the threshold above which the POSIX
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_alloc.c95 if (*threshold) { in _mysqlnd_emalloc()
99 --*threshold; in _mysqlnd_emalloc()
135 if (*threshold) { in _mysqlnd_pemalloc()
139 --*threshold; in _mysqlnd_pemalloc()
183 --*threshold; in _mysqlnd_ecalloc()
222 --*threshold; in _mysqlnd_pecalloc()
267 --*threshold; in _mysqlnd_erealloc()
308 --*threshold; in _mysqlnd_perealloc()
413 --*threshold; in _mysqlnd_malloc()
452 --*threshold; in _mysqlnd_calloc()
[all …]
/PHP-5.6/ext/mbstring/libmbfl/
H A DLICENSE257 threshold for this to be true is not precisely defined by law.
/PHP-5.6/ext/gd/tests/
H A Djpeg2wbmp_error1.phpt2 Test jpeg2wbmp() function : wrong threshold value param
35 Warning: jpeg2wbmp(): Invalid threshold value '9' in %s on line %d
37 Warning: jpeg2wbmp(): Invalid threshold value '-1' in %s on line %d
H A Dpng2wbmp_error1.phpt2 Test png2wbmp() function : wrong threshold value param
35 Warning: png2wbmp(): Invalid threshold value '9' in %s on line %d
37 Warning: png2wbmp(): Invalid threshold value '-1' in %s on line %d
H A Dbug72494.phpt14 Warning: imagecropauto(): Color argument missing with threshold mode in %s on line %d
/PHP-5.6/ext/gd/libgd/
H A Dgd.h838 gdImagePtr gdImageCropThreshold(gdImagePtr im, const unsigned int color, const float threshold);
H A Dgd_crop.c28 static int gdColorMatch(gdImagePtr im, int col1, int col2, float threshold);
227 gdImagePtr gdImageCropThreshold(gdImagePtr im, const unsigned int color, const float threshold) in gdImageCropThreshold() argument
242 if (threshold > 1.0) { in gdImageCropThreshold()
257 match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; in gdImageCropThreshold()
273 match = (gdColorMatch(im, color, gdImageGetPixel(im, x, y), threshold)) > 0; in gdImageCropThreshold()
286 match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; in gdImageCropThreshold()
294 match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; in gdImageCropThreshold()
348 static int gdColorMatch(gdImagePtr im, int col1, int col2, float threshold) in gdColorMatch() argument
356 return (dist_perc <= threshold); in gdColorMatch()
/PHP-5.6/ext/gd/
H A Dgd.c146 static void _php_image_bw_convert(gdImagePtr im_org, gdIOCtx *out, int threshold);
794 ZEND_ARG_INFO(0, threshold)
853 ZEND_ARG_INFO(0, threshold)
4430 static void _php_image_bw_convert(gdImagePtr im_org, gdIOCtx *out, int threshold) in _php_image_bw_convert() argument
4466 if (median < threshold) { in _php_image_bw_convert()
4485 long height, width, threshold; in _php_image_convert() local
4500 …S_CC, "pplll", &f_org, &f_org_len, &f_dest, &f_dest_len, &height, &width, &threshold) == FAILURE) { in _php_image_convert()
4508 int_threshold = threshold; in _php_image_convert()
5128 double threshold = 0.5f; in PHP_FUNCTION() local
5132 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|ldl", &IM, &mode, &threshold, &color) == F… in PHP_FUNCTION()
[all …]

Completed in 90 milliseconds