Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-fifo.c25 uint8_t data_in2[] = { 0x5, 0x6, 0x7, 0x8, 0x9, 0xa }; in test_fifo8_pop_bufptr_wrap() local
49 fifo8_push_all(&fifo, data_in2, sizeof(data_in2)); in test_fifo8_pop_bufptr_wrap()
103 uint8_t data_in2[] = { 0x5, 0x6, 0x7, 0x8, 0x9, 0xa }; in test_fifo8_peek_bufptr_wrap() local
135 fifo8_push_all(&fifo, data_in2, sizeof(data_in2)); in test_fifo8_peek_bufptr_wrap()
190 uint8_t data_in2[] = { 0x5, 0x6, 0x7, 0x8, 0x9, 0xa, 0xb, 0xc }; in test_fifo8_pop_buf_wrap() local
211 fifo8_push_all(&fifo, data_in2, sizeof(data_in2)); in test_fifo8_pop_buf_wrap()
271 uint8_t data_in2[] = { 0x5, 0x6, 0x7, 0x8, 0x9, 0xa, 0xb, 0xc }; in test_fifo8_peek_buf_wrap() local
292 fifo8_push_all(&fifo, data_in2, sizeof(data_in2)); in test_fifo8_peek_buf_wrap()