Searched refs:hexstr (Results 1 – 1 of 1) sorted by relevance
27 def decodeHex(hexstr,bits,mask): argument28 value = int(hexstr,16) & mask