Lines Matching refs:pdwSum
1195 * @param pdwSum -
1202 static void usb_GetNewOffset( Plustek_Device *dev, u_long *pdwSum, u_long *pdwDiff,
1209 if( pdwSum[channel] > dwIdealOffset ) {
1212 pdwSum[channel] -= dwIdealOffset;
1213 if( pdwSum[channel] < pdwDiff[channel] ) {
1215 pdwDiff[channel] = pdwSum[channel];
1223 pdwSum[channel] = dwIdealOffset - pdwSum [channel];
1224 if( pdwSum[channel] < pdwDiff[channel] ) {
1226 pdwDiff[channel] = pdwSum[channel];