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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/
H A DLinkedList.c169 InsertHeadList ( function
506 if (Ptr == InsertHeadList (SecondEntry, FirstEntry)) {
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinternl.h2643 #define InsertHeadList(le,e) do { PLIST_ENTRY f = (le)->Flink; (e)->Flink = f; (e)->Blink = (le); f->Blink = (e); (le)->Flink = (e); } while (0) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinternl.h2583 #define InsertHeadList(le,e) do { PLIST_ENTRY f = (le)->Flink; (e)->Flink = f; (e)->Blink = (le); f->Blink = (e); (le)->Flink = (e); } while (0) macro

Completed in 81 milliseconds