Lines Matching full:eltsize
1820 // an array whose elements are eltSize bytes wide.1826 func arrayAt(p unsafe.Pointer, i int, eltSize uintptr, whySafe string) unsafe.Pointer {1827 return add(p, uintptr(i)*eltSize, "i < len")