Searched defs:iTop (Results 1 - 6 of 6) 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/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 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 581 milliseconds