Searched defs:toread (Results 1 - 4 of 4) sorted by relevance

/external/grub/stage2/
H A Dfsys_jfs.c233 int toread, startpos, endpos; local
244 toread = (endofcur >= endpos)
249 filepos - (offset << jfs.l2bsize), toread, buf);
252 buf += toread;
253 len -= toread;
254 filepos += toread;
256 toread = ((offset << jfs.l2bsize) >= endpos)
258 len -= toread;
259 filepos += toread;
260 for (; toread; torea
[all...]
H A Dfsys_xfs.c336 int toread; local
388 toread = roundup8 (le16(dau->unused.length)) - 4;
389 xfs.blkoff += toread;
390 filepos += toread;
399 toread = roundup8 (namelen + 11) - 9;
400 xfs_read (dirbuf, toread);
402 xfs.blkoff += toread + 5;
492 int toread, startpos, endpos; local
509 toread = (endofcur >= endpos)
514 filepos - (offset << xfs.blklog), toread, bu
[all...]
/external/valgrind/main/coregrind/m_gdbserver/
H A Dserver.c565 char toread[len]; local
590 len_read = VG_(read) (fd, toread, len);
591 *new_packet_len_p = write_qxfer_response (arg_own_buf, toread,
/external/libmtp/src/
H A Dlibusb-glue.c815 unsigned long toread = 0; local
833 toread = size - curread;
835 if (readzero && FLAG_NO_ZERO_READS(ptp_usb) && toread % 64 == 0) {
836 toread += 1;
842 toread = CONTEXT_BLOCK_SIZE_1;
843 else if (toread == CONTEXT_BLOCK_SIZE_1)
844 toread = CONTEXT_BLOCK_SIZE_2;
845 else if (toread == CONTEXT_BLOCK_SIZE_2)
846 toread = CONTEXT_BLOCK_SIZE_1;
848 printf("unexpected toread siz
[all...]

Completed in 8630 milliseconds