Home | History | Annotate | Download | only in lib

Lines Matching refs:farg

1152         double *farg=(double *)arg;
1153 *farg=hi->lowpass_kHz;
1158 double *farg=(double *)arg;
1159 hi->lowpass_kHz=*farg;
1168 double *farg=(double *)arg;
1169 *farg=hi->impulse_noisetune;
1174 double *farg=(double *)arg;
1175 hi->impulse_noisetune=*farg;