Home
last modified time | relevance | path

Searched refs:dirPos (Results 26 – 40 of 40) sorted by relevance

12

/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/src/DkCore/
H A DDkImageStorage.cpp863 int dirPos = endPos - sefhPos; in fixSamsungPanorama() local
880 QByteArray cdata = ba.mid(dirPos - noff, size); in fixSamsungPanorama()
892 int dataPos = dirPos - firstBlock; in fixSamsungPanorama()
/dports/math/vtk6/VTK-6.2.0/IO/Geometry/
H A DvtkWindBladeReader.cxx1579 std::string::size_type dirPos = std::string(fileName).rfind("/"); in SetUpGlobalData() local
1580 if (dirPos == std::string::npos) in SetUpGlobalData()
1584 this->RootDirectory = std::string(fileName).substr(0, dirPos); in SetUpGlobalData()
/dports/games/stratagus/stratagus-3.2.0/src/include/
H A Dunit.h594 extern Vec2i GetRndPosInDirection(const Vec2i &srcPos, const Vec2i &dirPos, const bool dirFrom, con…
/dports/math/vtk9/VTK-9.1.0/IO/PIO/
H A DPIOAdaptor.cxx485 std::string::size_type dirPos = this->descFileName.find_last_of(Slash); in parsePIOFile() local
487 if (dirPos == std::string::npos) in parsePIOFile()
497 dirName = this->descFileName.substr(0, dirPos); in parsePIOFile()
/dports/textproc/catdoc/catdoc-0.95/src/
H A Dole.c333 e->dirPos=oleBuf; in ole_readdir()
H A Dtags349 dirPos ole.h /^ unsigned char *dirPos;$/;" m struct:__anon2
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DnsStandardURL.cpp2835 uint32_t dirPos, basePos, extPos; in SetFilePath() local
2839 rv = mParser->ParseFilePath(filepath, flat.Length(), &dirPos, &dirLen, in SetFilePath()
2849 if (filepath[dirPos] != '/') { in SetFilePath()
2858 Substring(filepath + dirPos, filepath + dirPos + dirLen), in SetFilePath()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DnsStandardURL.cpp2677 uint32_t dirPos, basePos, extPos; in SetFilePath() local
2681 rv = mParser->ParseFilePath(filepath, flat.Length(), &dirPos, &dirLen, in SetFilePath()
2689 if (filepath[dirPos] != '/') spec.Append('/'); in SetFilePath()
2696 Substring(filepath + dirPos, filepath + dirPos + dirLen), in SetFilePath()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DnsStandardURL.cpp2706 uint32_t dirPos, basePos, extPos; in SetFilePath() local
2711 &dirPos, &dirLen, in SetFilePath()
2720 if (filepath[dirPos] != '/') in SetFilePath()
2727 encoder.EncodeSegment(Substring(filepath + dirPos, in SetFilePath()
2728 filepath + dirPos + dirLen), in SetFilePath()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DnsStandardURL.cpp2835 uint32_t dirPos, basePos, extPos; in SetFilePath() local
2839 rv = mParser->ParseFilePath(filepath, flat.Length(), &dirPos, &dirLen, in SetFilePath()
2849 if (filepath[dirPos] != '/') { in SetFilePath()
2858 Substring(filepath + dirPos, filepath + dirPos + dirLen), in SetFilePath()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DnsStandardURL.cpp2664 uint32_t dirPos, basePos, extPos; in SetFilePath() local
2668 rv = mParser->ParseFilePath(filepath, flat.Length(), &dirPos, &dirLen, in SetFilePath()
2676 if (filepath[dirPos] != '/') spec.Append('/'); in SetFilePath()
2683 Substring(filepath + dirPos, filepath + dirPos + dirLen), in SetFilePath()
/dports/games/stratagus/stratagus-3.2.0/src/unit/
H A Dunit.cpp2754 const Vec2i dirPos = dirUnit.tilePos + dirUnit.Type->GetHalfTileSize(); in GetRndPosInDirection() local
2755 return GetRndPosInDirection(srcPos, dirPos, dirFrom, minRange, devRadius, rangeDev); in GetRndPosInDirection()
2770 Vec2i GetRndPosInDirection(const Vec2i &srcPos, const Vec2i &dirPos, const bool dirFrom, const int … in GetRndPosInDirection() argument
2772 Vec2i pos = dirPos - srcPos; in GetRndPosInDirection()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-7156/
H A Dole.c300 e->dirPos=oleBuf; in ole_readdir()
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-7156/
H A Dole.c300 e->dirPos=oleBuf; in ole_readdir()
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DnsStandardURL.cpp2927 uint32_t dirPos, basePos, extPos; in SetFilePath() local
2931 rv = mParser->ParseFilePath(filepath, flat.Length(), &dirPos, &dirLen, in SetFilePath()
2941 if (filepath[dirPos] != '/') { in SetFilePath()
2950 Substring(filepath + dirPos, filepath + dirPos + dirLen), in SetFilePath()

12