Home
last modified time | relevance | path

Searched refs:static_expr_ (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/imagination/
A Dpvr_device.h714 #define PVR_STATIC_ASSERT_64BIT_ALIGNED(static_expr_) \ argument
716 static_assert(((static_expr_) & (sizeof(u64) - 1)) == 0); \
717 (static_expr_); \

Completed in 5 milliseconds