Searched refs:Blink (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPMisc.h33 Assert(pDstList->Flink->Blink == pList);
34 Assert(pDstList->Blink->Flink == pList);
35 /* pDstList->Flink & pDstList->Blink point to the "real| entries, never to pList
37 pDstList->Flink->Blink = pDstList;
38 pDstList->Blink->Flink = pDstList;
H A DVBoxMPCm.cpp232 pCurEntry = pSession->CommandsList.Blink;
238 pCurEntry = pHdr->QueueList.Blink;
590 pHdr = VBOXCMENTRY_2_CMD(pSession->CommandsList.Blink);
604 pCurEntry = pHdr->QueueList.Blink;
623 pCurEntry = pHdr->QueueList.Blink;
639 for (pCurEntry = DetachedList.Blink; pCurEntry != &DetachedList; pCurEntry = DetachedList.Blink)
H A DVBoxMPVdma.h77 pCmd->QueueEntry.Blink = NULL;
/vbox/src/VBox/Debugger/
H A DDBGPlugInWinNt.cpp51 uint32_t Blink; member in struct:NTMTE32::__anon9850
83 uint64_t Blink; member in struct:NTMTE64::__anon9852
845 if (WINNT_UNION(pThis, &Mte, InLoadOrderLinks.Blink) != AddrPrev.FlatPtr)
1023 DBGFR3AddrFromFlat(pUVM, &Addr, uMte2.v32.InLoadOrderLinks.Blink),
1027 && WINNT32_VALID_ADDRESS(uMte3.v32.InLoadOrderLinks.Blink) )
1104 DBGFR3AddrFromFlat(pUVM, &Addr, uMte2.v64.InLoadOrderLinks.Blink),
1108 && WINNT64_VALID_ADDRESS(uMte3.v64.InLoadOrderLinks.Blink) )
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinternl.h2642 #define InitializeListHead(le) (void)((le)->Flink = (le)->Blink = (le))
2643 #define InsertHeadList(le,e) do { PLIST_ENTRY f = (le)->Flink; (e)->Flink = f; (e)->Blink = (le); f->Blink = (e); (le)->Flink = (e); } while (0)
2644 #define InsertTailList(le,e) do { PLIST_ENTRY b = (le)->Blink; (e)->Flink = (le); (e)->Blink = b; b->Flink = (e); (le)->Blink = (e); } while (0)
2646 #define RemoveEntryList(e) do { PLIST_ENTRY f = (e)->Flink, b = (e)->Blink; f->Blink = b; b->Flink = f; (e)->Flink = (e)->Blink = NULL; } while (0)
2653 b = le->Flink->Blink;
[all...]
H A Dwinnt.h766 struct _LIST_ENTRY *Blink; member in struct:_LIST_ENTRY
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinternl.h2582 #define InitializeListHead(le) (void)((le)->Flink = (le)->Blink = (le))
2583 #define InsertHeadList(le,e) do { PLIST_ENTRY f = (le)->Flink; (e)->Flink = f; (e)->Blink = (le); f->Blink = (e); (le)->Flink = (e); } while (0)
2584 #define InsertTailList(le,e) do { PLIST_ENTRY b = (le)->Blink; (e)->Flink = (le); (e)->Blink = b; b->Flink = (e); (le)->Blink = (e); } while (0)
2586 #define RemoveEntryList(e) do { PLIST_ENTRY f = (e)->Flink, b = (e)->Blink; f->Blink = b; b->Flink = f; (e)->Flink = (e)->Blink = NULL; } while (0)
2593 b = le->Flink->Blink;
[all...]
H A Dwinnt.h641 struct _LIST_ENTRY *Blink; member in struct:_LIST_ENTRY
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/
H A DVBoxNetFltRt-win.cpp2036 #define PREV_LIST_ENTRY(_Entry) ((_Entry)->Blink)

Completed in 202 milliseconds