Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/tests/
H A Dtorturetest.c386 static int countdiffs(unsigned char *buf, unsigned char *check_buf,
408 if (countdiffs(written, read, i, pgsize, &bytes, in report_corrupt()
420 first = countdiffs(written, read, i, pgsize, &bytes, in report_corrupt()
474 static int countdiffs(unsigned char *buf, unsigned char *check_buf, in countdiffs() function