Home | History | Annotate | Download | only in json

Lines Matching defs:hex

200 			dst.WriteByte(hex[c>>4])
201 dst.WriteByte(hex[c&0xF])
210 dst.WriteByte(hex[src[i+2]&0xF])
267 var hex = "0123456789abcdef"
908 e.WriteByte(hex[b>>4])
909 e.WriteByte(hex[b&0xF])
937 e.WriteByte(hex[c&0xF])
983 e.WriteByte(hex[b>>4])
984 e.WriteByte(hex[b&0xF])
1012 e.WriteByte(hex[c&0xF])