Home
last modified time | relevance | path

Searched refs:uLen (Results 26 – 50 of 552) sorted by relevance

12345678910>>...23

/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/win32/Effects11/Binary/
H A DSOParser.h295 uint32_t uLen = (uint32_t)strlen( pSemantic ); in ConsumeSemanticIndex() local
298 while( uLen > 0 && isdigit( (unsigned char)pSemantic[uLen - 1] ) ) in ConsumeSemanticIndex()
299 uLen--; in ConsumeSemanticIndex()
301 if( isdigit( (unsigned char)pSemantic[uLen] ) ) in ConsumeSemanticIndex()
303 m_newEntry.SemanticIndex = atoi( pSemantic + uLen ); in ConsumeSemanticIndex()
304 pSemantic[uLen] = '\0'; in ConsumeSemanticIndex()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objects/seq/test/
H A Dtest_seqport.cpp839 TSeqPos uLen = CSeqportUtil::GetAmbigs in GetAmbigsTest() local
853 cout << "Return length = " << uLen << endl; in GetAmbigsTest()
898 TSeqPos uLen = CSeqportUtil::Convert in ConvertTest() local
903 cout << "Return length = " << uLen << endl; in ConvertTest()
977 TSeqPos uLen in InPlaceReverseComplementTest() local
1031 TSeqPos uLen = in InPlaceReverseTest() local
1058 TSeqPos uLen = CSeqportUtil::Reverse in InCopyReverseTest() local
1086 TSeqPos uLen = CSeqportUtil::Complement in InPlaceComplementTest() local
1113 TSeqPos uLen = CSeqportUtil::Complement in InCopyComplementTest() local
1199 TSeqPos uLen = CSeqportUtil::GetCopy in GetCopyTest() local
[all …]
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dylocale.cc188 char* YLocale::localeString(const wchar_t* uStr, size_t uLen, size_t &lLen) { in localeString() argument
195 size_t lSize = 4 * uLen; in localeString()
202 size_t inlen = uLen * sizeof(wchar_t); in localeString()
224 size_t& uLen) in unicodeString() argument
252 uLen = reinterpret_cast<wchar_t *>(outbuf) - uStr; in unicodeString()
277 char* YLocale::narrowString(const wchar_t* uStr, size_t uLen, size_t& lLen) { in narrowString() argument
279 if (uStr == nullptr || uLen == 0) { in narrowString()
284 size_t size = 4 + 3 * uLen / 2; in narrowString()
H A Dylocale.h24 static char* localeString(const wchar_t* uStr, size_t uLen, size_t& lLen);
25 static wchar_t* unicodeString(const char* lStr, size_t lLen, size_t& uLen);
29 static char* narrowString(const wchar_t* uStr, size_t uLen, size_t& lLen);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libf2c/libF77/
H A DF77_aloc.c16 unsigned int uLen = (unsigned int) Len; /* for K&R C */ in F77_aloc() local
18 if (!(rv = (char *) malloc (uLen))) in F77_aloc()
20 fprintf (stderr, "malloc(%u) failure in %s\n", uLen, whence); in F77_aloc()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libf2c/libF77/
H A DF77_aloc.c16 unsigned int uLen = (unsigned int) Len; /* for K&R C */ in F77_aloc() local
18 if (!(rv = (char *) malloc (uLen))) in F77_aloc()
20 fprintf (stderr, "malloc(%u) failure in %s\n", uLen, whence); in F77_aloc()
/dports/math/libflame/libflame-5.2.0/src/map/lapack2flamec/f2c/install/util/other/
H A Df77_aloc.c17 unsigned int uLen = (unsigned int) Len; /* for K&R C */ in F77_aloc() local
19 if (!(rv = (char*)malloc(uLen))) in F77_aloc()
22 uLen, whence); in F77_aloc()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/pdf/
H A Dpdftextrecognition.h128 …double originX, double originY, CharCode code, int nBytes, POPPLER_CONST_082 Unicode* u, int uLen);
134 …dCharCommon(GfxState* state, double x, double y, double dx, double dy, Unicode const* u, int uLen);
135 … double dy, double originX, double originY, CharCode code, int nBytes, Unicode const* u, int uLen);
136 … double dy, double originX, double originY, CharCode code, int nBytes, Unicode const* u, int uLen);
137 … double dy, double originX, double originY, CharCode code, int nBytes, Unicode const* u, int uLen);
138 … double dy, double originX, double originY, CharCode code, int nBytes, Unicode const* u, int uLen);
/dports/science/afni/afni-AFNI_21.3.16/src/f2c/
H A DF77_aloc.c25 unsigned int uLen = (unsigned int) Len; /* for K&R C */ local
27 if (!(rv = (char*)malloc(uLen))) {
29 uLen, whence);
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A DF77_aloc.c24 unsigned int uLen = (unsigned int) Len; /* for K&R C */ local
26 if (!(rv = (char*)malloc(uLen))) {
28 uLen, whence);
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A DF77_aloc.c24 unsigned int uLen = (unsigned int) Len; /* for K&R C */ local
26 if (!(rv = (char*)malloc(uLen))) {
28 uLen, whence);
/dports/graphics/xpdf/xpdf-4.03/xpdf/
H A DCharCodeToUnicode.cc475 int uLen, j; in addMapping() local
503 if (uLen == 1) { in addMapping()
513 for (j = 0; j < uLen; ++j) { in addMapping()
516 sMap[sMapLen].u[uLen - 1] += offset; in addMapping()
517 sMap[sMapLen].len = uLen; in addMapping()
554 int uLen = 0; in parseUTF16String() local
566 if (uLen > 0 && uOut[uLen-1] >= 0xd800 && uOut[uLen-1] <= 0xdbff && in parseUTF16String()
568 uOut[uLen-1] = 0x10000 + ((uOut[uLen-1] & 0x03ff) << 10) + (u & 0x03ff); in parseUTF16String()
570 if (uLen < maxUnicodeString) { in parseUTF16String()
571 uOut[uLen++] = u; in parseUTF16String()
[all …]
/dports/graphics/xpdf4/xpdf-4.03/xpdf/
H A DCharCodeToUnicode.cc475 int uLen, j; in addMapping() local
503 if (uLen == 1) { in addMapping()
513 for (j = 0; j < uLen; ++j) { in addMapping()
516 sMap[sMapLen].u[uLen - 1] += offset; in addMapping()
517 sMap[sMapLen].len = uLen; in addMapping()
554 int uLen = 0; in parseUTF16String() local
566 if (uLen > 0 && uOut[uLen-1] >= 0xd800 && uOut[uLen-1] <= 0xdbff && in parseUTF16String()
568 uOut[uLen-1] = 0x10000 + ((uOut[uLen-1] & 0x03ff) << 10) + (u & 0x03ff); in parseUTF16String()
570 if (uLen < maxUnicodeString) { in parseUTF16String()
571 uOut[uLen++] = u; in parseUTF16String()
[all …]
/dports/math/igraph/igraph-0.9.5/vendor/f2c/
H A Df77_aloc.c33 unsigned int uLen = (unsigned int) Len; /* for K&R C */ local
35 if (!(rv = (char*)malloc(uLen))) {
37 uLen, whence);
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/libf2c/
H A Df77_aloc.c33 unsigned int uLen = (unsigned int) Len; /* for K&R C */ local
35 if (!(rv = (char*)malloc(uLen))) {
37 uLen, whence);
/dports/print/texlive-base/texlive-20150521-source/utils/pmx/pmx-2.7.0/libf2c/
H A Df77_aloc.c33 unsigned int uLen = (unsigned int) Len; /* for K&R C */ local
35 if (!(rv = (char*)malloc(uLen))) {
37 uLen, whence);
/dports/math/geogram/geogram-1.7.7/src/lib/third_party/numerics/LIBF2C/
H A Df77_aloc.c33 unsigned int uLen = (unsigned int) Len; /* for K&R C */ local
35 if (!(rv = (char*)malloc(uLen))) {
37 uLen, whence);
/dports/misc/visp/visp-3.4.0/3rdparty/clapack/f2c/
H A Df77_aloc.c33 unsigned int uLen = (unsigned int) Len; /* for K&R C */ local
35 if (!(rv = (char*)malloc(uLen))) {
37 uLen, whence);
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/punc/src/vf2c/
H A Df77_aloc.c33 unsigned int uLen = (unsigned int) Len; /* for K&R C */ local
35 if (!(rv = (char*)malloc(uLen))) {
37 uLen, whence);
/dports/lang/f2c/f2c-20200916/libf2c/
H A Df77_aloc.c33 unsigned int uLen = (unsigned int) Len; /* for K&R C */ local
35 if (!(rv = (char*)malloc(uLen))) {
37 uLen, whence);
/dports/misc/vxl/vxl-3.3.2/v3p/netlib/libf2c/
H A Df77_aloc.c33 unsigned int uLen = (unsigned int) Len; /* for K&R C */ local
35 if (!(rv = (char*)malloc(uLen))) {
37 uLen, whence);
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/ext/qm-dsp/ext/clapack/src/
H A Df77_aloc.c33 unsigned int uLen = (unsigned int) Len; /* for K&R C */ local
35 if (!(rv = (char*)malloc(uLen))) {
37 uLen, whence);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/bjeavons/zxcvbn-php/src/Matchers/
H A DDictionaryMatch.php101 $uLen = 0;
108 $uLen += 1;
116 foreach (range(0, min($uLen, $lLen ) + 1) as $i) {
117 $possibilities += $this->binom($uLen + $lLen, $i);
H A DL33tMatch.php100 $uLen = 0;
107 $uLen++;
110 foreach (range(0, min($uLen, $sLen)) as $i) {
111 $possibilities += $this->binom($uLen + $sLen, $i);
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/codec/
H A Ddeflate.cpp529 uint32_t uLen, nLen; in _decode() local
530 BL_DEFLATE_READ_BITS(uLen, 16); in _decode()
533 if ((uLen ^ 0xFFFF) != nLen) in _decode()
535 BL_DEFLATE_PROPAGATE(_ensureDstSize(uLen)); in _decode()
540 while (dflSize != 0 && uLen) { in _decode()
543 uLen--; in _decode()
547 while (uLen > 0) { in _decode()
551 nLen = blMin(uLen, uint32_t((size_t)(dflEnd - dflPtr))); in _decode()
557 uLen -= nLen; in _decode()
560 _dstPtr += uLen; in _decode()

12345678910>>...23