Searched refs:_cnt (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.7.0/tests/subsys/logging/log_benchmark/src/ |
D | main.c | 85 int _cnt = 0; \ 90 _cnt++; \ 92 _cnt--; \ 93 inc_cnt += _cnt; \ 96 _cnt, nargs, CONFIG_LOG_BUFFER_SIZE); \
|
/Zephyr-Core-3.7.0/tests/subsys/debug/mipi_stp_decoder/src/ |
D | main.c | 40 #define ADD_ITEM(_cnt, _type, _ts, _marked, _data) \ argument 42 exp_type[_cnt] = _type; \ 43 exp_ts[_cnt] = (uint64_t)_ts; \ 44 exp_marked[_cnt] = _marked; \ 45 exp_data[_cnt].data = _data; \ 46 exp_data_len[_cnt++] = sizeof(_data); \
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_conn_iso.c | 62 #define DECLARE_MAYFLY_ARRAY(_name, _fp, _cnt) \ argument 63 static memq_link_t _links[_cnt]; \ 64 static struct mayfly _name[_cnt] = \ 65 { LISTIFY(_cnt, _INIT_MAYFLY_ARRAY, (), _links, _fp) }
|
/Zephyr-Core-3.7.0/tests/bluetooth/controller/ctrl_encrypt/src/ |
D | main.c | 79 #define CHECK_RX_CCM_STATE(_conn, _sk_be, _iv, _cnt, _dir) \ argument 85 zassert_equal(_conn.lll.ccm_rx.counter, _cnt, "CCM Rx Counter is wrong"); \ 90 #define CHECK_TX_CCM_STATE(_conn, _sk_be, _iv, _cnt, _dir) \ argument 96 zassert_equal(_conn.lll.ccm_tx.counter, _cnt, "CCM Tx Counter is wrong"); \
|