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

  /external/e2fsprogs/lib/ext2fs/
extent.c 833 int tocopy; local
897 tocopy = ext2fs_le16_to_cpu(eh->eh_entries);
906 tocopy = ext2fs_le16_to_cpu(eh->eh_entries) / 2;
911 tocopy, ext2fs_le16_to_cpu(eh->eh_entries),
915 if (!tocopy) {
952 neweh->eh_entries = ext2fs_cpu_to_le16(tocopy);
960 (ext2fs_le16_to_cpu(eh->eh_entries) - tocopy),
961 sizeof(struct ext3_extent_idx) * tocopy);
986 path->entries -= tocopy;
987 path->left -= tocopy;
    [all...]
  /external/chromium_org/base/
tuple_unittest.cc 82 CopyLogger(const CopyLogger& tocopy) { ++TimesConstructed; ++TimesCopied; }
  /external/libmtp/src/
libusb-glue.c 1036 unsigned long tocopy = wantlen; local
    [all...]
ptp.c 217 unsigned long tocopy = wantlen; local
219 if (priv->curoff + tocopy > priv->size)
220 tocopy = priv->size - priv->curoff;
221 memcpy (data, priv->data + priv->curoff, tocopy);
222 priv->curoff += tocopy;
223 *gotlen = tocopy;
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_bsd_addr.c 1068 int tocopy, this_copy; local
1072 tocopy = length;

Completed in 95 milliseconds