Lines Matching defs:cptr
77 short *cptr;94 cptr = c->val;100 *cptr++ = (short)(sum & LOWBITS);106 *cptr = (short)sum;108 cptr -= alen;109 cptr++;115 sum += *aptr++ * bcache + *cptr;116 *cptr++ = (short)(sum & LOWBITS);122 *cptr = (short)sum;124 cptr -= alen;125 cptr++;