Lines Matching refs:nargs
84 #define TEST_LOG_CAPACITY(nargs, inc_cnt, _print) do { \ argument
88 LOG_ERR("test" LISTIFY(nargs, TEST_FORMAT_SPEC, ()) \
89 LISTIFY(nargs, TEST_VALUE, ())); \
96 _cnt, nargs, CONFIG_LOG_BUFFER_SIZE); \
120 #define TEST_LOG_MESSAGE_STORE_NO_OVERFLOW(nargs, inc_time, inc_msg) do { \ argument
122 TEST_LOG_CAPACITY(nargs, _msg_cnt, 0); \
126 LOG_ERR("test" LISTIFY(nargs, TEST_FORMAT_SPEC, ()) \
127 LISTIFY(nargs, TEST_VALUE, ())); \
134 nargs, cyc / _msg_cnt, k_cyc_to_us_ceil32(cyc) / _msg_cnt, \
165 #define TEST_LOG_MESSAGE_STORE_OVERFLOW(nargs, _msg_cnt, inc_time, inc_msg) do { \ argument
168 TEST_LOG_CAPACITY(nargs, _dummy, 0); \
171 LOG_ERR("test" LISTIFY(nargs, TEST_FORMAT_SPEC, ()) \
172 LISTIFY(nargs, TEST_VALUE, ())); \
179 nargs, cyc / _msg_cnt, k_cyc_to_us_ceil32(cyc) / _msg_cnt, \