Home
last modified time | relevance | path

Searched refs:origp (Results 1 – 2 of 2) sorted by relevance

/linux/sound/synth/emux/
H A Demux_effect.c168 unsigned char *srcp, *origp; in snd_emux_send_effect() local
204 origp = (unsigned char*)&vp->zone->v.parm + offset; in snd_emux_send_effect()
206 *srcp = *origp; in snd_emux_send_effect()
209 *(unsigned short*)srcp = *(unsigned short*)origp; in snd_emux_send_effect()
/linux/include/linux/
H A Dnodemask.h371 static __always_inline void __nodes_onto(nodemask_t *dstp, const nodemask_t *origp, in __nodes_onto() argument
374 bitmap_onto(dstp->bits, origp->bits, relmapp->bits, nbits); in __nodes_onto()
379 static __always_inline void __nodes_fold(nodemask_t *dstp, const nodemask_t *origp, in __nodes_fold() argument
382 bitmap_fold(dstp->bits, origp->bits, sz, nbits); in __nodes_fold()