HomeSort by: relevance | last modified time | path
    Searched refs:xorg_list_last_entry (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/test/
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);
input.c 1894 qe = xorg_list_last_entry(&syncEvents.pending, QdEventRec, next);
  /xsrc/external/mit/xorg-server/dist/include/
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/
events.c 1155 tail = xorg_list_last_entry(&syncEvents.pending, QdEventRec, next);

Completed in 10 milliseconds