Searched refs:UInt64mult (Results 1 - 3 of 3) sorted by path

/macosx-10.10/IOAudioFamily-200.6/
H A DBigNum128.cpp27 U128 UInt64mult(const uint64_t A, const uint64_t B) function
H A DBigNum128.h147 extern U128 UInt64mult(const uint64_t A, const uint64_t B);
H A DIOAudioTimeIntervalFilter.cpp264 mFilteredOffset = UInt64mult(mExpectedInterval, ( 1 << mIIRCoef ) - 1 ) << mIIRCoef;
438 mDataOffsetHistory [ ( mNumCoeffs - n ) % mNumCoeffs ] = (rawSnapshot - UInt64mult(n, mExpectedInterval)).lo;
480 result128 += UInt64mult ( mCoeffs [ n ] , history [ ( mNumCoeffs + mFilterWritePointer - n ) % mNumCoeffs ] );

Completed in 209 milliseconds