Searched defs:aExpr (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dintermediate.h315 TIntermNode *aInit, TIntermTyped* aCond, TIntermTyped* aExpr,
320 expr(aExpr),
314 TIntermLoop(TLoopType aType, TIntermNode *aInit, TIntermTyped* aCond, TIntermTyped* aExpr, TIntermNode* aBody) argument
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3.c2805 ExprAndCost *aExpr = 0; /* Array of AND'd expressions and costs */ local
2806 int nExpr = 0; /* Size of aExpr[] */
2816 aExpr = sqlite3_malloc(sizeof(ExprAndCost) * nExpr);
2817 if( !aExpr ) rc = SQLITE_NOMEM;
2822 fts3ExprAssignCosts(pExpr, &aExpr);
2823 aExpr -= nExpr;
2831 ExprAndCost *pCand = &aExpr[jj];
2865 sqlite3_free(aExpr);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c115855 ExprAndCost *aExpr = 0; /* Array of AND'd expressions and costs */ local
[all...]

Completed in 554 milliseconds