Home | History | Annotate | Download | only in dev

Lines Matching defs:cp1

478 	volatile u_int8_t *cp1;
483 cp1 = (volatile u_int8_t *) h + o + 0x10000;
486 cp1 = (volatile u_int8_t *) h + o;
492 *p++ = *cp1;
493 cp1 += 2;
496 temp = cp1;
497 cp1 = cp2;
506 volatile u_int8_t *cp1;
511 cp1 = (volatile u_int8_t *) h + o + 0x10000;
514 cp1 = (volatile u_int8_t *) h + o;
520 *cp1 = *p++;
521 cp1 += 2;
524 temp = cp1;
525 cp1 = cp2;