HomeSort by relevance Sort by last modified time
    Searched defs:pTbl (Results 1 - 7 of 7) sorted by null

  /external/epid-sdk/ext/ipp/sources/ippcp/
pcpgfpecbindstd192r1.c 82 const BNU_CHUNK_T* pTbl = preComp->pTbl;
83 select_affine_point(pbp_tbl, pTbl, 1);
pcpgfpecbindstd224r1.c 82 const BNU_CHUNK_T* pTbl = preComp->pTbl;
83 select_affine_point(pbp_tbl, pTbl, 1);
pcpgfpecbindstd256r1.c 82 const BNU_CHUNK_T* pTbl = preComp->pTbl;
83 select_affine_point(pbp_tbl, pTbl, 1);
pcpgfpecbindstd384r1.c 82 const BNU_CHUNK_T* pTbl = preComp->pTbl;
83 select_affine_point(pbp_tbl, pTbl, 1);
pcpgfpecbindstd521r1.c 82 const BNU_CHUNK_T* pTbl = preComp->pTbl;
83 select_affine_point(pbp_tbl, pTbl, 1);
pcpgfpec_mulbase.c 62 const BNU_CHUNK_T* pTbl = ECP_PREMULBP(pEC)->pTbl;
88 select_affine_point(pRdata, pTbl, digit);
96 for(bit+=window_size, pTbl+=tslot_size; bit<=scalarBitSize; bit+=window_size, pTbl+=tslot_size) {
101 select_affine_point(pointT, pTbl, digit);
pcpgfpecstuff.h 118 const BNU_CHUNK_T* pTbl; /* pre-computed table */
291 void setupTable (BNU_CHUNK_T* pTbl,

Completed in 83 milliseconds