Searched refs:PARM_IS_ALIGN_LO (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/synth/emux/
H A Demux_effect.c41 #define PARM_IS_ALIGN_LO (2 << 2) macro
45 #define PARM_BYTE_LO (PARM_IS_BYTE|PARM_IS_ALIGN_LO)
48 #define PARM_SIGN_LO (PARM_IS_BYTE|PARM_IS_ALIGN_LO|PARM_IS_SIGNED)
205 if (parm_defs[type].type & PARM_IS_ALIGN_LO)
252 if (parm_defs[i].type & PARM_IS_ALIGN_LO)

Completed in 18 milliseconds