Searched refs:Right (Results 1 - 25 of 38) sorted by relevance

12

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dvolume.c91 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 DTcp4Input.c254 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 DTcpInput.c278 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 DVBoxVideoTools.h242 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 Dgdiplusmetaheader.h56 INT16 Right; member in struct:__anon13582
H A Dmsinkaut.idl287 [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 Dwincon.h117 SHORT Right; member in struct:tagSMALL_RECT
H A Dd3d8types.h1019 UINT Right; member in struct:_D3DBOX
H A Dd3d9types.h1249 UINT Right; member in struct:_D3DBOX
H A Dtwain.h164 TW_FIX32 Right; member in struct:__anon13844
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dgdiplusmetaheader.h56 INT16 Right; member in struct:__anon978
H A Dmsinkaut.idl287 [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 Dwincon.h117 SHORT Right; member in struct:tagSMALL_RECT
H A Dd3d8types.h1019 UINT Right; member in struct:_D3DBOX
H A Dd3d9types.h1245 UINT Right; member in struct:_D3DBOX
H A Dtwain.h173 TW_FIX32 Right; member in struct:__anon1200
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Option.c126 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 DnsTString.h296 * |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 DFileBuffer.c2686 BOOLEAN Right; local
2733 Right = RightCurrentScreen (NewFilePosCol);
2739 if (Right) {
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispD3D.cpp2997 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 DnsStringTest.h881 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 Ddevice.c902 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 Dvberom.asm634 ; EDX = If BL=03h/83h Right Image Start Address in bytes
/vbox/
H A Dconfigure.vbs2167 If UCase(Right(Wscript.FullName, 11)) = "WSCRIPT.EXE" Then
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddevice.c3896 AssertCompile(RT_SIZEOFMEMB(struct wined3d_box, right) == RT_SIZEOFMEMB(VBOXBOX3D, Right));
3903 AssertCompile(RT_OFFSETOF(struct wined3d_box, right) == RT_OFFSETOF(VBOXBOX3D, Right));

Completed in 752 milliseconds

12