Searched defs:container_of (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | list.h | 78 #define container_of(ptr, type, member) \ macro
|
| /xsrc/external/mit/libdrm/dist/ |
| H A D | util_double_list.h | 111 #define container_of(ptr, sample, member) \ macro [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/ |
| H A D | intel_list.h | 410 #define container_of(ptr, type, member) \ macro
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/ |
| H A D | intel_list.h | 417 #define container_of(ptr, type, member) \ macro
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | list.h | 237 #define container_of(ptr, type, member) \ macro
|
| /xsrc/external/mit/libdrm/dist/tegra/ |
| H A D | private.h | 38 #define container_of(ptr, type, member) ({ \ macro
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | spiceqxl_display.c | 32 #define container_of(ptr, type, member) ({ \ macro [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | list.h | 175 #define container_of(ptr, sample, member) \ macro [all...] |
| /xsrc/external/mit/libxcb/dist/src/ |
| H A D | xcbint.h | 76 #define container_of(pointer,type,member) ((type *)(((char *)(pointer)) - offsetof(type, member))) macro
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_rbug/ |
| H A D | rbug_core.c | 50 #define container_of(ptr, type, field) \ macro
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | macros.h | 104 # define container_of(ptr, type, member) \ macro 109 # define container_of(ptr, type, member) ({ \ macro
|
Completed in 14 milliseconds