Lines Matching defs:fill
386 uint8_t fill = 0xf;
402 memset(src, fill, TEST_SUBMIT_SIZE);
403 memset(&fill64, fill, sizeof(uint64_t));
406 rc = spdk_accel_submit_fill(g_ch, dst, fill, nbytes, NULL, cb_arg);
413 rc = spdk_accel_submit_fill(g_ch, dst, fill, nbytes, NULL, cb_arg);
745 /* Check multiple fill operations */
1289 * beginning and a fill at the end modifying the first 2048B of the buffer.
1456 /* Check the same, but add an extra fill operation at the beginning that should execute last
1801 /* Check fill + copy */
2105 /* Start with a fill operation using accel buffer, followed by a decompress using another
2535 /* First check the simplest case - single fill operation with dstbuf in domain */