Searched refs:iTop (Results 1 - 8 of 8) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A Dvectorbuffer.h57 TNode* iTop; local
67 iTop = TNode::Empty(iBuffer); //these points to buffer
77 reinterpret_cast<const TUint8*>(iTop);
139 if(iTop->Succ() == NULL)
151 __ASSERT_ALWAYS(iTop->Succ() != NULL, VECPANIC(KErrUnderflow)); //can never pass-by bottom
152 TNode* node = iTop;
153 iTop = iTop->Succ();
154 if(iTop > node)
177 TNode* t = iTop
[all...]
/external/sonivox/jet_tools/JetCreator/
H A DJetSegGraph.py61 self.iTop = 0
179 if pt[0] >= Marker.iStart and pt[0] <= Marker.iEnd and pt[1] >= Marker.iTop and pt[1] <= Marker.iTop + Marker.iHeight:
253 iTop = 0
258 Marker1.iTop = iTop * Marker1.iHeight
259 iTop = iTop + 1
267 dc.DrawRectangle(Marker.iStart + self.iEdges, Marker.iTop, Marker.iWidth, Marker.iHeight)
271 dc.DrawText(Marker.sName, k, ((Marker.iTop
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.c530 int iTop, iLeft, iWidth, iHeight; local
584 iTop = (swp.cy - rcl.yTop) * pVideo->hidden->SrcBufferDesc.uiYResolution / swp.cy - iYScaleError;
594 if (iTop<0) iTop = 0;
596 if (iTop+iHeight>pVideo->hidden->SrcBufferDesc.uiYResolution) iHeight = pVideo->hidden->SrcBufferDesc.uiYResolution-iTop;
601 iTop, iLeft, iWidth, iHeight,
608 FSLIB_BITBLT(hwnd, pVideo->hidden->pchSrcBuffer, iTop, iLeft, iWidth, iHeight);
/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c4782 pWInfo->iTop = sqlite3VdbeCurrentAddr(v);
4958 pOp = sqlite3VdbeGetOp(v, pWInfo->iTop);
4960 for(k=pWInfo->iTop; k<last; k++, pOp++){
H A DsqliteInt.h1965 int iTop; /* The very beginning of the WHERE loop */ member in struct:WhereInfo
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10310 int iTop; /* The very beginning of the WHERE loop */ member in struct:WhereInfo
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c110857 int iTop; /* The very beginning of the WHERE loop */ member in struct:WhereInfo
[all...]
/external/sqlite/dist/
H A Dsqlite3.c110877 int iTop; /* The very beginning of the WHERE loop */ member in struct:WhereInfo
[all...]

Completed in 539 milliseconds