Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/common/
H A DStSRecordFile.cpp92 int StSRecordFile::hexDigitToInt(char digit) in hexDigitToInt() function in StSRecordFile
118 return (hexDigitToInt(nibbleCharHi) << 4) | hexDigitToInt(nibbleCharLo); in readHexByte()
H A DStSRecordFile.h104 int hexDigitToInt(char digit);