Home | History | Annotate | Download | only in python2.7

Lines Matching refs:hex_n

5491     hex_n = "%x" % n
5492 return 4*len(hex_n) - correction[hex_n[0]]