Searched refs:pMethod (Results 1 – 13 of 13) sorted by relevance
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcphashmessage_rmf.c | 76 …tatus, ippsHashMessage_rmf,(const Ipp8u* pMsg, int len, Ipp8u* pMD, const IppsHashMethod* pMethod)) 79 IPP_BAD_PTR1_RET(pMethod); 88 int msgLenBlks = len &(-pMethod->msgBlkSize); 93 pMethod->hashInit(hash); 97 pMethod->hashUpdate(hash, pMsg, msgLenBlks); 103 pMethod); 105 pMethod->hashOctStr(pMD, hash);
|
D | pcphashinit_rmf.c | 73 IPPFUN(IppStatus, ippsHashInit_rmf,(IppsHashState_rmf* pState, const IppsHashMethod* pMethod)) 76 IPP_BAD_PTR2_RET(pState, pMethod); 80 HASH_METHOD(pState) = pMethod; 82 pMethod->hashInit(HASH_VALUE(pState));
|
D | pcpmgf2ca_rmf.c | 82 …F2_rmf,(const Ipp8u* pSeed, int seedLen, Ipp8u* pMask, int maskLen, const IppsHashMethod* pMethod)) 84 IPP_BAD_PTR2_RET(pMask, pMethod); 89 int hashSize = pMethod->hashLen; 94 ippsHashInit_rmf(&hashCtx, pMethod);
|
D | pcpmgf1ca_rmf.c | 81 …F1_rmf,(const Ipp8u* pSeed, int seedLen, Ipp8u* pMask, int maskLen, const IppsHashMethod* pMethod)) 83 IPP_BAD_PTR2_RET(pMask, pMethod); 88 int hashSize = pMethod->hashLen; 93 ippsHashInit_rmf(&hashCtx, pMethod);
|
D | pcpgfpsetelemhashrmf.c | 89 … Ipp8u* pMsg, int msgLen, IppsGFpElement* pElm, IppsGFpState* pGFp, const IppsHashMethod* pMethod)) 92 IPP_BAD_PTR1_RET(pMethod); 110 IppStatus sts = ippsHashMessage_rmf(pMsg, msgLen, md, pMethod); 114 int hashLen = pMethod->hashLen;
|
D | pcpgfpecsetpointhash_rmf.c | 99 IppsGFpECState* pEC, const IppsHashMethod* pMethod, 106 IPP_BAD_PTR1_RET(pMethod); 130 int hashLen = pMethod->hashLen; 135 ippsHashInit_rmf(&hashCtx, pMethod);
|
D | pcphash_rmf.h | 57 const cpHashMethod_rmf* pMethod; /* hash methods */ member 67 #define HASH_METHOD(stt) ((stt)->pMethod)
|
/external/clang/test/Index/ |
D | c-index-getCursor-test.m | 24 - pMethod; method 50 [d pMethod]; 84 // CHECK: [24:1 - 24:11] ObjCInstanceMethodDecl=pMethod:24:3 145 // CHECK: [50:2 - 50:3] ObjCMessageExpr=pMethod:24:3 147 // CHECK: [50:4 - 50:13] ObjCMessageExpr=pMethod:24:3
|
D | c-index-api-loadTU-test.m | 26 - pMethod; method 52 [d pMethod]; 98 // CHECK: c-index-api-loadTU-test.m:26:3: ObjCInstanceMethodDecl=pMethod:26:3 Extent=[26:1 - 26:11] 139 // CHECK: c-index-api-loadTU-test.m:52:2: ObjCMessageExpr=pMethod:26:3 Extent=[52:2 - 52:13]
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | ZipFileRO.java | 133 boolean getEntryInfo(org.robolectric.res.android.ZipFileRO.ZipEntryRO entry, Ref<Short> pMethod, in getEntryInfo() argument 140 if (pMethod != null) { in getEntryInfo() 141 pMethod.set((short) ze.getMethod()); in getEntryInfo()
|
/external/epid-sdk/ext/ipp/include/ |
D | ippcp.h | 511 IPPAPI(IppStatus, ippsHashInit_rmf,(IppsHashState_rmf* pState, const IppsHashMethod* pMethod)) 520 …tatus, ippsHashMessage_rmf,(const Ipp8u* pMsg, int len, Ipp8u* pMD, const IppsHashMethod* pMethod)) 524 …F1_rmf,(const Ipp8u* pSeed, int seedLen, Ipp8u* pMask, int maskLen, const IppsHashMethod* pMethod)) 525 …F2_rmf,(const Ipp8u* pSeed, int seedLen, Ipp8u* pMask, int maskLen, const IppsHashMethod* pMethod)) 554 const IppsHashMethod* pMethod)) 566 const IppsHashMethod* pMethod)) 748 const IppsHashMethod* pMethod, 755 const IppsHashMethod* pMethod, 791 const IppsHashMethod* pMethod, 798 const IppsHashMethod* pMethod, [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 30751 sqlite3_io_methods const *pMethod; /* Always the first entry */ 36257 pNew->pMethod = pLockingStyle; 37650 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType); 37701 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, SHARED_LOCK); 37704 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType); 37877 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, SHARED_LOCK); 37922 if( pCtx->lockProxy->pMethod == &afpIoMethods ){ 37928 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK); 37952 rc = conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK); 38026 rc=lockProxy->pMethod->xClose((sqlite3_file *)lockProxy); [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 30755 sqlite3_io_methods const *pMethod; /* Always the first entry */ 36273 pNew->pMethod = pLockingStyle; 37666 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType); 37717 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, SHARED_LOCK); 37720 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType); 37893 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, SHARED_LOCK); 37938 if( pCtx->lockProxy->pMethod == &afpIoMethods ){ 37944 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK); 37968 rc = conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK); 38042 rc=lockProxy->pMethod->xClose((sqlite3_file *)lockProxy); [all …]
|