Home | History | Annotate | Download | only in test

Lines Matching full:byte

13 func seq(x, y int) [1000]byte {
14 var r [1000]byte
16 r[i] = byte(x + i*y)
21 func cmp(x, y [1000]byte) {
30 m := make(map[int][1000]byte)
41 type T [1]byte
42 type V [1]byte
52 type T [100]byte
53 type V [1]byte
63 type T [1]byte
64 type V [100]byte
74 type T [1000]byte
75 type V [1]byte
85 type T [1]byte
86 type V [1000]byte
96 type T [1000]byte
97 type V [1000]byte
107 type T [200]byte
108 type V [1]byte
118 type T [1]byte
119 type V [200]byte
129 type T [200]byte
130 type V [200]byte