Searched refs:pr2hex (Results 1 – 1 of 1) sorted by relevance
818 static const sal_uInt8 pr2hex[128] = { variable890 (pr2hex[(int)(pTokBuffer[0] & 0x7f)] << 4) | in PutMsgLine()891 (pr2hex[(int)(pTokBuffer[1] & 0x7f)] & 15) ); in PutMsgLine()
Completed in 27 milliseconds