Searched refs:nMul (Results 1 – 2 of 2) sorted by relevance
237 int nMul = (f=='x' ? 3 : 1); in fts5MatchinfoLocalCb() local240 for(i=0; i<(p->nCol*p->nPhrase); i++) aOut[i*nMul] = 0; in fts5MatchinfoLocalCb()249 aOut[nMul * (iCol + iPhrase * p->nCol)]++; in fts5MatchinfoLocalCb()
1138 i64 nMul = 1; in testReadSize() local1142 nMul = (1<<30); in testReadSize()1146 nMul = (1<<20); in testReadSize()1150 nMul = (1<<10); in testReadSize()1154 nMul = 1; in testReadSize()1157 return nMul * (i64)atoi(z); in testReadSize()