Home | History | Annotate | Download | only in runtime

Lines Matching defs:objsize

151 const objsize = 320
153 type objtype [objsize]byte
177 xs := x[objsize:] // change objsize to objsize-1 and the test passes
193 b := make([]byte, objsize)
199 if p+objsize == q {
209 ss := x[objsize:] // change objsize to objsize-1 and the test passes