Home
last modified time | relevance | path

Searched refs:eIx (Results 1 – 19 of 19) sorted by relevance

/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/util/
H A DmxBase64.java226 while (sIx < eIx && IA[sArr[sIx]] < 0) in decodeFast()
230 while (eIx > 0 && IA[sArr[eIx]] < 0) in decodeFast()
231 eIx--; in decodeFast()
234 int pad = sArr[eIx] == '=' ? (sArr[eIx - 1] == '=' ? 2 : 1) : 0; // Count '=' at end. in decodeFast()
266 for (int j = 0; sIx <= eIx - pad; j++) in decodeFast()
419 while (eIx > 0 && IA[sArr[eIx] & 0xff] < 0) in decodeFast()
420 eIx--; in decodeFast()
423 int pad = sArr[eIx] == '=' ? (sArr[eIx - 1] == '=' ? 2 : 1) : 0; // Count '=' at end. in decodeFast()
566 while (eIx > 0 && IA[s.charAt(eIx) & 0xff] < 0) in decodeFast()
567 eIx--; in decodeFast()
[all …]
/dports/math/reduce/Reduce-svn5758-src/jslisp/src/java/org/mathpiper/mpreduce/base64/
H A DBase64.java217 while (sIx < eIx && IA[sArr[sIx]] < 0) in decodeFast()
221 while (eIx > 0 && IA[sArr[eIx]] < 0) in decodeFast()
222 eIx--; in decodeFast()
225 int pad = sArr[eIx] == '=' ? (sArr[eIx - 1] == '=' ? 2 : 1) : 0; // Count '=' at end. in decodeFast()
253 for (int j = 0; sIx <= eIx - pad; j++) in decodeFast()
398 while (eIx > 0 && IA[sArr[eIx] & 0xff] < 0) in decodeFast()
399 eIx--; in decodeFast()
402 int pad = sArr[eIx] == '=' ? (sArr[eIx - 1] == '=' ? 2 : 1) : 0; // Count '=' at end. in decodeFast()
537 while (eIx > 0 && IA[s.charAt(eIx) & 0xff] < 0) in decodeFast()
538 eIx--; in decodeFast()
[all …]
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Ddefault_io.cpp593 SizeT eIx=0; // linear counter in ToStream() local
639 SizeT eIx=0; // linear counter in ToStream() local
685 SizeT eIx=0; // linear counter in ToStream() local
1273 else eIx++; in ToStream()
1278 else eIx++; in ToStream()
1287 else eIx++; in ToStream()
1292 else eIx++; in ToStream()
1307 else eIx++; in ToStream()
1312 else eIx++; in ToStream()
1323 else eIx++; in ToStream()
[all …]
H A Denvt.cpp1643 BaseGDL* p = GetKW( eIx); in AssureLongScalarKW()
1646 Throw("Expression undefined: "+GetString(eIx)); in AssureLongScalarKW()
1654 GetString(eIx)); in AssureLongScalarKW()
1658 BaseGDL* p = GetKW( eIx); in AssureLongScalarKW()
1669 GetString(eIx)); in AssureLongScalarKW()
1700 BaseGDL* p = GetKW( eIx); in AssureDoubleScalarKW()
1711 GetString(eIx)); in AssureDoubleScalarKW()
1743 BaseGDL* p = GetKW( eIx); in AssureFloatScalarKW()
1754 GetString(eIx)); in AssureFloatScalarKW()
1786 BaseGDL* p = GetKW( eIx); in AssureStringScalarKW()
[all …]
H A Ddatatypesref.cpp1017 SizeT eIx = c*gap; in CatInsert() local
1018 SizeT sIx = eIx + destStart; in CatInsert()
1019 eIx += destEnd; in CatInsert()
1023 for( SizeT destIx=sIx; destIx< eIx; ++destIx) in CatInsert()
1123 SizeT eIx = c*gap; in CatInsert() local
1124 SizeT sIx = eIx + destStart; in CatInsert()
1125 eIx += destEnd; in CatInsert()
1129 for( SizeT destIx=sIx; destIx< eIx; ++destIx) in CatInsert()
H A Dhash.cpp2612 for( SizeT eIx=0; eIx<nEntries; ++eIx) in hash_subset() local
2615 else actKey = index->NewIx( eIx); in hash_subset()
2662 for( SizeT eIx=0; eIx<nEntries; ++eIx) in hash_duplicate() local
2985 for( SizeT eIx=0; eIx < nParam/2; ++eIx) { in hash_create() local
2986 BaseGDL* key = e->GetPar( 2 * eIx); in hash_create()
3022 for( SizeT eIx=0; eIx < nParam/2; ++eIx) in hash_create() local
3024 SizeT keyIx = 2 * eIx; in hash_create()
3025 SizeT valueIx = 2 * eIx + 1; in hash_create()
3032 std::cout << i2s(eIx) << " key:"; in hash_create()
H A Dlist.cpp3294 for( SizeT eIx=0; eIx<valueN_Elements; ++eIx) in list__add() local
3300 pID = e->Interpreter()->NewHeap(1,value->NewIx(eIx)); in list__add()
3303 (*pHeap)[0] = (*static_cast<DPtrGDL*>(value))[eIx]; in list__add()
3338 for( SizeT eIx=0; eIx<valueN_Elements; ++eIx) in list__add() local
3348 DPtr pID = (*static_cast<DPtrGDL*>(value))[eIx]; in list__add()
3353 DObj ID = (*static_cast<DObjGDL*>(value))[eIx]; in list__add()
3475 for( SizeT eIx=0; eIx<p->N_Elements(); ++eIx) in list_fun() local
3481 pID = ip->NewHeap(1,p->NewIx(eIx)); in list_fun()
3484 (*pHeap)[0] = (*static_cast<DPtrGDL*>(p))[eIx]; in list_fun()
3752 for (SizeT eIx=0; eIx < valueN_Elements; ++eIx) { in container__remove() local
[all …]
/dports/graphics/cenon/Cenon/graphicsUndo.subproj/
H A DJoinGraphicsChange.m97 { int sIx=0, eIx, cnt = 0;
105 { eIx = [path getLastObjectOfSubPath2:sIx];
107 if ( eIx == sIx )
111 { sIx = eIx+1;
116 sIx = eIx+1;
/dports/ftp/sftpgo/sftpgo-2.2.0/telemetry/
H A Dtelemetry_test.go29 dV4vKmHUzwK/eIx+8Ay3neE=
/dports/ftp/sftpgo/sftpgo-2.2.0/ftpd/
H A Dinternal_test.go40 dV4vKmHUzwK/eIx+8Ay3neE=
H A Dftpd_test.go64 dV4vKmHUzwK/eIx+8Ay3neE=
/dports/ftp/sftpgo/sftpgo-2.2.0/webdavd/
H A Dinternal_test.go45 dV4vKmHUzwK/eIx+8Ay3neE=
H A Dwebdavd_test.go65 dV4vKmHUzwK/eIx+8Ay3neE=
/dports/ftp/sftpgo/sftpgo-2.2.0/httpd/
H A Dinternal_test.go54 dV4vKmHUzwK/eIx+8Ay3neE=
H A Dhttpd_test.go174 dV4vKmHUzwK/eIx+8Ay3neE=
/dports/graphics/cenon/Cenon/GraphicObjects.subproj/
H A DVPath.m1121 { int sIx=0, eIx;
1123 eIx = [self getLastObjectOfSubPath2:sIx];
1124 isDirectionCCW = [self directionOfSubPath:sIx :eIx];
/dports/graphics/gegl/gegl-0.4.34/tests/simple/reference/
H A Dexp-combine.hdr7 …ow�mNx�y_x�zex�zhx�lx�nx�nx�ۦw��nx�~mx�|lx�}kx��nx��ox�yfx滍w�Ǖw�~Ww�lNx�eIx�yw�͸w���w��dw��]w�q…
/dports/graphics/py-visvis/visvis-1.13.0/visvisResources/
H A Dbunny.ssdf4 …zTJf8v6KLZljH/x+8P/751lWuM/N36jsEQxQtj7IM4m+Qnuni37PWz30AHEEyV+KL4LYBxYh+01eIx/G5gMBrMewbrEpeWKa0l…
/dports/security/hashcat-legacy/hashcat-legacy-2.00/salts/
H A Dbrute-vbulletin.salt626709 eIx