Searched refs:Top (Results 1 - 25 of 41) sorted by relevance

12

/vbox/src/VBox/Main/testcase/VBoxVBTest/
H A DTestForm.frm18 Top = 2040
26 Top = 720
35 Top = 1680
44 Top = 1320
53 Top = 1320
62 Top = 120
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePeCoffLib/Arm/
H A DPeCoffLoaderEx.c98 UINT16 *Top; local
101 Top = Word + 2; // MOVT
103 return (ThumbMovtImmediateAddress (Top) << 16) + ThumbMovtImmediateAddress (Word);
120 UINT16 *Top; local
123 Top = Word + 2; // MOVT
126 ThumbMovtImmediatePatch (Top, (UINT16)(Address >> 16));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DPage.c43 UINTN Top; local
47 Top = TRUNCATE_TO_PAGES (MaxAddress + 1 - (UINTN)Pages);
48 if (Top > Pages->NumberOfPages) {
49 Top = Pages->NumberOfPages;
51 Bottom = Top - NumberOfPages;
53 if (Top < Pages->NumberOfPages) {
54 Node = (FREE_PAGE_LIST*)((UINTN)Pages + EFI_PAGES_TO_SIZE (Top));
55 Node->NumberOfPages = Pages->NumberOfPages - Top;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DPeCoffLoaderEx.c395 UINT16 *Top; local
398 Top = Word + 2; // MOVT
400 return (ThumbMovtImmediateAddress (Top) << 16) + ThumbMovtImmediateAddress (Word);
418 UINT16 *Top; local
421 Top = Word + 2; // MOVT
424 ThumbMovtImmediatePatch (Top, (UINT16)(Address >> 16));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dvolume.c89 This->lockedBox.Top = min(This->lockedBox.Top, dirty_box->Top);
98 This->lockedBox.Top = 0;
247 This->lockedBox.Top = 0;
256 || pBox->Bottom <= pBox->Top
266 TRACE("Lock Box (%p) = l %d, t %d, r %d, b %d, fr %d, ba %d\n", pBox, pBox->Left, pBox->Top, pBox->Right, pBox->Bottom, pBox->Front, pBox->Back);
269 + (pLockedVolume->RowPitch * pBox->Top)
272 This->lockedBox.Top = pBox->Top;
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DInputHandler.c48 UINTN Top; local
91 Top = ((DimensionsHeight - 6) / 2) + gScreenDimensions.TopRow - 1;
109 PrintStringAt (Start + 1, Top + 3, BufferedString);
118 gST->ConOut->SetCursorPosition (gST->ConOut, Start + 1, Top + 3);
130 PrintStringAt (Start + 1, Top + 3, BufferedString);
134 gST->ConOut->SetCursorPosition (gST->ConOut, Start + GetStringWidth (StringPtr) / 2, Top + 3);
245 PrintStringAt (Start + 1, Top + 3, BufferedString);
254 gST->ConOut->SetCursorPosition (gST->ConOut, Start + 1, Top + 3);
266 PrintStringAt (Start + 1, Top + 3, BufferedString);
272 gST->ConOut->SetCursorPosition (gST->ConOut, Start + CurrentCursor + 1, Top
924 UINTN Top; local
[all...]
H A DUi.c834 UINTN Top; local
899 Top = ((DimensionsHeight - NumberOfLines - 2) / 2) + gScreenDimensions.TopRow - 1;
978 PrintStringAt (Start + 1, Top + InputOffset, BufferedString);
990 PrintStringAt (Start + 1, Top + InputOffset, BufferedString);
1022 UINTN Top; local
1044 Top = ((DimensionsHeight - NumberOfLines - 2) / 2) + gScreenDimensions.TopRow - 1;
1045 Bottom = Top + NumberOfLines + 2;
1048 PrintCharAt (Start, Top, Character);
1059 for (Index = Top; Index + 2 < Bottom; Index++, Count++) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Core/
H A DPackageFile.py159 ## Pack the files under Top directory, the directory shown in the zipFile start from BaseDir,
160 # BaseDir should be the parent directory of the Top directory, for example,
164 # @param Top: the top directory
167 def Pack(self, Top, BaseDir):
168 if not os.path.isdir(Top):
170 "%s is not a directory!" %Top)
175 RelaDir = Top[Top.upper().find(BaseDir.upper()).\
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/Ia16/
H A DResetVectorVtf0.asm37 ; VTF-0 means that the VTF (Volume Top File) code does not require
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dcontrol.idl115 [propput] HRESULT Top( [in] LONG Top );
116 [propget] HRESULT Top( [out] LONG *pTop );
129 HRESULT SetWindowPosition( [in] LONG Left, [in] LONG Top, [in] LONG Width, [in] LONG Height );
170 HRESULT SetSourcePosition( [in] LONG Left, [in] LONG Top, [in] LONG Width, [in] LONG Height );
173 HRESULT SetDestinationPosition( [in] LONG Left, [in] LONG Top, [in] LONG Width, [in] LONG Height );
H A Dgdiplusmetaheader.h55 INT16 Top; member in struct:__anon13582
H A Dexdisp.idl117 [id(207), propget] HRESULT Top([out, retval] long *pl);
118 [id(207), propput] HRESULT Top([in] long Top);
405 void WindowSetTop([in] long Top);
658 [in, optional] VARIANT *Top,
H A Dmsinkaut.idl281 [id(1), propget] HRESULT Top([out, retval] long* Units);
282 [id(1), propput] HRESULT Top([in] long Units);
292 [out] long* Top,
297 [in] long Top,
H A Dwincon.h116 SHORT Top; member in struct:tagSMALL_RECT
H A Dd3d8types.h1018 UINT Top; member in struct:_D3DBOX
H A Dd3d9types.h1248 UINT Top; member in struct:_D3DBOX
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dcontrol.idl115 [propput] HRESULT Top( [in] LONG Top );
116 [propget] HRESULT Top( [out] LONG *pTop );
129 HRESULT SetWindowPosition( [in] LONG Left, [in] LONG Top, [in] LONG Width, [in] LONG Height );
170 HRESULT SetSourcePosition( [in] LONG Left, [in] LONG Top, [in] LONG Width, [in] LONG Height );
173 HRESULT SetDestinationPosition( [in] LONG Left, [in] LONG Top, [in] LONG Width, [in] LONG Height );
H A Dgdiplusmetaheader.h55 INT16 Top; member in struct:__anon978
H A Dexdisp.idl111 [id(207), propget] HRESULT Top([out, retval] long *pl);
112 [id(207), propput] HRESULT Top([in] long Top);
399 void WindowSetTop([in] long Top);
602 [in, optional] VARIANT *Top,
H A Dmsinkaut.idl281 [id(1), propget] HRESULT Top([out, retval] long* Units);
282 [id(1), propput] HRESULT Top([in] long Units);
292 [out] long* Top,
297 [in] long Top,
H A Dwincon.h116 SHORT Top; member in struct:tagSMALL_RECT
/vbox/src/VBox/Additions/WINNT/Graphics/Video/common/
H A DVBoxVideoTools.h241 UINT Top; member in struct:VBOXBOX3D
251 pBox->Top += y;
261 LONG h = pBox->Bottom - pBox->Top;
264 pBox->Top = y;
282 VBOXWDDM_BOXDIV_U(pBox->Top, div, fDontReachZero);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dstrmbase.h469 HRESULT WINAPI BaseControlWindowImpl_put_Top(IVideoWindow *iface, LONG Top);
483 HRESULT WINAPI BaseControlWindowImpl_SetWindowPosition(IVideoWindow *iface, LONG Left, LONG Top, LONG Width, LONG Height);
560 HRESULT WINAPI BaseControlVideoImpl_SetSourcePosition(IBasicVideo *iface, LONG Left, LONG Top, LONG Width, LONG Height);
563 HRESULT WINAPI BaseControlVideoImpl_SetDestinationPosition(IBasicVideo *iface, LONG Left, LONG Top, LONG Width, LONG Height);
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.c1470 # define YY_STACK_PRINT(Bottom, Top) \
1473 yy_stack_print ((Bottom), (Top)); \
1520 # define YY_STACK_PRINT(Bottom, Top)
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispD3D.cpp2996 AssertCompile(RT_SIZEOFMEMB(D3DDDIBOX, Top) == RT_SIZEOFMEMB(VBOXBOX3D, Top));
3003 AssertCompile(RT_OFFSETOF(D3DDDIBOX, Top) == RT_OFFSETOF(VBOXBOX3D, Top));
3383 AssertCompile(RT_SIZEOFMEMB(D3DDDIBOX, Top) == RT_SIZEOFMEMB(D3DBOX, Top));
3390 AssertCompile(RT_OFFSETOF(D3DDDIBOX, Top) == RT_OFFSETOF(D3DBOX, Top));
3575 Assert(pAlloc->LockInfo.Box.Top == pData->Box.Top);
[all...]

Completed in 215 milliseconds

12