Searched refs:readHexByte (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/elftosb/dist/common/
H A DStSRecordFile.cpp107 int StSRecordFile::readHexByte(std::string & inString, int inIndex) function in class:StSRecordFile
148 newRecord.m_count = readHexByte(inLine, 2);
201 int addressByte = readHexByte(inLine, SRECORD_ADDRESS_START_CHAR_INDEX + i * 2);
216 int dataByte = readHexByte(inLine, dataStartCharIndex + i * 2);
227 newRecord.m_checksum = readHexByte(inLine, (int)inLine.length() - 2);
H A DStSRecordFile.h105 int readHexByte(std::string & inString, int inIndex);

Completed in 117 milliseconds