HomeSort by relevance Sort by last modified time
    Searched defs:pRight (Results 1 - 23 of 23) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_ExpandFrame_I.c 76 OMX_U8* pRight;
107 pRight = pSrcDstPlane + iFrameWidth;
115 pRight [y * iPlaneStep + x] =
  /external/chromium_org/third_party/sqlite/src/src/
rowset.c 82 struct RowSetEntry *pRight; /* Right subtree (larger entries) or list */
105 struct RowSetEntry *pEntry; /* List of entries using pRight */
185 pEntry->pRight = 0;
191 pLast->pRight = pEntry;
202 ** The input lists are connected via pRight pointers and are
214 assert( pA->pRight==0 || pA->v<=pA->pRight->v );
215 assert( pB->pRight==0 || pB->v<=pB->pRight->v );
217 pTail->pRight = pA
    [all...]
fkey.c 491 Expr *pRight; /* Column ref to child table */
492 Expr *pEq; /* Expression (pLeft = pRight) */
516 pRight = sqlite3Expr(db, TK_ID, zCol);
517 pEq = sqlite3PExpr(pParse, TK_EQ, pLeft, pRight, 0);
526 Expr *pEq; /* Expression (pLeft = pRight) */
528 Expr *pRight; /* Column ref to child table */
530 pRight = sqlite3Expr(db, TK_COLUMN, 0);
531 if( pLeft && pRight ){
534 pRight->iTable = pSrc->a[0].iCursor;
535 pRight->iColumn = -1
    [all...]
resolve.c 116 ** pExpr->pRight Any expression this points to is deleted.
305 assert( pExpr->pLeft==0 && pExpr->pRight==0 );
384 sqlite3ExprDelete(db, pExpr->pRight);
385 pExpr->pRight = 0;
493 Expr *pRight;
496 pRight = pExpr->pRight;
497 if( pRight->op==TK_ID ){
500 zColumn = pRight->u.zToken;
502 assert( pRight->op==TK_DOT )
    [all...]
expr.c 165 if( pExpr->pRight ){
166 aff = sqlite3CompareAffinity(pExpr->pRight, aff);
205 ** a binary comparison operator comparing pLeft and pRight.
212 ** Argument pRight (but not pLeft) may be a null pointer. In this case,
218 Expr *pRight
225 }else if( pRight && pRight->flags & EP_ExpCollate ){
226 assert( pRight->pColl );
227 pColl = pRight->pColl;
231 pColl = sqlite3ExprCollSeq(pParse, pRight);
    [all...]
select.c 302 p = p->pRight;
324 struct SrcList_item *pRight; /* Right table being joined */
328 pRight = &pLeft[1];
329 for(i=0; i<pSrc->nSrc-1; i++, pRight++, pLeft++){
331 Table *pRightTab = pRight->pTab;
335 isOuter = (pRight->jointype & JT_OUTER)!=0;
340 if( pRight->jointype & JT_NATURAL ){
341 if( pRight->pOn || pRight->pUsing ){
361 if( pRight->pOn && pRight->pUsing )
    [all...]
btree.c     [all...]
where.c 107 Bitmask prereqRight; /* Bitmask of tables used by pExpr->pRight */
387 whereSplit(pWC, pExpr->pRight, op);
447 mask = exprTableUsage(pMaskSet, p->pRight);
517 u16 expRight = (pExpr->pRight->flags & EP_ExpCollate);
520 pExpr->pRight->pColl = sqlite3ExprCollSeq(pParse, pExpr->pRight);
522 SWAP(CollSeq*,pExpr->pRight->pColl,pExpr->pLeft->pColl);
523 pExpr->pRight->flags = (pExpr->pRight->flags & ~EP_ExpCollate) | expLeft;
525 SWAP(Expr*,pExpr->pRight,pExpr->pLeft)
    [all...]
sqliteInt.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/
omxVCCOMM_ExpandFrame_I_s.s 65 pRight RN 6
140 ADD pRight,pSrcDstPlane,iFrameWidth
141 SUB pRightIndex,pRight,#1
166 STR tempRight2,[pRight,iPlaneStep]
168 STR tempRight1,[pRight],#4
173 ADD pRight,pRight,RowStep
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
omxVCCOMM_ExpandFrame_I_s.s 49 pRight RN 6
155 SUB pRight, Temp, #1
162 VLD1 {dData1 []}, [pRight], iPlaneStep ;// Top-Right corner pixel from frame duplicated in dData1
192 VLD1 {dData1 []}, [pRight], iPlaneStep
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties_parser.h 61 struct NODE* pRight;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3Int.h 251 Fts3Expr *pParent; /* pParent->pLeft==this or pParent->pRight==this */
253 Fts3Expr *pRight; /* Right operand */
fts3.c     [all...]
fts3_write.c 151 SegmentNode *pRight; /* Pointer to right-sibling */
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp 614 LayoutUnit pRight = includeRightEdge ? paddingRight() : LayoutUnit();
643 scrolledPaintRect.width() - bLeft - bRight - (includePadding ? pLeft + pRight : LayoutUnit()),
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.c 673 ** pLeft and pRight are two DocListReaders that are pointing to
676 ** If there are no instances in pLeft or pRight where the position
677 ** of pLeft is one less than the position of pRight, then this
681 ** are exactly one less than positions from pRight, then add a new
683 ** include the positions from pRight that are one more than a
684 ** position in pLeft. In other words: pRight.iPos==pLeft.iPos+1.
686 ** pLeft and pRight are left pointing at the next document record.
690 DocListReader *pRight, /* Right position list */
691 sqlite_int64 iDocid, /* The docid from pLeft and pRight */
695 int iRightCol, iRightPos = readPosition(pRight, &iRightCol)
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1221 milliseconds