Searched refs:score (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dwhere.c541 ** 8 to the score. The right-most term of the index may be
544 ** gives the best score.
546 ** This scoring system is designed so that the score can later be
547 ** used to determine how the index is used. If the score&7 is 0
548 ** then all constraints are equalities. If score&1 is not 0 then
550 ** If score&2 is not 0 then there is an inequality used as the
551 ** start key. (ex: "x>..."). A score or 4 is the special case
565 int nEq, m, score; local
644 score = nEq*8; /* Base score i
951 int score = pLevel->score; local
[all...]
H A DsqliteInt.h807 int score; /* How well this indexed scored */ member in struct:WhereLevel
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dconfig.sub279 | score \
1374 score-*)

Completed in 23 milliseconds