| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
| H A D | volume.c | 91 This->lockedBox.Right = max(This->lockedBox.Right, dirty_box->Right); 100 This->lockedBox.Right = This->currentDesc.Width; 249 This->lockedBox.Right = This->currentDesc.Width; 254 if (pBox->Right <= pBox->Left 255 || pBox->Right > This->currentDesc.Width 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); 274 This->lockedBox.Right = pBox->Right; [all...] |
| /vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/ |
| H A D | Tcp4Input.c | 254 Trim the data, SYN and FIN to fit into the window defined by Left and Right. 258 @param Right The sequence number of the window's right edge. 265 IN TCP_SEQNO Right 278 if (TCP_SEQ_LEQ (Seg->End, Left) || TCP_SEQ_LEQ (Right, Seg->Seq)) { 323 if (TCP_SEQ_GT (Seg->End, Right)) { 325 Drop = TCP_SUB_SEQ (Seg->End, Right); 326 Seg->End = Right; 705 TCP_SEQNO Right; local 1157 Right = Seg->Ack + Seg->Wnd; 1159 if (TCP_SEQ_LT (Right, Tc [all...] |
| /vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/ |
| H A D | TcpInput.c | 278 Trim the data; SYN and FIN to fit into the window defined by Left and Right. 282 @param[in] Right The sequence number of the window's right edge. 289 IN TCP_SEQNO Right 302 if (TCP_SEQ_LEQ (Seg->End, Left) || TCP_SEQ_LEQ (Right, Seg->Seq)) { 347 if (TCP_SEQ_GT (Seg->End, Right)) { 349 Drop = TCP_SUB_SEQ (Seg->End, Right); 350 Seg->End = Right; 739 TCP_SEQNO Right; local 1266 Right = Seg->Ack + Seg->Wnd; 1268 if (TCP_SEQ_LT (Right, Tc [all...] |
| /vbox/src/VBox/Additions/WINNT/Graphics/Video/common/ |
| H A D | VBoxVideoTools.h | 242 UINT Right; member in struct:VBOXBOX3D 252 pBox->Right += x; 260 LONG w = pBox->Right - pBox->Left; 265 pBox->Right = w + x; 283 VBOXWDDM_BOXDIV_U(pBox->Right, div, fDontReachZero);
|
| /vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
| H A D | gdiplusmetaheader.h | 56 INT16 Right; member in struct:__anon13582
|
| H A D | msinkaut.idl | 287 [id(4), propget] HRESULT Right([out, retval] long* Units); 288 [id(4), propput] HRESULT Right([in] long Units); 295 [out] long* Right); 300 [in] long Right);
|
| H A D | wincon.h | 117 SHORT Right; member in struct:tagSMALL_RECT
|
| H A D | d3d8types.h | 1019 UINT Right; member in struct:_D3DBOX
|
| H A D | d3d9types.h | 1249 UINT Right; member in struct:_D3DBOX
|
| H A D | twain.h | 164 TW_FIX32 Right; member in struct:__anon13844
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
| H A D | gdiplusmetaheader.h | 56 INT16 Right; member in struct:__anon978
|
| H A D | msinkaut.idl | 287 [id(4), propget] HRESULT Right([out, retval] long* Units); 288 [id(4), propput] HRESULT Right([in] long Units); 295 [out] long* Right); 300 [in] long Right);
|
| H A D | wincon.h | 117 SHORT Right; member in struct:tagSMALL_RECT
|
| H A D | d3d8types.h | 1019 UINT Right; member in struct:_D3DBOX
|
| H A D | d3d9types.h | 1245 UINT Right; member in struct:_D3DBOX
|
| H A D | twain.h | 173 TW_FIX32 Right; member in struct:__anon1200
|
| /vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/ |
| H A D | Dhcp4Option.c | 126 INTN Right; local 130 Right = sizeof (DhcpOptionFormats) / sizeof (DHCP_OPTION_FORMAT) - 1; 132 while (Right >= Left) { 133 Middle = (Left + Right) / 2; 140 Right = Middle - 1;
|
| /vbox/src/libs/xpcom18a4/xpcom/string/public/ |
| H A D | nsTString.h | 296 * |Left|, |Mid|, and |Right| are annoying signatures that seem better almost 319 size_type Right( self_type& aResult, size_type aCount ) const function in class:nsTString_CharT
|
| /vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/ |
| H A D | FileBuffer.c | 2686 BOOLEAN Right; local 2733 Right = RightCurrentScreen (NewFilePosCol); 2739 if (Right) {
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/ |
| H A D | VBoxDispD3D.cpp | 2997 AssertCompile(RT_SIZEOFMEMB(D3DDDIBOX, Right) == RT_SIZEOFMEMB(VBOXBOX3D, Right)); 3004 AssertCompile(RT_OFFSETOF(D3DDDIBOX, Right) == RT_OFFSETOF(VBOXBOX3D, Right)); 3384 AssertCompile(RT_SIZEOFMEMB(D3DDDIBOX, Right) == RT_SIZEOFMEMB(D3DBOX, Right)); 3391 AssertCompile(RT_OFFSETOF(D3DDDIBOX, Right) == RT_OFFSETOF(D3DBOX, Right)); 3576 Assert(pAlloc->LockInfo.Box.Right == pData->Box.Right); [all...] |
| /vbox/src/libs/xpcom18a4/xpcom/tests/windows/ |
| H A D | nsStringTest.h | 881 temp1.Right(temp2,4); 882 NS_ASSERTION(temp2=="rick","Right() error"); 906 temp1.Right(temp2,4);
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/ |
| H A D | device.c | 902 AssertCompile(RT_SIZEOFMEMB(WINED3DBOX, Right) == RT_SIZEOFMEMB(VBOXBOX3D, Right)); 909 AssertCompile(RT_OFFSETOF(WINED3DBOX, Right) == RT_OFFSETOF(VBOXBOX3D, Right));
|
| /vbox/src/VBox/Devices/Graphics/BIOS/ |
| H A D | vberom.asm | 634 ; EDX = If BL=03h/83h Right Image Start Address in bytes
|
| /vbox/ |
| H A D | configure.vbs | 2167 If UCase(Right(Wscript.FullName, 11)) = "WSCRIPT.EXE" Then
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/ |
| H A D | device.c | 3896 AssertCompile(RT_SIZEOFMEMB(struct wined3d_box, right) == RT_SIZEOFMEMB(VBOXBOX3D, Right)); 3903 AssertCompile(RT_OFFSETOF(struct wined3d_box, right) == RT_OFFSETOF(VBOXBOX3D, Right));
|