Lines Matching defs:bits
376 int bytes, bits, pages, first;
383 bytes = bits = pages = 0;
386 &bits) >= 0)
389 pr_info("verify fails on %d pages, %d bytes/%d bits\n",
390 pages, bytes, bits);
396 bytes = bits = 0;
398 &bits);
405 pr_info("Page %zd has %d bytes/%d bits failing verify,"
408 bytes, bits, first);
448 * Count the number of differing bytes and bits and return the first differing