Searched refs:IPP_STDCALL (Results 1 – 3 of 3) sorted by relevance
/external/epid-sdk/ext/ipp/include/ |
D | ippcpdefs.h | 67 __declspec(dllimport) type IPP_STDCALL name arg; 69 #define IPPAPI( type,name,arg ) type IPP_STDCALL name arg; 72 #define IPPAPI( type,name,arg ) type IPP_STDCALL name arg; 134 #define IPP_STDCALL __stdcall macro 139 #define IPP_STDCALL 513 typedef IppStatus (IPP_STDCALL *IppMGF)(const Ipp8u* pSeed, int seedLen, Ipp8u* pMask, int maskLen); 515 typedef IppStatus (IPP_STDCALL *IppHASH)(const Ipp8u* pMsg, int len, Ipp8u* pMD); 572 typedef IppStatus (IPP_STDCALL *IppBitSupplier)(Ipp32u* pRand, int nBits, void* pEbsParams);
|
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | cpinit.c | 342 extern IppStatus (IPP_STDCALL *pcpSetCpuFeatures)( Ipp64u cpuFeatures ); 343 extern IppStatus (IPP_STDCALL *pcpSetNumThreads)( int numThr ); 344 extern IppStatus (IPP_STDCALL *pcpGetNumThreads)( int* pNumThr ); 409 typedef IppStatus (IPP_STDCALL *DYN_RELOAD)( int );
|
/external/epid-sdk/ext/ipp/sources/include/ |
D | owndefs.h | 230 #define IPPFUN(type,name,arg) __declspec(dllexport) type IPP_STDCALL name arg 232 #define IPPFUN(type,name,arg) extern type IPP_STDCALL name arg 235 #define IPPFUN(type,name,arg) extern type IPP_STDCALL name arg
|