Home
last modified time | relevance | path

Searched refs:tocopy (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dextent.c831 int tocopy; in extent_node_split() local
895 tocopy = ext2fs_le16_to_cpu(eh->eh_entries); in extent_node_split()
904 tocopy = ext2fs_le16_to_cpu(eh->eh_entries) / 2; in extent_node_split()
909 tocopy, ext2fs_le16_to_cpu(eh->eh_entries), in extent_node_split()
913 if (!tocopy) { in extent_node_split()
951 neweh->eh_entries = ext2fs_cpu_to_le16(tocopy); in extent_node_split()
959 (ext2fs_le16_to_cpu(eh->eh_entries) - tocopy), in extent_node_split()
960 sizeof(struct ext3_extent_idx) * tocopy); in extent_node_split()
984 path->entries -= tocopy; in extent_node_split()
985 path->left -= tocopy; in extent_node_split()
/external/chromium/base/
Dtuple_unittest.cc82 CopyLogger(const CopyLogger& tocopy) { ++TimesConstructed; ++TimesCopied; } in CopyLogger()
/external/libmtp/src/
Dlibusb-glue.c1034 unsigned long tocopy = wantlen; in memory_getfunc() local
1036 if (priv->curoff + tocopy > priv->size) in memory_getfunc()
1037 tocopy = priv->size - priv->curoff; in memory_getfunc()
1038 memcpy (data, priv->data + priv->curoff, tocopy); in memory_getfunc()
1039 priv->curoff += tocopy; in memory_getfunc()
1040 *gotlen = tocopy; in memory_getfunc()
Dptp.c217 unsigned long tocopy = wantlen; in memory_getfunc() local
219 if (priv->curoff + tocopy > priv->size) in memory_getfunc()
220 tocopy = priv->size - priv->curoff; in memory_getfunc()
221 memcpy (data, priv->data + priv->curoff, tocopy); in memory_getfunc()
222 priv->curoff += tocopy; in memory_getfunc()
223 *gotlen = tocopy; in memory_getfunc()