Lines Matching full:lint
69 /*lint -e(704) <avoid multiply for performance>*/ \
74 /*lint -e(704) <avoid multiply for performance>*/ \
79 /*lint -e(704) <avoid multiply for performance>*/ \
84 /*lint -e(704) <avoid divide for performance>*/ \
125 #define MULT_AUDIO_COEF(audio,coef) /*lint -e704 <avoid divide for performance>*/ \
132 /* lint +704 <restore checking>*/
143 #define MULT_AUDIO_WET_DRY_COEF(audio,coef) /*lint -e(702) <avoid divide for performance>*/ \
180 #define MULT_EG1_EG1(gain,damping) /*lint -e(704) <avoid divide for performance>*/ \
199 #define MULT_EG1_EG1_X2(gain,damping) /*lint -e(702) <avoid divide for performance>*/ \
207 #define SATURATE_EG1(x) /*lint -e{734} saturation operation */ \
225 #define GET_DENTS_INT_PART(x) /*lint -e(704) <avoid divide for performance>*/ \
283 #define MULT_DENTS_COEF(dents,coef) /*lint -e704 <avoid divide for performance>*/ \
290 /* lint +e704 <restore checking>*/
303 #define MULT_AUDIO_DRIVE(audio,drive) /*lint -e(702) <avoid divide for performance>*/ \
311 #define MULT_AUDIO_AUDIO(audio1,audio2) /*lint -e(702) <avoid divide for performance>*/ \