Home | History | Annotate | Download | only in proto

Lines Matching defs:hex

153 		bs := hex(s[j])*16 + hex(s[j+1])
184 bs := hex(s[j])*16 + hex(s[j+1])
263 func hex(c uint8) uint8 {
283 x := hex(s[j])*16 + hex(s[j+1])