Searched defs:cond (Results 1 – 2 of 2) sorted by relevance
56 static inline bool __dsc_assert(const bool cond, const char *cond_str, in __dsc_assert()67 #define dsc_assert(cond) __dsc_assert(cond, #cond, __func__, __LINE__) argument
2396 uint32_t cond; member