HomeSort by relevance Sort by last modified time
    Searched refs:rCost (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test_fuzzer.c 123 ** All rules are kept on a linked list sorted by rCost.
126 fuzzer_rule *pNext; /* Next rule in order of increasing rCost */
127 fuzzer_cost rCost; /* Cost of this transformation */
142 ** pRule->rCost.
150 fuzzer_cost rCostX; /* Precomputed rBaseCost + pRule->rCost */
151 fuzzer_stem *pNext; /* Next stem in rCost order */
241 if( pA->rCost<=pB->rCost ){
381 return pStem->rCostX = pStem->rBaseCost + pStem->pRule->rCost;
524 ** according to fuzzer_stem.zBaseCost+fuzzer_stem.pRule->rCost
    [all...]
where.c 200 double rCost; /* Overall cost of pursuing this search strategy */
    [all...]

Completed in 267 milliseconds