Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/shark/ofw/
H A Dofw.c1809 PLEFTOVER pLeft; in ofw_malloc() local
1830 pLeft = (*ppLeftover)->pNext; in ofw_malloc()
1835 (*ppLeftover)->pNext = pLeft; in ofw_malloc()
1842 pLeft = (PLEFTOVER)(new.pv_va + size); in ofw_malloc()
1843 pLeft->pNext = leftovers; in ofw_malloc()
1844 pLeft->size = claim_size - size; in ofw_malloc()
1845 leftovers = pLeft; in ofw_malloc()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c18929 Expr *pLeft; /* Left subnode */ member
19065 #define EXPR_TOKENONLYSIZE offsetof(Expr,pLeft) /* Fewer features */
31768 pExpr = pExpr->pLeft; in sqlite3RecordErrorOffsetOfExpr()
32624 sqlite3TreeViewExpr(pView, p->pLimit->pLeft, p->pLimit->pRight!=0); in sqlite3TreeViewSelect()
32825 sqlite3TreeViewExpr(pView, pExpr->pLeft, 0); in sqlite3TreeViewExpr()
32885 sqlite3TreeViewExpr(pView, pExpr->pLeft, 0); in sqlite3TreeViewExpr()
32936 sqlite3TreeViewExpr(pView, pExpr->pLeft, 0); in sqlite3TreeViewExpr()
32950 sqlite3TreeViewExpr(pView, pExpr->pLeft, 0); in sqlite3TreeViewExpr()
32991 sqlite3TreeViewExprList(pView, pFarg, pWin!=0 || pExpr->pLeft, 0); in sqlite3TreeViewExpr()
32992 if( pExpr->pLeft ){ in sqlite3TreeViewExpr()
[all …]