Searched defs:iRotor (Results 1 - 2 of 2) 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++;
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c3277 unsigned int iRotor = 0; /* Index of current token */ local
3297 iRotorBegin[iRotor&FTS2_ROTOR_MASK] = iBegin;
3298 iRotorLen[iRotor&FTS2_ROTOR_MASK] = iEnd-iBegin;
3312 int k = (iRotor-j) & FTS2_ROTOR_MASK;
3319 iRotor++;

Completed in 47 milliseconds