Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/test/unittest/platform/common/
Dplatform_assert.h50 #define CHECK_NE_RETURN(a, b, ret) CHECK_AND_RETURN((a) != (b), ret) macro
/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/include/
Dplatform_assert.h72 #define CHECK_NE_RETURN(a, b, ret) CHECK_AND_RETURN((a) != (b), ret) macro