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

  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLDSAKeyPairGenerator.java 77 BigInteger pInt = dsaParams.getP();
78 if (pInt != null) {
79 p = pInt.toByteArray();
  /external/chromium_org/third_party/sqlite/src/src/
mem2.c 154 int *pInt;
162 pInt = (int*)pAllocation;
164 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD );
246 int *pInt;
288 pInt = (int*)&pHdr[1];
289 pInt[nReserve/sizeof(int)] = REARGUARD;
290 randomFill((char*)pInt, nByte);
291 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte);
292 p = (void*)pInt;
  /external/opencv/cvaux/include/
cvvidsurv.hpp 71 int* pInt;
166 NewParam(name)->pInt=pAddr;
233 if(p->pInt) return p->pInt[0];
251 if(p->pInt)p->pInt[0] = cvRound(val);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 451 milliseconds