Searched refs:pLeft (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/shark/ofw/
H A Dofw.c1812 PLEFTOVER pLeft; local
1833 pLeft = (*ppLeftover)->pNext;
1838 (*ppLeftover)->pNext = pLeft;
1845 pLeft = (PLEFTOVER)(new.pv_va + size);
1846 pLeft->pNext = leftovers;
1847 pLeft->size = claim_size - size;
1848 leftovers = pLeft;
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c10471 ** Expr.pRight and Expr.pLeft are the left and right subexpressions of a
10513 ** the child Expr objects in the Expr.pLeft and Expr.pRight subtrees
10532 Expr *pLeft; /* Left subnode */ member in struct:Expr
10615 #define EXPR_TOKENONLYSIZE offsetof(Expr,pLeft) /* Fewer features */
37831 struct RowSetEntry *pLeft; /* Left subtree (smaller entries) */ member in struct:RowSetEntry
38061 struct RowSetEntry *pLeft; /* Left subtree */ local
38089 struct RowSetEntry *pLeft; /* Left subtree */ local
74485 sqlite3BinaryCompareCollSeq( Parse *pParse, Expr *pLeft, Expr *pRight ) argument
74510 codeCompare( Parse *pParse, Expr *pLeft, Expr *pRight, int opcode, int in1, int in2, int dest, int jumpIfNull ) argument
74714 sqlite3ExprAttachSubtrees( sqlite3 *db, Expr *pRoot, Expr *pLeft, Expr *pRight ) argument
74750 sqlite3PExpr( Parse *pParse, int op, Expr *pLeft, Expr *pRight, const Token *pToken ) argument
74769 sqlite3ExprAnd(sqlite3 *db, Expr *pLeft, Expr *pRight) argument
75902 Expr *pLeft = pExpr->pLeft; /* the LHS of the IN operator */ local
76758 Expr *pLeft = pExpr->pLeft; local
76945 Expr *pLeft = pExpr->pLeft; local
88117 Expr *pLeft; /* Value from parent table row */ local
88154 Expr *pLeft; /* Value from parent table row */ local
94672 struct SrcList_item *pLeft; /* Left table being joined */ local
97721 Expr *pLeft; local
103029 Expr *pRight, *pLeft; /* Right and left size of LIKE operator */ local
103423 Expr *pLeft = 0; /* The LHS of the IN operator */ local
103527 Expr *pLeft = pExpr->pLeft; local
103629 Expr *pLeft; /* LHS of LIKE/GLOB operator */ local
103688 Expr *pRight, *pLeft; local
103732 Expr *pLeft = pExpr->pLeft; local
107679 spanBinaryExpr( ExprSpan *pOut, Parse *pParse, int op, ExprSpan *pLeft, ExprSpan *pRight ) argument
110010 Expr *pLeft = sqlite3PExpr(pParse, TK_ID, 0, 0, &yymsp[-2].minor.yy0); local
116503 Fts3Expr *pLeft; /* Left operand */ member in struct:Fts3Expr
119955 char *pLeft; local
120774 Fts3Expr *pLeft = pExpr->pLeft; local
120810 Fts3Expr *pLeft = pExpr->pLeft; local
120838 Fts3Expr *pLeft = pExpr->pLeft; local
131569 splitNodeStartree( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) argument
131671 splitNodeGuttman( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) argument
131756 RtreeNode *pLeft = 0; local
[all...]

Completed in 422 milliseconds