Searched defs:RemoveEntryList (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/
H A DLinkedList.c492 Ptr = RemoveEntryList (FirstEntry);
513 RemoveEntryList (SecondEntry);
541 RemoveEntryList ( function
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinternl.h2646 #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) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinternl.h2586 #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) macro

Completed in 678 milliseconds