Searched defs:iRotorLen (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c2236 int iRotorLen[FTS1_ROTOR_SZ]; /* Length of token */ local
2255 iRotorLen[iRotor&FTS1_ROTOR_MASK] = iEnd-iBegin;
2269 iRotorBegin[k], iRotorLen[k]);
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c3279 int iRotorLen[FTS2_ROTOR_SZ]; /* Length of token */ local
3298 iRotorLen[iRotor&FTS2_ROTOR_MASK] = iEnd-iBegin;
3314 iRotorBegin[k], iRotorLen[k]);

Completed in 48 milliseconds