Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/sconeserver/
H A D0001-sconex-Descriptor.cpp-fix-build-with-gcc-11.patch13 150 | DEBUG_ASSERT(stream>=0,"add_stream() Invalid stream");
18 204 | DEBUG_ASSERT(stream>=0,"remove_stream() Invalid stream");
38 - DEBUG_ASSERT(stream>=0,"add_stream() Invalid stream");
39 + DEBUG_ASSERT(stream!=0,"add_stream() Invalid stream");
47 - DEBUG_ASSERT(stream>=0,"remove_stream() Invalid stream");
48 + DEBUG_ASSERT(stream!=0,"remove_stream() Invalid stream");
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/common/
H A Dump_kernel_common.h44 #define DEBUG_ASSERT(condition) do {if(!(condition)) MSG_ERR(("ASSERT failed: " #condition)); } wh… macro
51 #define DEBUG_ASSERT(condition) do {} while(0) macro
H A Dump_kernel_common.c178 DEBUG_ASSERT(_mali_osk_list_empty(&session_data->list_head_session_memory_mappings_list)); in _ump_ukk_close()
229 DEBUG_ASSERT(mem); in _ump_ukk_map_mem()
H A Dump_kernel_descriptor_mapping.c105 DEBUG_ASSERT(map); in ump_descriptor_mapping_get()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/linux/
H A Dump_kernel_random_mapping.c128 DEBUG_ASSERT(map); in ump_random_mapping_get()
/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/
H A Dda223_core.h222 DEBUG_ASSERT=1<<1, enumerator