Searched defs:pRight (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderBoxModelObject.cpp454 int pRight = includeRightEdge ? paddingRight() : 0; local
492 int width = w - bLeft - bRight - (includePadding ? pLeft + pRight : 0);
/external/sqlite/dist/
H A Dsqlite3.c9071 ** Expr.pRight and Expr.pLeft are the left and right subexpressions of a
9113 ** the child Expr objects in the Expr.pLeft and Expr.pRight subtrees
9133 Expr *pRight; /* Right subnode */ member in struct:Expr
31094 struct RowSetEntry *pRight; /* Right subtree (larger entries) or list */ member in struct:RowSetEntry
43478 u8 *pRight; /* Location in parent of right-sibling pointer */ local
59800 Expr *pRight; local
60746 codeCompare( Parse *pParse, Expr *pLeft, Expr *pRight, int opcode, int in1, int in2, int dest, int jumpIfNull ) argument
60988 sqlite3PExpr( Parse *pParse, int op, Expr *pLeft, Expr *pRight, const Token *pToken ) argument
61004 sqlite3ExprAnd(sqlite3 *db, Expr *pLeft, Expr *pRight) argument
63192 Expr *pRight = pLItem->pExpr; local
73294 Expr *pRight; /* Column ref to child table */ local
73330 Expr *pRight; /* Column ref to child table */ local
79564 struct SrcList_item *pRight; /* Right table being joined */ local
82443 Expr *pExpr, *pRight; local
82910 Select *pLoop, *pRight = 0; local
87385 Expr *pRight, *pLeft; /* Right and left size of LIKE operator */ local
87894 Expr *pRight = pExpr->pRight; local
88046 Expr *pRight, *pLeft; local
89543 Expr *pRight = pTerm->pExpr->pRight; local
89877 Expr *pRight = pRangeStart->pExpr->pRight; local
89914 Expr *pRight = pRangeEnd->pExpr->pRight; local
93279 Expr *pRight = sqlite3PExpr(pParse, TK_ALL, 0, 0, &yymsp[0].minor.yy0); local
98921 Fts3Expr *pRight; /* Right operand */ member in struct:Fts3Expr
100490 Fts3Expr *pRight; local
103991 SegmentNode *pRight; /* Pointer to right-sibling */ member in struct:SegmentNode
105344 SegmentNode *pRight = p->pRight; local
106562 Fts3Expr *pRight = pExpr->pRight; local
109280 splitNodeStartree( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) argument
109382 splitNodeGuttman( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) argument
109468 RtreeNode *pRight = 0; local
[all...]

Completed in 196 milliseconds