Home
last modified time | relevance | path

Searched defs:DEBUG_ASSERT_POINTER (Results 1 – 2 of 2) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/ump/common/
Dump_kernel_common.h43 #define DEBUG_ASSERT_POINTER(pointer) … macro
70 #define DEBUG_ASSERT_POINTER(pointer) … macro
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/common/
Dump_kernel_common.h43 #define DEBUG_ASSERT_POINTER(pointer) do {if( (pointer)== NULL) MSG_ERR(("NULL pointer " #pointer)… macro
52 #define DEBUG_ASSERT_POINTER(pointer) do {} while(0) macro