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