Searched refs:sim_assert (Results 1 – 2 of 2) sorted by relevance
/mcuboot-latest/sim/mcuboot-sys/csupport/mcuboot_config/ |
D | mcuboot_assert.h | 25 void sim_assert(int, const char *test, const char *, unsigned int, const char *); 26 #define ASSERT(x) sim_assert((x), #x, __FILE__, __LINE__, __func__)
|
/mcuboot-latest/sim/mcuboot-sys/csupport/ |
D | run.c | 518 void sim_assert(int x, const char *assertion, const char *file, unsigned int line, const char *func… in sim_assert() function
|