HomeSort by relevance Sort by last modified time
    Searched refs:curr_off (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 641 DiOffT curr_off = min_off; local
644 vg_assert(curr_off >= min_off && curr_off <= max1_off);
645 if (curr_off == max1_off) break;
646 DiOffT avail = max1_off - curr_off;
650 SizeT nGot = ML_(img_get_some)(buf, sli.img, curr_off, avail);
659 if (curr_off + i < max1_off && max1_off - (curr_off + i) >= 16) {
661 ML_(img_get)(&buff16[0], sli.img, curr_off + i, 16);
666 curr_off += nGot
    [all...]
image.c 986 DiOffT curr_off = 0; local
    [all...]
  /external/valgrind/main/auxprogs/
valgrind-di-server.c 632 ULong curr_off = 0; local
634 assert(curr_off >= 0 && curr_off <= img_szB);
635 if (curr_off == img_szB) break;
636 ULong avail = img_szB - curr_off;
640 Int nRead = pread(fd, buf, avail, curr_off);
651 curr_off += nRead;
    [all...]

Completed in 61 milliseconds