Lines Matching defs:bits
374 int bytes, bits, pages, first;
381 bytes = bits = pages = 0;
384 &bits) >= 0)
387 pr_info("verify fails on %d pages, %d bytes/%d bits\n",
388 pages, bytes, bits);
394 bytes = bits = 0;
396 &bits);
403 pr_info("Page %zd has %d bytes/%d bits failing verify,"
406 bytes, bits, first);
446 * Count the number of differing bytes and bits and return the first differing