Home
last modified time | relevance | path

Searched defs:compiletime_assert (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dcompiler.h36 #define compiletime_assert(condition, msg) \ macro
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_jd.c1165 #define compiletime_assert(x, msg) do { switch (0) { case 0: case (x):; } } \ in kbase_jd_submit() macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompiler_types.h316 #define compiletime_assert(condition, msg) \ macro
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_jd.c1385 #define compiletime_assert(x, msg) do { switch (0) { case 0: case (x):; } } \ in kbase_jd_submit() macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dcompiler.h517 #define compiletime_assert(condition, msg) \ macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompiler.h504 #define compiletime_assert(condition, msg) \ macro