Searched refs:xorg_list_last_entry (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/test/ |
| H A D | list.c | 115 c = xorg_list_last_entry(&parent.children, struct child, node); 123 c = xorg_list_last_entry(&parent.children, struct child, node); 131 c = xorg_list_last_entry(&parent.children, struct child, node);
|
| H A D | input.c | 1894 qe = xorg_list_last_entry(&syncEvents.pending, QdEventRec, next);
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | list.h | 267 * first = xorg_list_last_entry(&bar->list_of_foos, struct foo, list_of_foos); 274 #define xorg_list_last_entry(ptr, type, member) \ macro
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | events.c | 1155 tail = xorg_list_last_entry(&syncEvents.pending, QdEventRec, next);
|
Completed in 12 milliseconds