vfs: check userland buffers before reading them.
[haiku.git] / src / add-ons / media / plugins / ape_reader / MAClib / Assembly.h
blob62d92c508c9a04f32152d065206bb38c9f68afc1
1 #ifndef APE_ASSEMBLY_H
2 #define APE_ASSEMBLY_H
4 extern "C"
6 void Adapt(short * pM, const short * pAdapt, int nDirection, int nOrder);
7 int CalculateDotProduct(const short * pA, const short * pB, int nOrder);
8 BOOL GetMMXAvailable();
9 };
11 #endif // #ifndef APE_ASSEMBLY_H