Searched refs:iHash (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_wsd.c56 int iHash = 0; local
61 iHash = (iHash<<3) + ((unsigned char *)&K)[i];
63 iHash = iHash%PLS_HASHSIZE;
66 for(pVar=pGlobal->aData[iHash]; pVar && pVar->pKey!=K; pVar=pVar->pNext);
74 pVar->pNext = pGlobal->aData[iHash];
75 pGlobal->aData[iHash] = pVar;
H A Dwal.c807 ** page iHash of the wal-index. The wal-index is broken into 32KB pages
821 int iHash, /* Find the iHash'th table */
829 rc = walIndexPage(pWal, iHash, &aPgno);
830 assert( rc==SQLITE_OK || iHash>0 );
837 if( iHash==0 ){
841 iZero = HASHTABLE_NPAGE_ONE + (iHash-1)*HASHTABLE_NPAGE;
858 int iHash = (iFrame+HASHTABLE_NPAGE-HASHTABLE_NPAGE_ONE-1) / HASHTABLE_NPAGE; local
859 assert( (iHash==0 || iFrame>HASHTABLE_NPAGE_ONE)
860 && (iHash>
819 walHashGet( Wal *pWal, int iHash, volatile ht_slot **paHash, volatile u32 **paPgno, u32 *piZero ) argument
872 int iHash = walFramePage(iFrame); local
2224 int iHash; /* Used to loop through N hash tables */ local
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_encrypt.cpp259 int iHash = 0; local
262 iHash = 0;
266 iHash = 1;
270 iHash = 2;
276 if (iHash == 0) {
278 } else if (iHash == 1) {
280 } else if (iHash == 2) {
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c420 int iHash; local
422 iHash = nodeHash(pNode->iNode);
423 pNode->pNext = pRtree->aHash[iHash];
424 pRtree->aHash[iHash] = pNode;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c44099 walHashGet( Wal *pWal, int iHash, volatile ht_slot **paHash, volatile u32 **paPgno, u32 *piZero ) argument
44138 int iHash = (iFrame+HASHTABLE_NPAGE-HASHTABLE_NPAGE_ONE-1) / HASHTABLE_NPAGE; local
44152 int iHash = walFramePage(iFrame); local
45504 int iHash; /* Used to loop through N hash tables */ local
124688 int iHash; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c48317 walHashGet( Wal *pWal, int iHash, volatile ht_slot **paHash, volatile u32 **paPgno, u32 *piZero ) argument
48356 int iHash = (iFrame+HASHTABLE_NPAGE-HASHTABLE_NPAGE_ONE-1) / HASHTABLE_NPAGE; local
48370 int iHash = walFramePage(iFrame); local
49786 int iHash; /* Used to loop through N hash tables */ local
83689 u32 iHash; /* Tiebreaker hash */ member in struct:Stat4Sample
145110 int iHash; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c48337 walHashGet( Wal *pWal, int iHash, volatile ht_slot **paHash, volatile u32 **paPgno, u32 *piZero ) argument
48376 int iHash = (iFrame+HASHTABLE_NPAGE-HASHTABLE_NPAGE_ONE-1) / HASHTABLE_NPAGE; local
48390 int iHash = walFramePage(iFrame); local
49806 int iHash; /* Used to loop through N hash tables */ local
83709 u32 iHash; /* Tiebreaker hash */ member in struct:Stat4Sample
145142 int iHash; local
[all...]

Completed in 4849 milliseconds