Home
last modified time | relevance | path

Searched refs:endOfLoop (Results 1 – 2 of 2) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Djet.c869 EAS_BOOL endOfLoop = EAS_FALSE; in JET_Process() local
890 endOfLoop = EAS_TRUE; in JET_Process()
911 if (endOfLoop || (state == EAS_STATE_STOPPING) || (state == EAS_STATE_STOPPED)) in JET_Process()
/external/sqlite/dist/
Dsqlite3.c51872 int endOfLoop; /* The end of the loop */ in analyzeOneTable() local
51941 endOfLoop = sqlite3VdbeMakeLabel(v); in analyzeOneTable()
51942 sqlite3VdbeAddOp2(v, OP_Rewind, iIdxCur, endOfLoop); in analyzeOneTable()
51951 sqlite3VdbeAddOp2(v, OP_Goto, 0, endOfLoop); in analyzeOneTable()
51957 sqlite3VdbeResolveLabel(v, endOfLoop); in analyzeOneTable()
59213 int endOfLoop; /* Label for the end of the insertion loop */ in sqlite3Insert() local
59538 endOfLoop = sqlite3VdbeMakeLabel(v); in sqlite3Insert()
59608 newIdx, -1, onError, endOfLoop, 0, 0) ){ in sqlite3Insert()
59716 endOfLoop in sqlite3Insert()
59741 newIdx, -1, onError, endOfLoop, 0, 0) ){ in sqlite3Insert()
[all …]