Searched refs:data_in1 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-fifo.c | 24 uint8_t data_in1[] = { 0x1, 0x2, 0x3, 0x4 }; in test_fifo8_pop_bufptr_wrap() local 35 fifo8_push_all(&fifo, data_in1, sizeof(data_in1)); in test_fifo8_pop_bufptr_wrap() 102 uint8_t data_in1[] = { 0x1, 0x2, 0x3, 0x4 }; in test_fifo8_peek_bufptr_wrap() local 113 fifo8_push_all(&fifo, data_in1, sizeof(data_in1)); in test_fifo8_peek_bufptr_wrap() 189 uint8_t data_in1[] = { 0x1, 0x2, 0x3, 0x4 }; in test_fifo8_pop_buf_wrap() local 200 fifo8_push_all(&fifo, data_in1, sizeof(data_in1)); in test_fifo8_pop_buf_wrap() 270 uint8_t data_in1[] = { 0x1, 0x2, 0x3, 0x4 }; in test_fifo8_peek_buf_wrap() local 281 fifo8_push_all(&fifo, data_in1, sizeof(data_in1)); in test_fifo8_peek_buf_wrap()
|