Searched refs:dist (Results 1 – 9 of 9) sorted by relevance
269 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]; \
74 MBFLAPI extern void mbfl_convert_filter_copy(mbfl_convert_filter *src, mbfl_convert_filter *dist);
209 build-dist: $(BUILD_DIR)\deplister.exe227 dist: all build-dist target228 snap: build-snap build-devel build-dist
4 dist: bionic
301 const int dist = dr * dr + dg * dg + db * db + da * da; in gdColorMatch() local303 return (100.0 * dist / 195075) < threshold; in gdColorMatch()
318 long dist; in gdImageColorClosestAlpha() local327 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() local488 if (first || (dist < mindist)) { in gdImageColorClosestHWB()489 mindist = dist; in gdImageColorClosestHWB()574 long rd, gd, bd, ad, dist; in gdImageColorResolveAlpha() local599 if (dist < mindist) in gdImageColorResolveAlpha()601 if (dist == 0) in gdImageColorResolveAlpha()[all …]
31 "url": "https:\\/\\/lang-php.s3.amazonaws.com\\/dist-cedar-14-stable\\/"
1537 for (i = 0; i < __arraycount(dist); i++) { \1538 if (dist[i]) \1540 + u += dist[i]; \
559 … for component in $(find src/Symfony -mindepth 2 -type f -name phpunit.xml.dist -printf '%h\n'); do
Completed in 36 milliseconds