Home | History | Annotate | Download | only in runtime

Lines Matching full:endp

981 		endp  *byte   // final ptrmask byte to read (then repeat)
982 endnb uintptr // number of valid bits in *endp
1094 // Clear p and endp as sentinel for using pbits.
1097 endp = nil
1101 endp = addb(ptrmask, n)
1217 if p != endp {
1350 print("ptrmask=", ptrmask, " p=", p, " endp=", endp, " endnb=", endnb, " pbits=", hex(pbits), " b=", hex(b), " nb=", nb, "\n")