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.h84 LValue *pOne; variable
Dnv50_ir_lowering_nvc0.cpp192 pOne(NULL), in NVC0LegalizePostRA()
508 pOne = new_LValue(fn, FILE_PREDICATE); in visit()
513 pOne->reg.data.id = 7; in visit()
527 i->setSrc(s, pOne); in replaceZero()
/external/sqlite/dist/orig/
Dsqlite3.c129483 WhereTerm *pOne, /* First disjunct */
129486 u16 eOp = pOne->eOperator | pTwo->eOperator;
129492 if( (pOne->eOperator & (WO_EQ|WO_LT|WO_LE|WO_GT|WO_GE))==0 ) return;
129496 assert( pOne->pExpr->pLeft!=0 && pOne->pExpr->pRight!=0 );
129498 if( sqlite3ExprCompare(pOne->pExpr->pLeft, pTwo->pExpr->pLeft, -1) ) return;
129499 if( sqlite3ExprCompare(pOne->pExpr->pRight, pTwo->pExpr->pRight, -1) )return;
129510 pNew = sqlite3ExprDup(db, pOne->pExpr, 0);
129708 WhereTerm *pOne;
129709 while( (pOne = whereNthSubterm(&pOrWc->a[0],iOne++))!=0 ){
129713 whereCombineDisjuncts(pSrc, pWC, pOne, pTwo);
/external/sqlite/dist/
Dsqlite3.c129483 WhereTerm *pOne, /* First disjunct */
129486 u16 eOp = pOne->eOperator | pTwo->eOperator;
129492 if( (pOne->eOperator & (WO_EQ|WO_LT|WO_LE|WO_GT|WO_GE))==0 ) return;
129496 assert( pOne->pExpr->pLeft!=0 && pOne->pExpr->pRight!=0 );
129498 if( sqlite3ExprCompare(pOne->pExpr->pLeft, pTwo->pExpr->pLeft, -1) ) return;
129499 if( sqlite3ExprCompare(pOne->pExpr->pRight, pTwo->pExpr->pRight, -1) )return;
129510 pNew = sqlite3ExprDup(db, pOne->pExpr, 0);
129708 WhereTerm *pOne;
129709 while( (pOne = whereNthSubterm(&pOrWc->a[0],iOne++))!=0 ){
129713 whereCombineDisjuncts(pSrc, pWC, pOne, pTwo);