Home | History | Annotate | Download | only in fixedbugs

Lines Matching full:byte

10 	m(a, b, c, d, e, f, g, h byte)
15 func (x Int8) m(a, b, c, d, e, f, g, h byte) {
21 func (x Uint8) m(a, b, c, d, e, f, g, h byte) {
27 func (x Int16) m(a, b, c, d, e, f, g, h byte) {
33 func (x Uint16) m(a, b, c, d, e, f, g, h byte) {
39 func (x Int32) m(a, b, c, d, e, f, g, h byte) {
45 func (x Uint32) m(a, b, c, d, e, f, g, h byte) {
51 func (x Int64) m(a, b, c, d, e, f, g, h byte) {
57 func (x Uint64) m(a, b, c, d, e, f, g, h byte) {
80 func check(desc string, have, want int64, a, b, c, d, e, f, g, h byte) {