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

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c2234 unsigned int iRotor = 0; /* Index of current token */ local
2254 iRotorBegin[iRotor&FTS1_ROTOR_MASK] = iBegin;
2255 iRotorLen[iRotor&FTS1_ROTOR_MASK] = iEnd-iBegin;
2267 int k = (iRotor-j) & FTS1_ROTOR_MASK;
2274 iRotor++;

Completed in 134 milliseconds