Searched refs:static_expr_ (Results 1 – 1 of 1) sorted by relevance
714 #define PVR_STATIC_ASSERT_64BIT_ALIGNED(static_expr_) \ argument716 static_assert(((static_expr_) & (sizeof(u64) - 1)) == 0); \717 (static_expr_); \
Completed in 5 milliseconds