Searched defs:assert (Results 1 – 4 of 4) sorted by relevance
20 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__)) macro22 # define assert(e) ((e) ? (void)0 : __assert()) macro25 #define assert(e) ((void)0) macro
71 enum hab_status (*assert)(long type, const void *data, uint32_t count); member
332 static void paxb_perst_ctrl(unsigned int core_idx, bool assert) in paxb_perst_ctrl()
2794 static inline uint32_t wait_freqchgreq(uint32_t assert) in wait_freqchgreq()2828 static inline void set_freqchgack(uint32_t assert) in set_freqchgack()