Home
last modified time | relevance | path

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

/PHP-5.5/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.5/ext/pcre/pcrelib/
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
H A DREADME278 them in a pattern. You can increase this threshold by setting, for example,
280 --with-posix-malloc-threshold=20
/PHP-5.5/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.5/ext/mbstring/libmbfl/
H A DLICENSE257 threshold for this to be true is not precisely defined by law.
/PHP-5.5/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
/PHP-5.5/ext/gd/
H A Dgd.c135 static void _php_image_bw_convert(gdImagePtr im_org, gdIOCtx *out, int threshold);
783 ZEND_ARG_INFO(0, threshold)
842 ZEND_ARG_INFO(0, threshold)
4379 static void _php_image_bw_convert(gdImagePtr im_org, gdIOCtx *out, int threshold) in _php_image_bw_convert() argument
4415 if (median < threshold) { in _php_image_bw_convert()
4434 long height, width, threshold; in _php_image_convert() local
4449 …S_CC, "pplll", &f_org, &f_org_len, &f_dest, &f_dest_len, &height, &width, &threshold) == FAILURE) { in _php_image_convert()
4457 int_threshold = threshold; in _php_image_convert()
5058 double threshold = 0.5f; in PHP_FUNCTION() local
5062 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|ldl", &IM, &mode, &threshold, &color) == F… in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/gd/libgd/
H A Dgd.h837 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()
253 match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; in gdImageCropThreshold()
269 match = (gdColorMatch(im, color, gdImageGetPixel(im, x, y), threshold)) > 0; in gdImageCropThreshold()
282 match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; in gdImageCropThreshold()
290 match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; in gdImageCropThreshold()
344 static int gdColorMatch(gdImagePtr im, int col1, int col2, float threshold) in gdColorMatch() argument
352 return (dist_perc <= threshold); in gdColorMatch()

Completed in 91 milliseconds