Home
last modified time | relevance | path

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

/linux/drivers/mtd/tests/
H A Dtorturetest.c361 static int countdiffs(unsigned char *buf, unsigned char *check_buf,
383 if (countdiffs(written, read, i, pgsize, &bytes, in report_corrupt()
395 first = countdiffs(written, read, i, pgsize, &bytes, in report_corrupt()
449 static int countdiffs(unsigned char *buf, unsigned char *check_buf, in countdiffs() function