Searched refs:SQLITE_INDEX_SAMPLES (Results 1 – 1 of 1) sorted by relevance
324 #define SQLITE_INDEX_SAMPLES 10 macro78172 for(j=0; j<SQLITE_INDEX_SAMPLES; j++){102813 for(i=0; i<SQLITE_INDEX_SAMPLES; i++){102855 for(i=0; i<SQLITE_INDEX_SAMPLES; i++){102881 assert( i>=0 && i<=SQLITE_INDEX_SAMPLES );102981 int iUpper = SQLITE_INDEX_SAMPLES;103018 testcase( iEst==SQLITE_INDEX_SAMPLES );103019 assert( iEst<=SQLITE_INDEX_SAMPLES );103021 *piEst = 50/SQLITE_INDEX_SAMPLES;103023 *piEst = (iEst*100)/SQLITE_INDEX_SAMPLES;[all …]