Searched defs:_fmt (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/unit/cbprintf/ |
D | main.c | 114 #define WRAP_FMT(_fmt) "%x" _fmt "%x" argument 239 #define TEST_PRF2(rc, _fmt, ...) do { \ argument 269 #define TEST_PRF(rc, _fmt, ...) \ argument 273 #define TEST_PRF_LONG_DOUBLE(rc, _fmt, ...) \ argument 277 #define TEST_PRF_LONG_DOUBLE(rc, _fmt, ...) \ argument
|
/Zephyr-latest/include/zephyr/zbus/ |
D | zbus.h | 194 #define _ZBUS_ASSERT(_cond, _fmt, ...) \ argument 204 #define _ZBUS_ASSERT(_cond, _fmt, ...) __ASSERT(_cond, _fmt, ##__VA_ARGS__) argument
|