Home | History | Annotate | Download | only in runtime

Lines Matching refs:s2Ptr

204 	s2Ptr [][2]uintptr
247 s2Ptr = make([][2]uintptr, C)
249 s2Ptr = append(s2Ptr, [2]uintptr{0x77, 0x88})
299 s2Ptr = make([][2]uintptr, 0)
301 s2Ptr = append(s2Ptr, [2]uintptr{0x77, 0x88})
302 s2Ptr = s2Ptr[:cap(s2Ptr)]