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

/external/chromium_org/third_party/sqlite/src/src/
H A Danalyze.c133 int regLast = iMem++; /* Index of last sample to record */ local
188 ** first index in the pTab->pIndex list, then register regLast has
195 sqlite3VdbeAddOp2(v, OP_Count, iIdxCur, regLast);
197 addr = sqlite3VdbeAddOp3(v, OP_Lt, regSamplerecno, 0, regLast);
198 sqlite3VdbeAddOp3(v, OP_Divide, regTemp2, regLast, regFirst);
199 sqlite3VdbeAddOp3(v, OP_Multiply, regLast, regTemp, regLast);
200 sqlite3VdbeAddOp2(v, OP_AddImm, regLast, SQLITE_INDEX_SAMPLES*2-2);
201 sqlite3VdbeAddOp3(v, OP_Divide, regTemp2, regLast, regLast);
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c75455 int regLast = iMem++; /* Index of last sample to record */ local
[all...]

Completed in 164 milliseconds