Searched refs:iScore (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_snippet.c367 int iScore = 0; /* Score of this snippet */ local
384 iScore++;
386 iScore += 1000;
402 *piScore = iScore;
508 int iScore; local
511 fts3SnippetDetails(&sIter, mCovered, &iPos, &iScore, &mCover, &mHighlight);
512 assert( iScore>=0 );
513 if( iScore>iBestScore ){
517 iBestScore = iScore;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c123190 int iScore = 0; /* Score of this snippet */ local
123331 int iScore; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c128925 int iScore = 0; /* Score of this snippet */ local
129067 int iScore; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c128971 int iScore = 0; /* Score of this snippet */ local
129113 int iScore; local
[all...]

Completed in 423 milliseconds