Searched refs:SKC_MEMBER_SIZE (Results 1 – 3 of 3) sorted by relevance
64 SKC_STATIC_ASSERT(SKC_MEMBER_SIZE(union skc_handle_refcnt,hd) ==65 SKC_MEMBER_SIZE(union skc_handle_refcnt,h) +66 SKC_MEMBER_SIZE(union skc_handle_refcnt,d));
60 #define SKC_HANDLE_REFCNT_HOST_BITS (SKC_MEMBER_SIZE(union skc_handle_refcnt,h) * 8)61 #define SKC_HANDLE_REFCNT_DEVICE_BITS (SKC_MEMBER_SIZE(union skc_handle_refcnt,d) * 8)
149 #define SKC_MEMBER_SIZE(t,m) sizeof(((t*)0)->m) macro