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

/external/chromium_org/third_party/sqlite/src/src/
H A Danalyze.c134 int regFirst = iMem++; /* Index of first sample to record */ local
196 sqlite3VdbeAddOp2(v, OP_Null, 0, regFirst);
198 sqlite3VdbeAddOp3(v, OP_Divide, regTemp2, regLast, regFirst);
208 sqlite3VdbeAddOp2(v, OP_Copy, regFirst, regSamplerecno);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c75456 int regFirst = iMem++; /* Index of first sample to record */ local
[all...]

Completed in 172 milliseconds