Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nvc0.h119 LValue *pOne; variable
Dnv50_ir_lowering_nvc0.cpp378 pOne(NULL), in NVC0LegalizePostRA()
694 pOne = new_LValue(fn, FILE_PREDICATE); in visit()
699 pOne->reg.data.id = 7; in visit()
715 i->setSrc(s, pOne); in replaceZero()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c144501 WhereTerm *pOne, /* First disjunct */
144504 u16 eOp = pOne->eOperator | pTwo->eOperator;
144510 if( (pOne->eOperator & (WO_EQ|WO_LT|WO_LE|WO_GT|WO_GE))==0 ) return;
144514 assert( pOne->pExpr->pLeft!=0 && pOne->pExpr->pRight!=0 );
144516 if( sqlite3ExprCompare(0,pOne->pExpr->pLeft, pTwo->pExpr->pLeft, -1) ) return;
144517 if( sqlite3ExprCompare(0,pOne->pExpr->pRight, pTwo->pExpr->pRight,-1) )return;
144528 pNew = sqlite3ExprDup(db, pOne->pExpr, 0);
144731 WhereTerm *pOne;
144732 while( (pOne = whereNthSubterm(&pOrWc->a[0],iOne++))!=0 ){
144736 whereCombineDisjuncts(pSrc, pWC, pOne, pTwo);
/external/sqlite/dist/orig/
Dsqlite3.c143841 WhereTerm *pOne, /* First disjunct */
143844 u16 eOp = pOne->eOperator | pTwo->eOperator;
143850 if( (pOne->eOperator & (WO_EQ|WO_LT|WO_LE|WO_GT|WO_GE))==0 ) return;
143854 assert( pOne->pExpr->pLeft!=0 && pOne->pExpr->pRight!=0 );
143856 if( sqlite3ExprCompare(0,pOne->pExpr->pLeft, pTwo->pExpr->pLeft, -1) ) return;
143857 if( sqlite3ExprCompare(0,pOne->pExpr->pRight, pTwo->pExpr->pRight,-1) )return;
143868 pNew = sqlite3ExprDup(db, pOne->pExpr, 0);
144071 WhereTerm *pOne;
144072 while( (pOne = whereNthSubterm(&pOrWc->a[0],iOne++))!=0 ){
144076 whereCombineDisjuncts(pSrc, pWC, pOne, pTwo);
/external/sqlite/dist/
Dsqlite3.c143857 WhereTerm *pOne, /* First disjunct */
143860 u16 eOp = pOne->eOperator | pTwo->eOperator;
143866 if( (pOne->eOperator & (WO_EQ|WO_LT|WO_LE|WO_GT|WO_GE))==0 ) return;
143870 assert( pOne->pExpr->pLeft!=0 && pOne->pExpr->pRight!=0 );
143872 if( sqlite3ExprCompare(0,pOne->pExpr->pLeft, pTwo->pExpr->pLeft, -1) ) return;
143873 if( sqlite3ExprCompare(0,pOne->pExpr->pRight, pTwo->pExpr->pRight,-1) )return;
143884 pNew = sqlite3ExprDup(db, pOne->pExpr, 0);
144087 WhereTerm *pOne;
144088 while( (pOne = whereNthSubterm(&pOrWc->a[0],iOne++))!=0 ){
144092 whereCombineDisjuncts(pSrc, pWC, pOne, pTwo);