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

  /external/epid-sdk/ext/ipp/sources/ippcp/
pcpbnu_arith_dec.c 47 // cpDec_BNU()
56 // Name: cpDec_BNU
75 BNU_CHUNK_T cpDec_BNU(BNU_CHUNK_T* pR, const BNU_CHUNK_T* pA, cpSize ns, BNU_CHUNK_T val)
pcpbnuarith.h 61 #define cpDec_BNU OWNAPI(cpDec_BNU)
62 BNU_CHUNK_T cpDec_BNU(BNU_CHUNK_T* pR, const BNU_CHUNK_T* pA, cpSize ns, BNU_CHUNK_T val);
pcpbnarithadd.c 139 cpDec_BNU(pDataR+nsB, pDataA+nsB, nsA-nsB, carry);
pcpbnarithsub.c 139 cpDec_BNU(pDataR+nsB, pDataA+nsB, nsA-nsB, carry);
pcpprime_isprob.h 117 cpDec_BNU(pPrime1, pPrime, ns, 1);

Completed in 876 milliseconds