Searched refs:static_expr_ (Results 1 – 1 of 1) sorted by relevance
694 #define PVR_STATIC_ASSERT_64BIT_ALIGNED(static_expr_) \ argument696 static_assert(((static_expr_) & (sizeof(u64) - 1)) == 0); \697 (static_expr_); \