Home
last modified time | relevance | path

Searched refs:startOfFile (Results 1 – 11 of 11) sorted by relevance

/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/what4-1.1/src/What4/
H A DProgramLoc.hs23 , startOfFile
71 startOfFile :: FilePath -> Position
72 startOfFile path = sourcePos path 1 0 function
118 initializationLoc = ProgramLoc startFunctionName (startOfFile "")
/dports/games/residualvm/residualvm-0.3.1/image/
H A Djpeg.cpp80 bool startOfFile; member
86 source->startOfFile = true; in initSource()
94 if (source->startOfFile) { in fillInputBuffer()
108 source->startOfFile = false; in fillInputBuffer()
/dports/games/libretro-scummvm/scummvm-7b1e929/image/
H A Djpeg.cpp92 bool startOfFile; member
98 source->startOfFile = true; in initSource()
106 if (source->startOfFile) { in fillInputBuffer()
120 source->startOfFile = false; in fillInputBuffer()
/dports/games/scummvm/scummvm-2.5.1/image/
H A Djpeg.cpp92 bool startOfFile; member
98 source->startOfFile = true; in initSource()
106 if (source->startOfFile) { in fillInputBuffer()
120 source->startOfFile = false; in fillInputBuffer()
/dports/graphics/jogl/jogl-1.1.1_9/gluegen/src/java/com/sun/gluegen/pcpp/
H A DPCPP.java178 private boolean startOfFile; field in PCPP.ParseState
185 startOfFile = true; in ParseState()
193 boolean startOfFile() { return startOfFile; } in startOfFile() method in PCPP.ParseState
194 void setStartOfFile(boolean val) { startOfFile = val; } in setStartOfFile()
216 } else if (!state.startOfFile()) { in nextToken()
/dports/devel/binaryen/binaryen-version_98/src/support/
H A Darchive.cpp132 startOfFile = sizeof(ArchiveMemberHeader); in Child()
135 uint32_t Archive::Child::getSize() const { return len - startOfFile; } in getSize()
138 return {data + startOfFile, getSize()}; in getBuffer()
H A Darchive.h53 uint16_t startOfFile = 0; variable
/dports/graphics/jogamp-jogl/gluegen/src/java/com/jogamp/gluegen/pcpp/
H A DPCPP.java190 private boolean startOfFile; field in PCPP.ParseState
196 startOfFile = true; in ParseState()
231 boolean startOfFile() { in startOfFile() method in PCPP.ParseState
232 return startOfFile; in startOfFile()
236 startOfFile = val; in setStartOfFile()
271 } else if (!state.startOfFile()) { in nextToken()
/dports/archivers/kf5-karchive/karchive-5.89.0/src/
H A Dkzip.cpp442 bool startOfFile = true; in openArchive() local
456 startOfFile = false; in openArchive()
462 startOfFile = false; in openArchive()
597 startOfFile = false; in openArchive()
751 } else if (startOfFile) { in openArchive()
755 startOfFile = false; in openArchive()
/dports/graphics/tiled/tiled-1.7.2/src/karchive/src/
H A Dkzip.cpp457 bool startOfFile = true; in openArchive() local
471 startOfFile = false; in openArchive()
477 startOfFile = false; in openArchive()
615 startOfFile = false; in openArchive()
779 } else if (startOfFile) { in openArchive()
783 startOfFile = false; in openArchive()
/dports/devel/eric6/eric6-21.11/eric/eric6/ThirdParty/Jasy/jasy/script/tokenize/
H A DTokenizer.py165 startOfFile = self.cursor == 0
191 if startLine == self.line and not startOfFile:
232 if startLine == self.line and not startOfFile: