Home
last modified time | relevance | path

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

/external/capstone/bindings/vb6/
DmMisc.bas110 col2Str = col2Str & hhex(v) & ", "
138 b2Str = b2Str & hhex(b(i)) & " "
271 Function hhex(b) As String function
272 hhex = Right("00" & Hex(b), 2)
DCInstruction.cls66 b = b & hhex(m_bytes(i)) & " "