Home
last modified time | relevance | path

Searched refs:dist (Results 1 – 9 of 9) sorted by relevance

/PHP-8.2/ext/fileinfo/libmagic/
H A Dencoding.c269 unsigned char dist[256]; \
270 memset(dist, 0, sizeof(dist)); \
281 dist[buf[i]]++; \
284 for (i = 0; i < __arraycount(dist); i++) { \
285 if (dist[i]) \
286 u += dist[i]; \
/PHP-8.2/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.h74 MBFLAPI extern void mbfl_convert_filter_copy(mbfl_convert_filter *src, mbfl_convert_filter *dist);
/PHP-8.2/win32/build/
H A DMakefile209 build-dist: $(BUILD_DIR)\deplister.exe
227 dist: all build-dist target
228 snap: build-snap build-devel build-dist
/PHP-8.2/
H A D.travis.yml4 dist: bionic
/PHP-8.2/ext/gd/libgd/
H A Dgd_crop.c301 const int dist = dr * dr + dg * dg + db * db + da * da; in gdColorMatch() local
303 return (100.0 * dist / 195075) < threshold; in gdColorMatch()
H A Dgd.c318 long dist; in gdImageColorClosestAlpha() local
327 dist = rd * rd + gd * gd + bd * bd + ad * ad; in gdImageColorClosestAlpha()
328 if (first || (dist < mindist)) { in gdImageColorClosestAlpha()
329 mindist = dist; in gdImageColorClosestAlpha()
483 float dist; in gdImageColorClosestHWB() local
488 if (first || (dist < mindist)) { in gdImageColorClosestHWB()
489 mindist = dist; in gdImageColorClosestHWB()
574 long rd, gd, bd, ad, dist; in gdImageColorResolveAlpha() local
599 if (dist < mindist) in gdImageColorResolveAlpha()
601 if (dist == 0) in gdImageColorResolveAlpha()
[all …]
/PHP-8.2/ext/pcre/tests/
H A Dpreg_match_error4.phpt31 "url": "https:\\/\\/lang-php.s3.amazonaws.com\\/dist-cedar-14-stable\\/"
/PHP-8.2/ext/fileinfo/
H A Dlibmagic.patch1537 for (i = 0; i < __arraycount(dist); i++) { \
1538 if (dist[i]) \
1540 + u += dist[i]; \
/PHP-8.2/.github/workflows/
H A Dnightly.yml559 … for component in $(find src/Symfony -mindepth 2 -type f -name phpunit.xml.dist -printf '%h\n'); do

Completed in 36 milliseconds