Home
last modified time | relevance | path

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

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpgfpx_exp.c100 BNU_CHUNK_T* pScratchAligned; /* aligned scratch buffer */ in cpGFpxExp() local
123 pScratchAligned = (BNU_CHUNK_T*)( IPP_ALIGNED_PTR(pScratchBuffer, CACHE_LINE_SIZE) ); in cpGFpxExp()
131 gsScramblePut(pScratchAligned, 0, pTmp, elmLen, w); in cpGFpxExp()
141 gsScramblePut(pScratchAligned, n, pTmp, elmLen, w); in cpGFpxExp()
176 gsScrambleGet_sscm(pR, elmLen, pScratchAligned, windowVal, w); in cpGFpxExp()
201 gsScrambleGet_sscm(pTmp, elmLen, pScratchAligned, windowVal, w); in cpGFpxExp()