Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/test/unittest/platform/common/
Dplatform_assert.h54 #define CHECK_LT_RETURN(a, b, ret) CHECK_AND_RETURN((a) < (b), ret) macro
/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/include/
Dplatform_assert.h76 #define CHECK_LT_RETURN(a, b, ret) CHECK_AND_RETURN((a) < (b), ret) macro