Lines Matching refs:first
376 int bytes, bits, pages, first;
397 first = countdiffs(written, read, i, pgsize, &bytes,
399 if (first < 0)
408 bytes, bits, first);
410 offset = first & ~0x7;
411 len = ((first + bytes) | 0x7) + 1 - offset;
448 * Count the number of differing bytes and bits and return the first differing
456 int first = -1;
460 first = i;
477 return first;