Lines Matching +full:3 +full:- +full:5 +full:v
4 * Copyright 2024 Mark Cave-Ayland
7 * Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
10 * See the COPYING.LIB file in the top-level directory.
31 * head --v-- tail used = 0 in test_fifo8_pop_bufptr_wrap()
37 * head --v ]-- tail used = 4 in test_fifo8_pop_bufptr_wrap()
38 * FIFO: [ 1 2 3 4 . . . . ] in test_fifo8_pop_bufptr_wrap()
42 * head --v ]-- tail used = 2 in test_fifo8_pop_bufptr_wrap()
43 * FIFO: [ 1 2 3 4 . . . . ] in test_fifo8_pop_bufptr_wrap()
44 * buf --^ count = 2 in test_fifo8_pop_bufptr_wrap()
51 * tail --]v-- head used = 8 in test_fifo8_pop_bufptr_wrap()
52 * FIFO: [ 9 a 3 4 5 6 7 8 ] in test_fifo8_pop_bufptr_wrap()
56 * head --v ]-- tail used = 2 in test_fifo8_pop_bufptr_wrap()
57 * FIFO: [ 9 a 3 4 5 6 7 8 ] in test_fifo8_pop_bufptr_wrap()
58 * buf --^ count = 6 in test_fifo8_pop_bufptr_wrap()
62 buf[3] == 0x6 && buf[4] == 0x7 && buf[5] == 0x8); in test_fifo8_pop_bufptr_wrap()
77 * head --v-- tail used = 0 in test_fifo8_pop_bufptr()
83 * head --v ]-- tail used = 4 in test_fifo8_pop_bufptr()
84 * FIFO: [ 1 2 3 4 . . . . ] in test_fifo8_pop_bufptr()
88 * head --v ]-- tail used = 2 in test_fifo8_pop_bufptr()
89 * FIFO: [ 1 2 3 4 . . . . ] in test_fifo8_pop_bufptr()
90 * buf --^ count = 2 in test_fifo8_pop_bufptr()
109 * head --v-- tail used = 0 in test_fifo8_peek_bufptr_wrap()
115 * head --v ]-- tail used = 4 in test_fifo8_peek_bufptr_wrap()
116 * FIFO: { 1 2 3 4 . . . . } in test_fifo8_peek_bufptr_wrap()
120 * head --v ]-- tail used = 4 in test_fifo8_peek_bufptr_wrap()
121 * FIFO: { 1 2 3 4 . . . . } in test_fifo8_peek_bufptr_wrap()
129 * head --v ]-- tail used = 2 in test_fifo8_peek_bufptr_wrap()
130 * FIFO: { 1 2 3 4 . . . . } in test_fifo8_peek_bufptr_wrap()
137 * tail ---]v-- head used = 8 in test_fifo8_peek_bufptr_wrap()
138 * FIFO: { 9 a 3 4 5 6 7 8 } in test_fifo8_peek_bufptr_wrap()
143 * tail --]v-- head used = 8 in test_fifo8_peek_bufptr_wrap()
144 * FIFO: { 9 a 3 4 5 6 7 8 } in test_fifo8_peek_bufptr_wrap()
145 * buf: [ 3 4 5 6 7 8 ] count = 6 in test_fifo8_peek_bufptr_wrap()
149 buf[3] == 0x6 && buf[4] == 0x7 && buf[5] == 0x8); in test_fifo8_peek_bufptr_wrap()
164 * head --v-- tail used = 0 in test_fifo8_peek_bufptr()
170 * head --v ]-- tail used = 4 in test_fifo8_peek_bufptr()
171 * FIFO: { 1 2 3 4 . . . . } in test_fifo8_peek_bufptr()
175 * head --v ]-- tail used = 4 in test_fifo8_peek_bufptr()
176 * FIFO: { 1 2 3 4 . . . . } in test_fifo8_peek_bufptr()
196 * head --v-- tail used = 0 in test_fifo8_pop_buf_wrap()
202 * head --v ]-- tail used = 4 in test_fifo8_pop_buf_wrap()
203 * FIFO: { 1 2 3 4 . . . . } in test_fifo8_pop_buf_wrap()
207 * tail --]v-- head used = 0 in test_fifo8_pop_buf_wrap()
208 * FIFO: [ 1 2 3 4 . . . . ] in test_fifo8_pop_buf_wrap()
213 * tail --]v-- head used = 8 in test_fifo8_pop_buf_wrap()
214 * FIFO: { 9 a b c 5 6 7 8 } in test_fifo8_pop_buf_wrap()
218 * head --v ]-- tail used = 4 in test_fifo8_pop_buf_wrap()
219 * FIFO: { 9 a b c 5 6 7 8 } in test_fifo8_pop_buf_wrap()
224 * tail --]v-- head used = 0 in test_fifo8_pop_buf_wrap()
225 * FIFO: { 9 a b c 5 6 7 8 } in test_fifo8_pop_buf_wrap()
229 data_out[2] == 0xb && data_out[3] == 0xc); in test_fifo8_pop_buf_wrap()
244 * head --v-- tail used = 0 in test_fifo8_pop_buf()
250 * head --v ]-- tail used = 4 in test_fifo8_pop_buf()
251 * FIFO: { 1 2 3 4 . . . . } in test_fifo8_pop_buf()
255 * tail --]v-- head used = 0 in test_fifo8_pop_buf()
256 * FIFO: { 1 2 3 4 . . . . } in test_fifo8_pop_buf()
261 data_out[2] == 0x7 && data_out[3] == 0x8); in test_fifo8_pop_buf()
277 * head --v-- tail used = 0 in test_fifo8_peek_buf_wrap()
283 * head --v ]-- tail used = 4 in test_fifo8_peek_buf_wrap()
284 * FIFO: { 1 2 3 4 . . . . } in test_fifo8_peek_buf_wrap()
288 * tail --]v-- head used = 0 in test_fifo8_peek_buf_wrap()
289 * FIFO: { 1 2 3 4 . . . . } in test_fifo8_peek_buf_wrap()
294 * tail --]v-- head used = 8 in test_fifo8_peek_buf_wrap()
295 * FIFO: { 9 a b c 5 6 7 8 } in test_fifo8_peek_buf_wrap()
301 * tail --]v-- head used = 8 in test_fifo8_peek_buf_wrap()
302 * FIFO: { 9 a b c 5 6 7 8 } in test_fifo8_peek_buf_wrap()
303 * buf: [ 5 6 7 8 ] count = 4 in test_fifo8_peek_buf_wrap()
307 data_out[2] == 0x7 && data_out[3] == 0x8); in test_fifo8_peek_buf_wrap()
311 * tail --]v-- head used = 8 in test_fifo8_peek_buf_wrap()
312 * FIFO: { 9 a b c 5 6 7 8 } in test_fifo8_peek_buf_wrap()
313 * buf: [ 5 6 7 8 9 a b c ] count = 8 in test_fifo8_peek_buf_wrap()
317 data_out[2] == 0x7 && data_out[3] == 0x8); in test_fifo8_peek_buf_wrap()
318 g_assert(data_out[4] == 0x9 && data_out[5] == 0xa && in test_fifo8_peek_buf_wrap()
334 * head --v-- tail used = 0 in test_fifo8_peek_buf()
340 * head --v ]-- tail used = 4 in test_fifo8_peek_buf()
341 * FIFO: { 1 2 3 4 . . . . } in test_fifo8_peek_buf()
347 data_out[2] == 0xff && data_out[3] == 0xff); in test_fifo8_peek_buf()
350 * head --v ]-- tail used = 4 in test_fifo8_peek_buf()
351 * FIFO: { 1 2 3 4 . . . . } in test_fifo8_peek_buf()
352 * buf: [ 1 2 3 4 ] count = 4 in test_fifo8_peek_buf()
356 data_out[2] == 0x3 && data_out[3] == 0x4); in test_fifo8_peek_buf()
369 * head --v-- tail used = 0 in test_fifo8_peek()
374 * head --v]-- tail used = 1 in test_fifo8_peek()
379 * head --v ]-- tail used = 2 in test_fifo8_peek()
387 * head --v]-- tail used = 1 in test_fifo8_peek()
404 * head --v-- tail used = 0 in test_fifo8_pushpop()
409 * head --v]-- tail used = 1 in test_fifo8_pushpop()
414 * head --v ]-- tail used = 2 in test_fifo8_pushpop()
420 * head --v]-- tail used = 1 in test_fifo8_pushpop()
426 * tail --]v-- head used = 0 in test_fifo8_pushpop()