Lines Matching refs:p1
53 unsigned char *p1, *p2;66 p1 = mem;69 *p1++ = (p2[0] << b) | (p2[1] >> (8-b));73 *p1++ = (p2[0] << b);77 *p1++ = 0;81 /* p1 is already right */84 *p1++ = (p2[0] << b) | (p2[1] >> (8-b));88 *p1++ = (p2[0] << b);93 *p1++ = 0;100 p1 = p2;103 *p1 &= m;105 p1++;