HomeSort by relevance Sort by last modified time
    Searched refs:cpSub_BNU32 (Results 1 - 3 of 3) sorted by null

  /external/epid-sdk/ext/ipp/sources/ippcp/
pcpbnu32_arith_sub.c 47 // cpSub_BNU32()
58 // Name: cpSub_BNU32
72 Ipp32u cpSub_BNU32(Ipp32u* pR, const Ipp32u* pA, const Ipp32u* pB, cpSize ns)
pcpbnu32arith.h 54 #define cpSub_BNU32 OWNAPI(cpSub_BNU32)
55 Ipp32u cpSub_BNU32(Ipp32u* pR, const Ipp32u* pA, const Ipp32u* pB, int ns);
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);

Completed in 482 milliseconds