Home
last modified time | relevance | path

Searched refs:spaceIdx (Results 1 – 25 of 57) sorted by relevance

123

/dports/benchmarks/polygraph/polygraph-4.13.0/src/pgl/
H A DVerFourAsSym.cc89 for (int h = 0, spaceIdx = 0; h < hostCnt && spaceIdx < spaceSize; ++h) { in distributeAddrs() local
92 for (int a = 0; a < agentPerHost/addrLoad && spaceIdx < spaceSize; ++a) { // agents in distributeAddrs()
94 lastAddr = &(const NetAddrSym&)addrSpace->item(spaceIdx++)->cast(NetAddrSym::TheType); in distributeAddrs()
100 if (const String err = skipSubnet(lastAddr->val(), maxSubnet, addrSpace, spaceIdx)) in distributeAddrs()
113 …::skipSubnet(const NetAddr &lastAddr, int subnet, const ArraySym *addrSpace, int &spaceIdx) const { in skipSubnet()
115 Assert(spaceIdx < spaceSize); in skipSubnet()
116 for (; spaceIdx < spaceSize; ++spaceIdx) { in skipSubnet()
117 const NetAddrSym *nas = &(const NetAddrSym&)addrSpace->item(spaceIdx)->cast(NetAddrSym::TheType); in skipSubnet()
H A DVerFourAsSym.h30 …String skipSubnet(const NetAddr &lastAddr, int subnet, const ArraySym *addrSpace, int &spaceIdx) c…
/dports/editors/kate/kate-21.12.3/addons/project/tools/
H A Dkateprojectcodeanalysistoolclazy.cpp90 int spaceIdx = line.indexOf(QLatin1Char(' '), nextColon); in parseLine() local
91 if (spaceIdx < 0) { in parseLine()
95 idxColon = line.indexOf(QLatin1Char(':'), spaceIdx); in parseLine()
100 QString severity = line.mid(spaceIdx + 1, idxColon - (spaceIdx + 1)); in parseLine()
/dports/security/beid/eid-mw-5.0.8/plugins_tools/eid-viewer/conversions/
H A Ddob.cpp145 size_t spaceIdx = original.find_first_of(TEXT(".")); in input() local
146 if (std::string::npos == spaceIdx) { in input()
147 spaceIdx = original.find_first_of(TEXT(" ")); in input()
149 …month = frommonth[original.substr(spaceIdx + 1, original.find_first_of(TEXT(" ."), spaceIdx + 1) -… in input()
/dports/www/writefreely/writefreely-0.13.1/parse/
H A Dposts.go76 spaceIdx := strings.LastIndexByte(s, ' ')
77 if spaceIdx > -1 {
78 s = s[:spaceIdx]
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/
H A DMegaFormat.cpp141 int spaceIdx = line.indexOf(' '); in readName() local
142 if (-1 != spaceIdx) { in readName()
143 name = line.left(spaceIdx); in readName()
144 line = line.mid(spaceIdx); in readName()
474 int spaceIdx = line.indexOf(' '); in readSequence() local
476 while (-1 != spaceIdx) { in readSequence()
478 if (-1 != separatorIdx && separatorIdx < spaceIdx) { in readSequence()
481 line = line.left(spaceIdx).append(line.mid(spaceIdx + 1)); in readSequence()
482 spaceIdx = line.indexOf(' '); in readSequence()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/src/org/eclipse/equinox/internal/p2/touchpoint/eclipse/actions/
H A DChmodAction.java72 int spaceIdx = r.indexOf(' '); in execute() local
73 if (spaceIdx < 0) { in execute()
77 collect.add(r.substring(0, spaceIdx)); in execute()
78 r = r.substring(spaceIdx + 1); in execute()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/io/kml/
H A DKMLReader.java113 int spaceIdx = coordinates.indexOf(' '); in parseKMLCoordinates() local
117 if (spaceIdx == -1) { in parseKMLCoordinates()
118 spaceIdx = coordinates.length(); in parseKMLCoordinates()
121 String coordinate = coordinates.substring(currentIdx, spaceIdx); in parseKMLCoordinates()
142 currentIdx = spaceIdx + 1; in parseKMLCoordinates()
143 spaceIdx = coordinates.indexOf(' ', currentIdx); in parseKMLCoordinates()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/src/org/eclipse/equinox/internal/p2/touchpoint/natives/actions/
H A DChmodAction.java161 int spaceIdx = r.indexOf(' '); in doChmod() local
162 if (spaceIdx < 0) { in doChmod()
166 collect.add(r.substring(0, spaceIdx)); in doChmod()
167 r = r.substring(spaceIdx + 1); in doChmod()
/dports/security/wolfssh/wolfssh-1.4.8/src/
H A Dwolfscp.c900 word32 idx, spaceIdx; in GetScpFileSize() local
906 spaceIdx = idx; in GetScpFileSize()
913 buf[spaceIdx] = '\n'; in GetScpFileSize()
917 buf[spaceIdx] = ' '; in GetScpFileSize()
918 idx = spaceIdx; in GetScpFileSize()
1000 word32 idx, spaceIdx; in GetScpTimestamp() local
1006 spaceIdx = idx; in GetScpTimestamp()
1019 buf[spaceIdx] = '\n'; in GetScpTimestamp()
1023 buf[spaceIdx] = ' '; in GetScpTimestamp()
1044 spaceIdx = idx; in GetScpTimestamp()
[all …]
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/
H A Dmanager-file.cpp301 int spaceIdx = key.indexOf(QLatin1String(" ")); in parse() local
302 if (spaceIdx == -1) { in parse()
306 QString propertyName = key.mid(0, spaceIdx); in parse()
307 QString signature = key.mid(spaceIdx + 1); in parse()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tools/loader/
H A DTextTranslator.cpp99 auto spaceIdx = line.find(" "); in addWord() local
100 DCHECK(spaceIdx != llvm::StringRef::npos) in addWord()
103 auto word = line.take_front(spaceIdx); in addWord()
/dports/math/vtk8/VTK-8.2.0/IO/AMR/
H A DvtkAMRFlashReaderInternal.cxx45 hid_t spaceIdx = H5Dget_space( dataIndx ); in GetBlockAttribute() local
47 hsize_t numbDims = H5Sget_simple_extent_dims( spaceIdx, dataDims, nullptr ); in GetBlockAttribute()
160 H5Sclose( spaceIdx ); in GetBlockAttribute()
1330 hsize_t spaceIdx = H5Dget_space( dataIndx ); // data space index in ReadParticlesComponent() local
1337 H5Sselect_hyperslab ( spaceIdx, H5S_SELECT_SET, theShift, in ReadParticlesComponent()
1340 spaceIdx, H5P_DEFAULT, dataBuff ); in ReadParticlesComponent()
1342 H5Sclose( spaceIdx ); in ReadParticlesComponent()
H A DvtkAMREnzoReaderInternal.cxx502 hid_t spaceIdx = H5Dget_space( attrIndx ); in LoadAttribute() local
503 H5Sget_simple_extent_dims( spaceIdx, cellDims, nullptr ); in LoadAttribute()
504 hsize_t numbDims = H5Sget_simple_extent_ndims( spaceIdx ); in LoadAttribute()
520 H5Gclose( spaceIdx ); in LoadAttribute()
625 H5Tclose( spaceIdx ); in LoadAttribute()
H A DvtkAMREnzoParticlesReader.cxx107 hid_t spaceIdx = H5Dget_space( arrayIdx ); in GetDoubleArrayByName() local
108 H5Sget_simple_extent_dims( spaceIdx, dimValus, nullptr ); in GetDoubleArrayByName()
/dports/math/vtk9/VTK-9.1.0/IO/AMR/
H A DvtkAMRFlashReaderInternal.cxx46 hid_t spaceIdx = H5Dget_space(dataIndx); in GetBlockAttribute() local
48 hsize_t numbDims = H5Sget_simple_extent_dims(spaceIdx, dataDims, nullptr); in GetBlockAttribute()
145 H5Sclose(spaceIdx); in GetBlockAttribute()
1215 hsize_t spaceIdx = H5Dget_space(dataIndx); // data space index in ReadParticlesComponent() local
1222 H5Sselect_hyperslab(spaceIdx, H5S_SELECT_SET, theShift, nullptr, numReads, nullptr); in ReadParticlesComponent()
1223 H5Dread(dataIndx, H5T_NATIVE_DOUBLE, spaceMem, spaceIdx, H5P_DEFAULT, dataBuff); in ReadParticlesComponent()
1225 H5Sclose(spaceIdx); in ReadParticlesComponent()
H A DvtkAMREnzoReaderInternal.cxx440 hid_t spaceIdx = H5Dget_space(attrIndx); in LoadAttribute() local
441 H5Sget_simple_extent_dims(spaceIdx, cellDims, nullptr); in LoadAttribute()
442 hsize_t numbDims = H5Sget_simple_extent_ndims(spaceIdx); in LoadAttribute()
458 H5Gclose(spaceIdx); in LoadAttribute()
563 H5Tclose(spaceIdx); in LoadAttribute()
H A DvtkAMREnzoParticlesReader.cxx105 hid_t spaceIdx = H5Dget_space(arrayIdx); in GetDoubleArrayByName() local
106 H5Sget_simple_extent_dims(spaceIdx, dimValus, nullptr); in GetDoubleArrayByName()
/dports/math/vtk6/VTK-6.2.0/IO/AMR/
H A DvtkAMRFlashReaderInternal.cxx45 hid_t spaceIdx = H5Dget_space( dataIndx ); in GetBlockAttribute() local
47 hsize_t numbDims = H5Sget_simple_extent_dims( spaceIdx, dataDims, NULL ); in GetBlockAttribute()
160 H5Sclose( spaceIdx ); in GetBlockAttribute()
1338 hsize_t spaceIdx = H5Dget_space( dataIndx ); // data space index in ReadParticlesComponent() local
1345 H5Sselect_hyperslab ( spaceIdx, H5S_SELECT_SET, theShift, in ReadParticlesComponent()
1348 spaceIdx, H5P_DEFAULT, dataBuff ); in ReadParticlesComponent()
1350 H5Sclose( spaceIdx ); in ReadParticlesComponent()
H A DvtkAMREnzoReaderInternal.cxx502 hid_t spaceIdx = H5Dget_space( attrIndx ); in LoadAttribute() local
503 H5Sget_simple_extent_dims( spaceIdx, cellDims, NULL ); in LoadAttribute()
504 hsize_t numbDims = H5Sget_simple_extent_ndims( spaceIdx ); in LoadAttribute()
520 H5Gclose( spaceIdx ); in LoadAttribute()
633 H5Tclose( spaceIdx ); in LoadAttribute()
H A DvtkAMREnzoParticlesReader.cxx107 hid_t spaceIdx = H5Dget_space( arrayIdx ); in GetDoubleArrayByName() local
108 H5Sget_simple_extent_dims( spaceIdx, dimValus, NULL ); in GetDoubleArrayByName()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/tools/qmllint/
H A Dtypedescriptionreader.cpp594 int spaceIdx = exp.indexOf(QLatin1Char(' ')); in readExports() local
595 ComponentVersion version(exp.mid(spaceIdx + 1)); in readExports()
597 if (spaceIdx == -1 || !version.isValid()) { in readExports()
606 QString name = exp.mid(slashIdx + 1, spaceIdx - (slashIdx+1)); in readExports()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/tools/qmllint/
H A Dtypedescriptionreader.cpp594 int spaceIdx = exp.indexOf(QLatin1Char(' ')); in readExports() local
595 ComponentVersion version(exp.mid(spaceIdx + 1)); in readExports()
597 if (spaceIdx == -1 || !version.isValid()) { in readExports()
606 QString name = exp.mid(slashIdx + 1, spaceIdx - (slashIdx+1)); in readExports()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/3rdparty/qtcreator-libs/qmljs/
H A Dqmljstypedescriptionreader.cpp579 int spaceIdx = exp.indexOf(QLatin1Char(' ')); in readExports() local
580 ComponentVersion version(exp.mid(spaceIdx + 1)); in readExports()
582 if (spaceIdx == -1 || !version.isValid()) { in readExports()
589 QString name = exp.mid(slashIdx + 1, spaceIdx - (slashIdx+1)); in readExports()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmljs/
H A Dqmljstypedescriptionreader.cpp550 int spaceIdx = exp.indexOf(QLatin1Char(' ')); in readExports() local
551 ComponentVersion version(exp.mid(spaceIdx + 1)); in readExports()
553 if (spaceIdx == -1 || !version.isValid()) { in readExports()
560 QString name = exp.mid(slashIdx + 1, spaceIdx - (slashIdx+1)); in readExports()

123