Searched defs:Right (Results 1 - 23 of 23) sorted by relevance

/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/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/Graphics/shaderlib/wine/include/
H A Dgdiplusmetaheader.h56 INT16 Right; member in struct:__anon13582
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
H A Dcommctrl.h3581 UINT Right; member in struct:LVGROUPMETRICS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dgdiplusmetaheader.h56 INT16 Right; member in struct:__anon978
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
H A Dcommctrl.h3655 UINT Right; member in struct:LVGROUPMETRICS
/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/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DFileBuffer.c2686 BOOLEAN Right; local
2733 Right = RightCurrentScreen (NewFilePosCol);
2739 if (Right) {
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dwined3d.h2372 UINT Right; member in struct:_WINED3DBOX
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwined3d.h2373 UINT Right; member in struct:_WINED3DBOX
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dwined3d.h2372 UINT Right; member in struct:_WINED3DBOX
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwined3d.h2367 UINT Right; member in struct:_WINED3DBOX
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dwined3d.h2372 UINT Right; member in struct:_WINED3DBOX

Completed in 341 milliseconds