origp             363 include/linux/nodemask.h static inline void __nodes_onto(nodemask_t *dstp, const nodemask_t *origp,
origp             366 include/linux/nodemask.h 	bitmap_onto(dstp->bits, origp->bits, relmapp->bits, nbits);
origp             371 include/linux/nodemask.h static inline void __nodes_fold(nodemask_t *dstp, const nodemask_t *origp,
origp             374 include/linux/nodemask.h 	bitmap_fold(dstp->bits, origp->bits, sz, nbits);
origp             168 sound/synth/emux/emux_effect.c 	unsigned char *srcp, *origp;
origp             201 sound/synth/emux/emux_effect.c 		origp = (unsigned char*)&vp->zone->v.parm + offset;
origp             203 sound/synth/emux/emux_effect.c 			*srcp = *origp;
origp             206 sound/synth/emux/emux_effect.c 			*(unsigned short*)srcp = *(unsigned short*)origp;