Home
last modified time | relevance | path

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

/dports/devel/xelfviewer/XELFViewer-0.03/Formats/
H A Dxbinary.h804 static quint32 hexToUint32(QString sHex,bool bIsBigEndian=false);
H A Dxbinary.cpp5597 quint32 XBinary::hexToUint32(QString sHex, bool bIsBigEndian) in hexToUint32() function in XBinary
/dports/devel/xelfviewer/XELFViewer-0.03/SpecAbstract/
H A Dspecabstract.cpp10647 quint32 nLength=XBinary::hexToUint32(pBinaryInfo->basic_info.sHeaderSignature.mid(0,8)); in Binary_handle_Certificates()