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

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

Completed in 118 milliseconds