Home | History | Annotate | Download | only in dev

Lines Matching defs:pl

512 	u_char	*pl;
535 pl = cci->column_offset[ip->cursorx]
540 : "=a" (pl), "=d" (cend)
541 : "0" (pl), "1" (cend),
559 pl = cci->column_offset[ip->cursorx]
565 : "=a" (pl), "=d" (cend)
566 : "0" (pl), "1" (cend),
575 u_char *pl = cci->column_offset[dx] + cci->row_ptr[dy];
598 *pl = *ft++; pl += ro;
606 for (; fh--; pl += ro) {
611 *pl = tmp ^ eor_mask;
613 *pl = 0xff ^ eor_mask;
667 u_char *pl = ((ipriv_t *)ip->priv)->row_ptr[sy];
694 : "a" (pl), "d" (sofs2),
697 : "a" (pl), "d" (dofs2),
700 pl += bm->bytes_per_row;
714 : "a" (pl), "d" (sofs2),
717 : "a" (pl), "d" (dofs2),
722 pl += bm->bytes_per_row;
742 u_long *pl = (u_long *)bm->plane;
743 u_long *src_y = pl + (lwpr * y);
744 u_long *dest_y = pl + (lwpr * (y + dy));
781 u_long *pl = (u_long *)bm->plane;
782 u_long *src_y = pl + (lwpr * (y - dy));
783 u_long *dest_y = pl + (lwpr * y);