Searched defs:Left (Results 1 - 25 of 27) sorted by relevance

12

/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.
257 @param Left The sequence number of the window's left edge.
264 IN TCP_SEQNO Left,
278 if (TCP_SEQ_LEQ (Seg->End, Left) || TCP_SEQ_LEQ (Right, Seg->Seq)) {
291 if (TCP_SEQ_LT (Seg->Seq, Left)) {
293 Drop = TCP_SUB_SEQ (Left, Seg->Seq);
295 Seg->Seq = Left;
262 TcpTrimSegment( IN NET_BUF *Nbuf, IN TCP_SEQNO Left, IN TCP_SEQNO Right ) argument
H A DTcp4Output.c189 UINT32 Left; local
220 Left = GET_SND_DATASIZE (Sk) +
223 Len = MIN (Win, Left);
229 if ((Force != 0)|| (Len == 0 && Left == 0)) {
233 if (Len == 0 && Left != 0) {
250 if ((Len == Left) &&
/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.
281 @param[in] Left The sequence number of the window's left edge.
288 IN TCP_SEQNO Left,
302 if (TCP_SEQ_LEQ (Seg->End, Left) || TCP_SEQ_LEQ (Right, Seg->Seq)) {
315 if (TCP_SEQ_LT (Seg->Seq, Left)) {
317 Drop = TCP_SUB_SEQ (Left, Seg->Seq);
319 Seg->Seq = Left;
286 TcpTrimSegment( IN NET_BUF *Nbuf, IN TCP_SEQNO Left, IN TCP_SEQNO Right ) argument
H A DTcpOutput.c184 UINT32 Left; local
215 Left = GET_SND_DATASIZE (Sk) + TCP_SUB_SEQ (TcpGetMaxSndNxt (Tcb), Tcb->SndNxt);
217 Len = MIN (Win, Left);
223 if ((Force != 0)|| (Len == 0 && Left == 0)) {
227 if (Len == 0 && Left != 0) {
244 if ((Len == Left) &&
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Option.c125 INTN Left; local
129 Left = 0;
132 while (Right >= Left) {
133 Middle = (Left + Right) / 2;
142 Left = Middle + 1;
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsTString.h296 * |Left|, |Mid|, and |Right| are annoying signatures that seem better almost
299 * aWritable = aReadable.Left(17); // ...a member function that returns a |Substring|
300 * aWritable = Left(aReadable, 17); // ...a global function that returns a |Substring|
301 * Left(aReadable, 17, aWritable); // ...a global function that does the assignment
305 * aReadable.Left(aWritable, 17); // ...a member function that does the assignment
314 size_type Left( self_type& aResult, size_type aCount ) const function in class:nsTString_CharT
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dgdiplusmetaheader.h54 INT16 Left; member in struct:__anon13582
H A Dwincon.h115 SHORT Left; member in struct:tagSMALL_RECT
H A Dd3d8types.h1017 UINT Left; member in struct:_D3DBOX
H A Dd3d9types.h1247 UINT Left; member in struct:_D3DBOX
H A Dtwain.h162 TW_FIX32 Left; member in struct:__anon13844
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dgdiplusmetaheader.h54 INT16 Left; member in struct:__anon978
H A Dwincon.h115 SHORT Left; member in struct:tagSMALL_RECT
H A Dd3d8types.h1017 UINT Left; member in struct:_D3DBOX
H A Dd3d9types.h1243 UINT Left; member in struct:_D3DBOX
H A Dtwain.h171 TW_FIX32 Left; member in struct:__anon1200
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DNetBuffer.c1244 UINT32 Left; local
1289 Left = BlockOp[Index].Size - Skip;
1291 if (Len <= Left) {
1296 CopyMem (Dest, BlockOp[Index].Head + Skip, Left);
1298 Dest += Left;
1299 Len -= Left;
1300 Copied = Left;
1483 UINT32 Left; local
1520 Left = Nbuf->TotalSize - Skip;
1522 if (Len < Left) {
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DBufferImage.c2214 UINTN Left; local
2219 Left = 0;
2227 Left = 0x10;
2229 Left = Bytes - TempI;
2240 Line->Size = Left;
2242 for (TempJ = 0; TempJ < Left; TempJ++) {
2252 if (Left == 0x10 || Bytes == 0) {
/vbox/src/VBox/Additions/WINNT/Graphics/Video/common/
H A DVBoxVideoTools.h240 UINT Left; member in struct:VBOXBOX3D
250 pBox->Left += x;
260 LONG w = pBox->Right - pBox->Left;
263 pBox->Left = x;
281 VBOXWDDM_BOXDIV_U(pBox->Left, div, fDontReachZero);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DFileBuffer.c2687 BOOLEAN Left; local
2734 Left = LeftCurrentScreen (NewFilePosCol);
2746 if (Left) {
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dwined3d.h2370 UINT Left; member in struct:_WINED3DBOX
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwined3d.h2371 UINT Left; member in struct:_WINED3DBOX
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dwined3d.h2370 UINT Left; member in struct:_WINED3DBOX
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwined3d.h2365 UINT Left; member in struct:_WINED3DBOX
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dwined3d.h2370 UINT Left; member in struct:_WINED3DBOX

Completed in 336 milliseconds

12