Home
last modified time | relevance | path

Searched refs:IPP_INT_PTR (Results 1 – 1 of 1) sorted by relevance

/external/epid-sdk/ext/ipp/sources/include/
Downdefs.h259 Ipp32s IPP_INT_PTR( const void* ptr ) { in IPP_INT_PTR() function
279 Ipp64s IPP_INT_PTR( const void* ptr ) { in IPP_INT_PTR() function
298 #define IPP_INT_PTR( ptr ) ( (long)(ptr) ) macro
303 #define IPP_BYTES_TO_ALIGN(ptr, align) ((-(IPP_INT_PTR(ptr)&((align)-1)))&((align)-1))