Home
last modified time | relevance | path

Searched refs:nextDir (Results 1 – 25 of 90) sorted by relevance

1234

/dports/www/firefox-legacy/firefox-52.8.0esr/mozglue/linker/
H A DZip.cpp65 , nextDir(nullptr) in Zip()
126 if (!nextDir || !nextDir->GetName().Equals(path)) { in GetStream()
132 nextDir = entry; in GetStream()
134 if (!nextDir) { in GetStream()
142 + nextDir->offset); in GetStream()
151 out->compressedSize = nextDir->compressedSize; in GetStream()
152 out->uncompressedSize = nextDir->uncompressedSize; in GetStream()
153 out->CRC32 = nextDir->CRC32; in GetStream()
154 out->type = static_cast<Stream::Type>(uint16_t(nextDir->compression)); in GetStream()
157 nextDir = nextDir->GetNext(); in GetStream()
/dports/lang/spidermonkey60/firefox-60.9.0/mozglue/linker/
H A DZip.cpp63 nextDir(nullptr), in Zip()
118 if (!nextDir || !nextDir->GetName().Equals(path)) { in GetStream()
124 nextDir = entry; in GetStream()
126 if (!nextDir) { in GetStream()
134 LocalFile::validate(static_cast<const char *>(mapped) + nextDir->offset); in GetStream()
143 out->compressedSize = nextDir->compressedSize; in GetStream()
144 out->uncompressedSize = nextDir->uncompressedSize; in GetStream()
145 out->CRC32 = nextDir->CRC32; in GetStream()
146 out->type = static_cast<Stream::Type>(uint16_t(nextDir->compression)); in GetStream()
149 nextDir = nextDir->GetNext(); in GetStream()
/dports/www/firefox-esr/firefox-91.8.0/mozglue/linker/
H A DZip.cpp63 nextDir(nullptr), in Zip()
118 if (!nextDir || !nextDir->GetName().Equals(path)) { in GetStream()
124 nextDir = entry; in GetStream()
126 if (!nextDir) { in GetStream()
134 LocalFile::validate(static_cast<const char*>(mapped) + nextDir->offset); in GetStream()
143 out->compressedSize = nextDir->compressedSize; in GetStream()
144 out->uncompressedSize = nextDir->uncompressedSize; in GetStream()
145 out->CRC32 = nextDir->CRC32; in GetStream()
146 out->type = static_cast<Stream::Type>(uint16_t(nextDir->compression)); in GetStream()
149 nextDir = nextDir->GetNext(); in GetStream()
/dports/www/firefox/firefox-99.0/mozglue/linker/
H A DZip.cpp63 nextDir(nullptr), in Zip()
118 if (!nextDir || !nextDir->GetName().Equals(path)) { in GetStream()
124 nextDir = entry; in GetStream()
126 if (!nextDir) { in GetStream()
134 LocalFile::validate(static_cast<const char*>(mapped) + nextDir->offset); in GetStream()
143 out->compressedSize = nextDir->compressedSize; in GetStream()
144 out->uncompressedSize = nextDir->uncompressedSize; in GetStream()
145 out->CRC32 = nextDir->CRC32; in GetStream()
146 out->type = static_cast<Stream::Type>(uint16_t(nextDir->compression)); in GetStream()
149 nextDir = nextDir->GetNext(); in GetStream()
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/linker/
H A DZip.cpp63 nextDir(nullptr), in Zip()
118 if (!nextDir || !nextDir->GetName().Equals(path)) { in GetStream()
124 nextDir = entry; in GetStream()
126 if (!nextDir) { in GetStream()
134 LocalFile::validate(static_cast<const char*>(mapped) + nextDir->offset); in GetStream()
143 out->compressedSize = nextDir->compressedSize; in GetStream()
144 out->uncompressedSize = nextDir->uncompressedSize; in GetStream()
145 out->CRC32 = nextDir->CRC32; in GetStream()
146 out->type = static_cast<Stream::Type>(uint16_t(nextDir->compression)); in GetStream()
149 nextDir = nextDir->GetNext(); in GetStream()
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/linker/
H A DZip.cpp63 nextDir(nullptr), in Zip()
118 if (!nextDir || !nextDir->GetName().Equals(path)) { in GetStream()
124 nextDir = entry; in GetStream()
126 if (!nextDir) { in GetStream()
134 LocalFile::validate(static_cast<const char*>(mapped) + nextDir->offset); in GetStream()
143 out->compressedSize = nextDir->compressedSize; in GetStream()
144 out->uncompressedSize = nextDir->uncompressedSize; in GetStream()
145 out->CRC32 = nextDir->CRC32; in GetStream()
146 out->type = static_cast<Stream::Type>(uint16_t(nextDir->compression)); in GetStream()
149 nextDir = nextDir->GetNext(); in GetStream()
/dports/net-mgmt/mrtg/mrtg-2.17.4/contrib/mrtg-archiver-script/
H A Dmrtgnav8 my ($rq, $rf, $prevDir, $nextDir, $newLocation);
40 if($i < $#dirs) { $nextDir = $dirs[$i + 1] }
41 else { $nextDir = $subdir }
54 if(-f "$HtmlBase/$basedir/$nextDir/$file") {
/dports/multimedia/onevpl/oneVPL-2022.0.6/dispatcher/vpl/
H A Dmfx_dispatcher_vpl_loader.cpp446 STRING_TYPE nextDir = (*it); in BuildListOfCandidateLibs() local
469 STRING_TYPE nextDir = (*it); in BuildListOfCandidateLibs() local
479 STRING_TYPE nextDir = (*it); in BuildListOfCandidateLibs() local
489 STRING_TYPE nextDir = (*it); in BuildListOfCandidateLibs() local
499 STRING_TYPE nextDir = (*it); in BuildListOfCandidateLibs() local
509 STRING_TYPE nextDir = (*it); in BuildListOfCandidateLibs() local
519 STRING_TYPE nextDir = (*it); in BuildListOfCandidateLibs() local
529 STRING_TYPE nextDir = (*it); in BuildListOfCandidateLibs() local
539 STRING_TYPE nextDir = (*it); in BuildListOfCandidateLibs() local
549 STRING_TYPE nextDir = (*it); in BuildListOfCandidateLibs() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/tests/
H A Dmbcs.c65 char nextDir[256]; in TraverseDirectory() local
96 sprintf( nextDir, "%s/%s", dir, dirEntry->name ); in TraverseDirectory()
97 TraverseDirectory(nextDir); in TraverseDirectory()
/dports/www/firefox/firefox-99.0/nsprpub/pr/tests/
H A Dmbcs.c65 char nextDir[256]; in TraverseDirectory() local
96 sprintf( nextDir, "%s/%s", dir, dirEntry->name ); in TraverseDirectory()
97 TraverseDirectory(nextDir); in TraverseDirectory()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/tests/
H A Dmbcs.c65 char nextDir[256]; in TraverseDirectory() local
96 sprintf( nextDir, "%s/%s", dir, dirEntry->name ); in TraverseDirectory()
97 TraverseDirectory(nextDir); in TraverseDirectory()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/tests/
H A Dmbcs.c65 char nextDir[256]; in TraverseDirectory() local
96 sprintf( nextDir, "%s/%s", dir, dirEntry->name ); in TraverseDirectory()
97 TraverseDirectory(nextDir); in TraverseDirectory()
/dports/devel/nspr/nspr-4.33/nspr/pr/tests/
H A Dmbcs.c64 char nextDir[256]; in TraverseDirectory() local
95 sprintf( nextDir, "%s/%s", dir, dirEntry->name ); in TraverseDirectory()
96 TraverseDirectory(nextDir); in TraverseDirectory()
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/tests/
H A Dmbcs.c65 char nextDir[256]; in TraverseDirectory() local
96 sprintf( nextDir, "%s/%s", dir, dirEntry->name ); in TraverseDirectory()
97 TraverseDirectory(nextDir); in TraverseDirectory()
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/tests/
H A Dmbcs.c65 char nextDir[256]; in TraverseDirectory() local
96 sprintf( nextDir, "%s/%s", dir, dirEntry->name ); in TraverseDirectory()
97 TraverseDirectory(nextDir); in TraverseDirectory()
/dports/devel/folly/folly-2021.12.27.00/folly/portability/
H A DDirent.cpp72 dirent* nextDir() { in nextDir() function
118 return dir->nextDir(); in readdir()
125 *ent = dir->nextDir(); in readdir_r()
/dports/audio/mixxx/mixxx-2.3.0/src/library/scanner/
H A Drecursivescandirectorytask.cpp108 foreach (const QDir& nextDir, dirsToScan) { in run()
112 if (!m_scannerGlobal->testAndMarkDirectoryScanned(nextDir)) { in run()
115 nextDir, m_pToken, m_scanUnhashed)); in run()
/dports/cad/sumo/sumo-1.2.0/src/microsim/pedestrians/
H A DMSPModel_Striping.cpp421 int nextDir = UNDEFINED_DIRECTION; in getNextLane() local
438 if (nextDir == FORWARD) { in getNextLane()
447 nextDir = ped.myDir; in getNextLane()
487 if (nextDir == FORWARD) { in getNextLane()
513 nextDir = -ped.myDir; in getNextLane()
516 nextDir = ped.myDir; in getNextLane()
576 << " d=" << nextDir in getNextLane()
698 nextDir = currentDir; in getNextLaneObstacles()
725 if (nextDir != currentDir) { in getNextLaneObstacles()
761 if (nextDir == FORWARD) { in transformToCurrentLanePositions()
[all …]
/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/hfsexplorer/
H A DHFSExplorer.java632 CommonHFSCatalogLeafRecord nextDir = null; in operationBrowse() local
643 nextDir = rec; in operationBrowse()
648 if(nextDir == null) { in operationBrowse()
653 pathStack.addLast(nextDir.getKey().getNodeName().toString()); in operationBrowse()
655 currentDir = nextDir;//nextFolder.getFolderID(); in operationBrowse()
692 CommonHFSCatalogLeafRecord nextDir = null; in operationBrowse() local
700 nextDir = rec; in operationBrowse()
705 if(nextDir == null) { in operationBrowse()
710 pathStack.addLast(nextDir.getKey().getNodeName().toString()); in operationBrowse()
712 currentDir = nextDir;//nextFolder.getFolderID(); in operationBrowse()
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Repository/
H A DTraverse.hs122 nextDir dir = case dirformat of function
129 mbNextInv <- getStartingWithHash (nextDir startingWith) startingWith
176 nextDir dir =
183 inv <- readInventoryLocal (nextDir startingWith </> startingWith)
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Graphics/
H A DRgbaColorRenderer.cs152 var nextDir = (next - end) / (next - end).XY.Length; in DrawConnectedLine()
153 var nextCorner = width / 2 * new float3(-nextDir.Y, nextDir.X, nextDir.Z); in DrawConnectedLine()
156 …var cc = closed || i < limit - 1 ? IntersectionOf(end + corner, dir, end + nextCorner, nextDir) : … in DrawConnectedLine()
157 …var cd = closed || i < limit - 1 ? IntersectionOf(end - corner, dir, end - nextCorner, nextDir) : … in DrawConnectedLine()
170 dir = nextDir; in DrawConnectedLine()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DFOV.cc264 INT8 nextDir = 0; in RevealRoofsAndItems() local
370 nextDir = 99; in RevealRoofsAndItems()
381 nextDir = ViewPath2[maincnt][markercnt+1]; in RevealRoofsAndItems()
387 nextDir = ViewPath[maincnt][markercnt+1]; in RevealRoofsAndItems()
421 if ( nextDir == NOVIEW ) in RevealRoofsAndItems()
423 nextDir = 99; in RevealRoofsAndItems()
553 if (nextDir != 99) in RevealRoofsAndItems()
555 …BlockingStructureInfo( (INT16)marker, (INT8)Dir[ markerDir ], (INT8)Dir[ nextDir ], ubLevel, &bStr… in RevealRoofsAndItems()
/dports/devel/grantlee5/grantlee-5.2.0/templates/lib/
H A Dengine.cpp254 const auto nextDir = m_pluginDirs.at(pluginIndex++); in getScriptLibraryName() local
255 const QString libFileName = nextDir + prefix + name + QStringLiteral(".qs"); in getScriptLibraryName()
317 const auto nextDir = m_pluginDirs.at(pluginIndex++); in loadCppLibrary() local
319 = nextDir + QStringLiteral("/grantlee/") in loadCppLibrary()
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dudir.h25 bool nextDir();
81 bool nextDir();
/dports/audio/sidplay/sidplay-base-1.0.9/
H A Dsidcon.cpp327 DIR* nextDir; in recurseDir() local
328 if ((nextDir = opendir(newPath)) == 0) in recurseDir()
334 recurseDir(nextDir,newPath); in recurseDir()

1234