Home
last modified time | relevance | path

Searched refs:hSub (Results 1 – 25 of 41) sorted by relevance

12

/dports/www/lightsquid/lightsquid-1.8/tools/SiteAggregator/
H A DReportExplorer.pl71 $hSub{$l1}=$subdomain;
74 foreach $l1 (sort {$hSub{$b} <=> $hSub{$a}} keys %hSub) {
75 next if ($hSub{$l1}<50);
76 print "$l1\t$hSub{$l1}\n";
79 foreach $l1 (sort {$hSub{$b} <=> $hSub{$a}} keys %hDOMAIN) {
80 next if ($hSub{$l1}<50);
81 print "$l1 ($hSub{$l1})\n";
/dports/devel/apache-commons-daemon/commons-daemon-1.2.3-native-src/windows/src/
H A Dregistry.c397 lpReg->hCurrKey = hSub; in apxRegistryGetStringW()
398 hKey = hSub; in apxRegistryGetStringW()
427 lpReg->hCurrKey = hSub; in apxRegistryGetNumberW()
428 hKey = hSub; in apxRegistryGetNumberW()
459 hKey = hSub; in apxRegistryGetMzStrW()
501 hKey = hSub; in apxRegistrySetBinaryA()
534 hKey = hSub; in apxRegistrySetBinaryW()
567 hKey = hSub; in apxRegistrySetMzStrW()
600 hKey = hSub; in apxRegistrySetStrW()
638 hKey = hSub; in apxRegistrySetNumW()
[all …]
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/compute/
H A DStrassenMatmulComputor.cpp242 auto hSub = (h / std::max(hP, core->pack)) / 2 * std::max(hP, core->pack); in _generateMatMul() local
243 auto remainH = h - hSub * 2; in _generateMatMul()
257 auto cHeight = hSub / core->pack; in _generateMatMul()
258 auto bHeight = hSub / hP; in _generateMatMul()
265 float CComputeCost = 7 * (float)eSub * hSub; in _generateMatMul()
278 auto maxlH = std::max(lSub, hSub); in _generateMatMul()
279 AutoMemory YAddr(hSub * lSub * core->bytes, allocator); in _generateMatMul()
310 b12.offsetBytes = BT.offsetBytes + BT.lineStrideBytes * (hSub / hP); in _generateMatMul()
318 c12.offsetBytes = CT.offsetBytes + CT.lineStrideBytes * (hSub / core->pack); in _generateMatMul()
380 code = _generateMatMul(eSub, lSub, hSub, a11, b11, CX, Empty, currentDepth, {}); in _generateMatMul()
[all …]
H A DConvOpt.h35 size_t eSub, size_t hSub);
H A DConvOpt.cpp286 size_t eSub, size_t hSub) { in MNNStrassenMergeCFunction() argument
287 for (int y=0; y<hSub; ++y) { in MNNStrassenMergeCFunction()
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/x86_x64/avx/
H A DMNNMatrixAdd.cpp22 … c11, float* c12, float* c21, float* c22, float* xAddr, size_t cStride, size_t eSub, size_t hSub) { in _AVX_MNNStrassenMergeCFunction() argument
24 for (int y=0; y<hSub; ++y) { in _AVX_MNNStrassenMergeCFunction()
H A DFunctionSummary.hpp47 size_t length, size_t hSub);
80 …* c11, float* c12, float* c21, float* c22, float* xAddr, size_t cStride, size_t eSub, size_t hSub);
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/x86_x64/avx512/
H A DFunctionSummary.hpp38 size_t eSub, size_t hSub);
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libsbsms/src/
H A Dsubband.h20 hSub = NDownSample/(2*SDownSample) enumerator
/dports/graphics/swftools/swftools-0.9.2/lib/pdf/xpdf/
H A DStream.cc2155 int h, v, horiz, vert, hSub, vSub; in readMCURow() local
2179 hSub = horiz / 8; in readMCURow()
2191 if (hSub == 1 && vSub == 1) { in readMCURow()
2203 } else if (hSub == 2 && vSub == 2) { in readMCURow()
2221 for (x5 = 0; x5 < hSub; ++x5) in readMCURow()
2573 int h, v, horiz, vert, hSub, vSub; in decodeImage() local
2584 hSub = horiz / 8; in decodeImage()
2609 if (hSub == 1 && vSub == 1) { in decodeImage()
2621 } else if (hSub == 2 && vSub == 2) { in decodeImage()
2638 for (x3 = 0, x4 = 0; x3 < 8; ++x3, x4 += hSub) { in decodeImage()
[all …]
/dports/textproc/pdftohtml/pdftohtml-0.40a/xpdf/
H A DStream.cc2078 int h, v, horiz, vert, hSub, vSub; in readMCURow() local
2102 hSub = horiz / 8; in readMCURow()
2114 if (hSub == 1 && vSub == 1) { in readMCURow()
2126 } else if (hSub == 2 && vSub == 2) { in readMCURow()
2144 for (x5 = 0; x5 < hSub; ++x5) in readMCURow()
2481 int h, v, horiz, vert, hSub, vSub; in decodeImage() local
2492 hSub = horiz / 8; in decodeImage()
2517 if (hSub == 1 && vSub == 1) { in decodeImage()
2529 } else if (hSub == 2 && vSub == 2) { in decodeImage()
2546 for (x3 = 0, x4 = 0; x3 < 8; ++x3, x4 += hSub) { in decodeImage()
[all …]
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/x86_x64/sse/
H A DFunctionSummary.hpp64 size_t length, size_t hSub);
/dports/graphics/xpdf3/xpdf-3.04/xpdf/
H A DStream.cc2363 int h, v, horiz, vert, hSub, vSub; in readMCURow() local
2388 hSub = horiz / 8; in readMCURow()
2400 if (hSub == 1 && vSub == 1 && x1+x2+8 <= width) { in readMCURow()
2437 for (x3 = 0, x4 = 0; x3 < 8; ++x3, x4 += hSub) { in readMCURow()
2439 for (x5 = 0; x5 < hSub && x1+x2+x4+x5 < width; ++x5) { in readMCURow()
2804 int h, v, horiz, vert, hSub, vSub; in decodeImage() local
2815 hSub = horiz / 8; in decodeImage()
2840 if (hSub == 1 && vSub == 1) { in decodeImage()
2852 } else if (hSub == 2 && vSub == 2) { in decodeImage()
2869 for (x3 = 0, x4 = 0; x3 < 8; ++x3, x4 += hSub) { in decodeImage()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/poppler/
H A DStream.cc2392 int h, v, horiz, vert, hSub, vSub; in readMCURow() local
2416 hSub = horiz / 8; in readMCURow()
2428 if (hSub == 1 && vSub == 1) { in readMCURow()
2440 } else if (hSub == 2 && vSub == 2) { in readMCURow()
2458 for (x5 = 0; x5 < hSub; ++x5) in readMCURow()
2795 int h, v, horiz, vert, hSub, vSub; in decodeImage() local
2806 hSub = horiz / 8; in decodeImage()
2831 if (hSub == 1 && vSub == 1) { in decodeImage()
2843 } else if (hSub == 2 && vSub == 2) { in decodeImage()
2860 for (x3 = 0, x4 = 0; x3 < 8; ++x3, x4 += hSub) { in decodeImage()
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DStream.cc2363 int h, v, horiz, vert, hSub, vSub; in readMCURow() local
2388 hSub = horiz / 8; in readMCURow()
2400 if (hSub == 1 && vSub == 1 && x1+x2+8 <= width) { in readMCURow()
2437 for (x3 = 0, x4 = 0; x3 < 8; ++x3, x4 += hSub) { in readMCURow()
2439 for (x5 = 0; x5 < hSub && x1+x2+x4+x5 < width; ++x5) { in readMCURow()
2804 int h, v, horiz, vert, hSub, vSub; in decodeImage() local
2815 hSub = horiz / 8; in decodeImage()
2840 if (hSub == 1 && vSub == 1) { in decodeImage()
2852 } else if (hSub == 2 && vSub == 2) { in decodeImage()
2869 for (x3 = 0, x4 = 0; x3 < 8; ++x3, x4 += hSub) { in decodeImage()
[all …]
/dports/japanese/tex-ptex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DStream.cc2363 int h, v, horiz, vert, hSub, vSub; in readMCURow() local
2388 hSub = horiz / 8; in readMCURow()
2400 if (hSub == 1 && vSub == 1 && x1+x2+8 <= width) { in readMCURow()
2437 for (x3 = 0, x4 = 0; x3 < 8; ++x3, x4 += hSub) { in readMCURow()
2439 for (x5 = 0; x5 < hSub && x1+x2+x4+x5 < width; ++x5) { in readMCURow()
2804 int h, v, horiz, vert, hSub, vSub; in decodeImage() local
2815 hSub = horiz / 8; in decodeImage()
2840 if (hSub == 1 && vSub == 1) { in decodeImage()
2852 } else if (hSub == 2 && vSub == 2) { in decodeImage()
2869 for (x3 = 0, x4 = 0; x3 < 8; ++x3, x4 += hSub) { in decodeImage()
[all …]
/dports/print/tex-basic-engines/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DStream.cc2363 int h, v, horiz, vert, hSub, vSub; in readMCURow() local
2388 hSub = horiz / 8; in readMCURow()
2400 if (hSub == 1 && vSub == 1 && x1+x2+8 <= width) { in readMCURow()
2437 for (x3 = 0, x4 = 0; x3 < 8; ++x3, x4 += hSub) { in readMCURow()
2439 for (x5 = 0; x5 < hSub && x1+x2+x4+x5 < width; ++x5) { in readMCURow()
2804 int h, v, horiz, vert, hSub, vSub; in decodeImage() local
2815 hSub = horiz / 8; in decodeImage()
2840 if (hSub == 1 && vSub == 1) { in decodeImage()
2852 } else if (hSub == 2 && vSub == 2) { in decodeImage()
2869 for (x3 = 0, x4 = 0; x3 < 8; ++x3, x4 += hSub) { in decodeImage()
[all …]
/dports/print/tex-aleph/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DStream.cc2363 int h, v, horiz, vert, hSub, vSub; in readMCURow() local
2388 hSub = horiz / 8; in readMCURow()
2400 if (hSub == 1 && vSub == 1 && x1+x2+8 <= width) { in readMCURow()
2437 for (x3 = 0, x4 = 0; x3 < 8; ++x3, x4 += hSub) { in readMCURow()
2439 for (x5 = 0; x5 < hSub && x1+x2+x4+x5 < width; ++x5) { in readMCURow()
2804 int h, v, horiz, vert, hSub, vSub; in decodeImage() local
2815 hSub = horiz / 8; in decodeImage()
2840 if (hSub == 1 && vSub == 1) { in decodeImage()
2852 } else if (hSub == 2 && vSub == 2) { in decodeImage()
2869 for (x3 = 0, x4 = 0; x3 < 8; ++x3, x4 += hSub) { in decodeImage()
[all …]
/dports/print/tex-luatex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DStream.cc2363 int h, v, horiz, vert, hSub, vSub; in readMCURow() local
2388 hSub = horiz / 8; in readMCURow()
2400 if (hSub == 1 && vSub == 1 && x1+x2+8 <= width) { in readMCURow()
2437 for (x3 = 0, x4 = 0; x3 < 8; ++x3, x4 += hSub) { in readMCURow()
2439 for (x5 = 0; x5 < hSub && x1+x2+x4+x5 < width; ++x5) { in readMCURow()
2804 int h, v, horiz, vert, hSub, vSub; in decodeImage() local
2815 hSub = horiz / 8; in decodeImage()
2840 if (hSub == 1 && vSub == 1) { in decodeImage()
2852 } else if (hSub == 2 && vSub == 2) { in decodeImage()
2869 for (x3 = 0, x4 = 0; x3 < 8; ++x3, x4 += hSub) { in decodeImage()
[all …]
/dports/print/tex-xetex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DStream.cc2363 int h, v, horiz, vert, hSub, vSub; in readMCURow() local
2388 hSub = horiz / 8; in readMCURow()
2400 if (hSub == 1 && vSub == 1 && x1+x2+8 <= width) { in readMCURow()
2437 for (x3 = 0, x4 = 0; x3 < 8; ++x3, x4 += hSub) { in readMCURow()
2439 for (x5 = 0; x5 < hSub && x1+x2+x4+x5 < width; ++x5) { in readMCURow()
2804 int h, v, horiz, vert, hSub, vSub; in decodeImage() local
2815 hSub = horiz / 8; in decodeImage()
2840 if (hSub == 1 && vSub == 1) { in decodeImage()
2852 } else if (hSub == 2 && vSub == 2) { in decodeImage()
2869 for (x3 = 0, x4 = 0; x3 < 8; ++x3, x4 += hSub) { in decodeImage()
[all …]
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/poppler/
H A DStream.cc2680 int h, v, horiz, vert, hSub, vSub; in readMCURow() local
2705 hSub = horiz / 8; in readMCURow()
2720 if (hSub == 1 && vSub == 1) { in readMCURow()
2732 } else if (hSub == 2 && vSub == 2) { in readMCURow()
2750 for (x5 = 0; x5 < hSub; ++x5) in readMCURow()
3087 int h, v, horiz, vert, hSub, vSub; in decodeImage() local
3098 hSub = horiz / 8; in decodeImage()
3123 if (hSub == 1 && vSub == 1) { in decodeImage()
3135 } else if (hSub == 2 && vSub == 2) { in decodeImage()
3152 for (x3 = 0, x4 = 0; x3 < 8; ++x3, x4 += hSub) { in decodeImage()
[all …]
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DStream.cc2684 int h, v, horiz, vert, hSub, vSub; in readMCURow() local
2709 hSub = horiz / 8; in readMCURow()
2724 if (hSub == 1 && vSub == 1) { in readMCURow()
2736 } else if (hSub == 2 && vSub == 2) { in readMCURow()
2754 for (x5 = 0; x5 < hSub; ++x5) in readMCURow()
3091 int h, v, horiz, vert, hSub, vSub; in decodeImage() local
3102 hSub = horiz / 8; in decodeImage()
3127 if (hSub == 1 && vSub == 1) { in decodeImage()
3139 } else if (hSub == 2 && vSub == 2) { in decodeImage()
3156 for (x3 = 0, x4 = 0; x3 < 8; ++x3, x4 += hSub) { in decodeImage()
[all …]
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DStream.cc2684 int h, v, horiz, vert, hSub, vSub; in readMCURow() local
2709 hSub = horiz / 8; in readMCURow()
2724 if (hSub == 1 && vSub == 1) { in readMCURow()
2736 } else if (hSub == 2 && vSub == 2) { in readMCURow()
2754 for (x5 = 0; x5 < hSub; ++x5) in readMCURow()
3091 int h, v, horiz, vert, hSub, vSub; in decodeImage() local
3102 hSub = horiz / 8; in decodeImage()
3127 if (hSub == 1 && vSub == 1) { in decodeImage()
3139 } else if (hSub == 2 && vSub == 2) { in decodeImage()
3156 for (x3 = 0, x4 = 0; x3 < 8; ++x3, x4 += hSub) { in decodeImage()
[all …]
/dports/graphics/poppler-glib/poppler-21.12.0/poppler/
H A DStream.cc2857 int h, v, horiz, vert, hSub, vSub; in readMCURow() local
2881 hSub = horiz / 8; in readMCURow()
2892 if (hSub == 1 && vSub == 1) { in readMCURow()
2904 } else if (hSub == 2 && vSub == 2) { in readMCURow()
2920 for (x3 = 0, x4 = 0; x3 < 8; ++x3, x4 += hSub) { in readMCURow()
2922 for (x5 = 0; x5 < hSub; ++x5) in readMCURow()
3251 int h, v, horiz, vert, hSub, vSub; in decodeImage() local
3262 hSub = horiz / 8; in decodeImage()
3287 if (hSub == 1 && vSub == 1) { in decodeImage()
3299 } else if (hSub == 2 && vSub == 2) { in decodeImage()
[all …]
/dports/graphics/poppler/poppler-21.12.0/poppler/
H A DStream.cc2857 int h, v, horiz, vert, hSub, vSub; in readMCURow() local
2881 hSub = horiz / 8; in readMCURow()
2892 if (hSub == 1 && vSub == 1) { in readMCURow()
2904 } else if (hSub == 2 && vSub == 2) { in readMCURow()
2920 for (x3 = 0, x4 = 0; x3 < 8; ++x3, x4 += hSub) { in readMCURow()
2922 for (x5 = 0; x5 < hSub; ++x5) in readMCURow()
3251 int h, v, horiz, vert, hSub, vSub; in decodeImage() local
3262 hSub = horiz / 8; in decodeImage()
3287 if (hSub == 1 && vSub == 1) { in decodeImage()
3299 } else if (hSub == 2 && vSub == 2) { in decodeImage()
[all …]

12