Searched refs:cpSub_BNU32 (Results 1 – 3 of 3) sorted by relevance
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcpbnu32arith.h | 54 #define cpSub_BNU32 OWNAPI(cpSub_BNU32) macro 55 Ipp32u cpSub_BNU32(Ipp32u* pR, const Ipp32u* pA, const Ipp32u* pB, int ns);
|
D | pcpbnarithgcd.c | 216 carry = cpSub_BNU32(T, T, u, nsY); 224 carry = cpSub_BNU32(T, T, u, nsY); 244 carry = cpSub_BNU32(u, u, xBuffer, nsY); 255 carry = cpSub_BNU32(u, u, yBuffer, nsY);
|
D | pcpbnu32_arith_sub.c | 72 Ipp32u cpSub_BNU32(Ipp32u* pR, const Ipp32u* pA, const Ipp32u* pB, cpSize ns) in cpSub_BNU32() function
|