Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderBitVector.cpp90 const auto* pOther = other->GetArray(); in XOR() local
92 m_array[i] ^= pOther[i]; in XOR()
/external/sqlite/dist/orig/
Dsqlite3.c46935 PCache1 *pOther;
46940 pOther = pPage->pCache;
46941 if( pOther->szAlloc != pCache->szAlloc ){
46945 pGroup->nPurgeable -= (pOther->bPurgeable - pCache->bPurgeable);
105037 Index *pOther = pTab->pIndex;
105038 while( pOther->pNext && pOther->pNext->onError!=OE_Replace ){
105039 pOther = pOther->pNext;
105041 pIndex->pNext = pOther->pNext;
105042 pOther->pNext = pIndex;
106386 FuncDef *pOther;
[all …]
/external/sqlite/dist/
Dsqlite3.c46951 PCache1 *pOther;
46956 pOther = pPage->pCache;
46957 if( pOther->szAlloc != pCache->szAlloc ){
46961 pGroup->nPurgeable -= (pOther->bPurgeable - pCache->bPurgeable);
105053 Index *pOther = pTab->pIndex;
105054 while( pOther->pNext && pOther->pNext->onError!=OE_Replace ){
105055 pOther = pOther->pNext;
105057 pIndex->pNext = pOther->pNext;
105058 pOther->pNext = pIndex;
106402 FuncDef *pOther;
[all …]