Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/ubi/
H A Dcrc32.c432 static u32 test_step(u32 init, unsigned char *buf, size_t len) in test_step() function
498 crc1 = test_step(INIT1, buf1, i); in main()
499 crc2 = test_step(INIT2, buf2, i); in main()
501 crc3 = test_step(INIT1 ^ INIT2, buf3, i); in main()
/openbmc/linux/tools/testing/selftests/iommu/
H A Diommufd.c1216 size_t test_step = variant->hugepages ? (self->mmap_buf_size / 16) : in TEST_F() local
1232 for (start = 0; start < buf_size; start += test_step) { in TEST_F()
1257 size_t test_step = variant->hugepages ? self->mmap_buf_size / 16 : in TEST_F() local
1273 for (start = 0; start < buf_size; start += test_step) { in TEST_F()