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