Home
last modified time | relevance | path

Searched refs:test_1word (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/lib/mpsc_pbuf/src/
Dmain.c121 union test_item test_1word = {.data = {.valid = 1, .len = 1 }}; in item_put_no_overwrite() local
126 test_1word.data.data = i; in item_put_no_overwrite()
127 mpsc_pbuf_put_word(&buffer, test_1word.item); in item_put_no_overwrite()
151 union test_item test_1word = {.data = {.valid = 1, .len = 1 }}; in item_put_overwrite() local
158 test_1word.data.data = i; in item_put_overwrite()
159 mpsc_pbuf_put_word(&buffer, test_1word.item); in item_put_overwrite()
179 union test_item test_1word = {.data = {.valid = 1, .len = 1 }}; in item_put_saturate() local
185 test_1word.data.data = i; in item_put_saturate()
186 mpsc_pbuf_put_word(&buffer, test_1word.item); in item_put_saturate()
197 test_1word.data.data = i; in item_put_saturate()
[all …]