Home
last modified time | relevance | path

Searched refs:pOne (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nvc0.h86 LValue *pOne; variable
Dnv50_ir_lowering_nvc0.cpp329 pOne(NULL), in NVC0LegalizePostRA()
645 pOne = new_LValue(fn, FILE_PREDICATE); in visit()
650 pOne->reg.data.id = 7; in visit()
666 i->setSrc(s, pOne); in replaceZero()
/external/sqlite/dist/orig/
Dsqlite3.c131832 WhereTerm *pOne, /* First disjunct */
131835 u16 eOp = pOne->eOperator | pTwo->eOperator;
131841 if( (pOne->eOperator & (WO_EQ|WO_LT|WO_LE|WO_GT|WO_GE))==0 ) return;
131845 assert( pOne->pExpr->pLeft!=0 && pOne->pExpr->pRight!=0 );
131847 if( sqlite3ExprCompare(0,pOne->pExpr->pLeft, pTwo->pExpr->pLeft, -1) ) return;
131848 if( sqlite3ExprCompare(0,pOne->pExpr->pRight, pTwo->pExpr->pRight,-1) )return;
131859 pNew = sqlite3ExprDup(db, pOne->pExpr, 0);
132057 WhereTerm *pOne;
132058 while( (pOne = whereNthSubterm(&pOrWc->a[0],iOne++))!=0 ){
132062 whereCombineDisjuncts(pSrc, pWC, pOne, pTwo);
/external/sqlite/dist/
Dsqlite3.c131848 WhereTerm *pOne, /* First disjunct */
131851 u16 eOp = pOne->eOperator | pTwo->eOperator;
131857 if( (pOne->eOperator & (WO_EQ|WO_LT|WO_LE|WO_GT|WO_GE))==0 ) return;
131861 assert( pOne->pExpr->pLeft!=0 && pOne->pExpr->pRight!=0 );
131863 if( sqlite3ExprCompare(0,pOne->pExpr->pLeft, pTwo->pExpr->pLeft, -1) ) return;
131864 if( sqlite3ExprCompare(0,pOne->pExpr->pRight, pTwo->pExpr->pRight,-1) )return;
131875 pNew = sqlite3ExprDup(db, pOne->pExpr, 0);
132073 WhereTerm *pOne;
132074 while( (pOne = whereNthSubterm(&pOrWc->a[0],iOne++))!=0 ){
132078 whereCombineDisjuncts(pSrc, pWC, pOne, pTwo);