Lines Matching defs:first
374 int bytes, bits, pages, first;
395 first = countdiffs(written, read, i, pgsize, &bytes,
397 if (first < 0)
406 bytes, bits, first);
408 offset = first & ~0x7;
409 len = ((first + bytes) | 0x7) + 1 - offset;
446 * Count the number of differing bytes and bits and return the first differing
454 int first = -1;
458 first = i;
475 return first;