Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dunit.cpp787 auto headerBytes{static_cast<std::int64_t>(sizeof header)}; in BackspaceVariableUnformattedRecord() local
790 if (frameOffsetInFile_ <= headerBytes) { in BackspaceVariableUnformattedRecord()
798 ReadFrame(frameOffsetInFile_ - headerBytes, headerBytes, handler)}; in BackspaceVariableUnformattedRecord()
799 if (static_cast<std::int64_t>(got) < headerBytes) { in BackspaceVariableUnformattedRecord()
805 if (frameOffsetInFile_ < *recordLength + 2 * headerBytes) { in BackspaceVariableUnformattedRecord()
809 frameOffsetInFile_ -= *recordLength + 2 * headerBytes; in BackspaceVariableUnformattedRecord()
810 if (frameOffsetInFile_ >= headerBytes) { in BackspaceVariableUnformattedRecord()
811 frameOffsetInFile_ -= headerBytes; in BackspaceVariableUnformattedRecord()
812 recordOffsetInFrame_ = headerBytes; in BackspaceVariableUnformattedRecord()