/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/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/Graphics/shaderlib/wine/include/ |
H A D | gdiplusmetaheader.h | 56 INT16 Right; member in struct:__anon13582
|
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
|
H A D | commctrl.h | 3581 UINT Right; member in struct:LVGROUPMETRICS
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | gdiplusmetaheader.h | 56 INT16 Right; member in struct:__anon978
|
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
|
H A D | commctrl.h | 3655 UINT Right; member in struct:LVGROUPMETRICS
|
/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/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/Devices/Graphics/shaderlib/libWineStub/include/wine/ |
H A D | wined3d.h | 2372 UINT Right; member in struct:_WINED3DBOX
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | wined3d.h | 2373 UINT Right; member in struct:_WINED3DBOX
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/ |
H A D | wined3d.h | 2372 UINT Right; member in struct:_WINED3DBOX
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | wined3d.h | 2367 UINT Right; member in struct:_WINED3DBOX
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/ |
H A D | wined3d.h | 2372 UINT Right; member in struct:_WINED3DBOX
|