Searched refs:__field (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/libwsbm/src/ |
D | wsbm_util.h | 11 #define containerOf(__item, __type, __field) \ argument 12 ((__type *)(((char *) (__item)) - offsetof(__type, __field))) 73 #define WSBMLISTENTRY(__item, __type, __field) \ argument 74 containerOf(__item, __type, __field)
|
/hardware/intel/img/libdrm/libdrm/ |
D | libdrm_lists.h | 76 #define DRMLISTENTRY(__type, __item, __field) \ argument 77 ((__type *)(((char *) (__item)) - offsetof(__type, __field)))
|