Home
last modified time | relevance | path

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

/trunk/main/tools/source/inet/
H A Dinetstrm.cxx818 static const sal_uInt8 pr2hex[128] = { variable
890 (pr2hex[(int)(pTokBuffer[0] & 0x7f)] << 4) | in PutMsgLine()
891 (pr2hex[(int)(pTokBuffer[1] & 0x7f)] & 15) ); in PutMsgLine()

Completed in 34 milliseconds