Home
last modified time | relevance | path

Searched refs:n_copy (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/fs/yaffs2/
Dyaffs_guts.c3416 int n_copy; in yaffs_file_rd() local
3432 n_copy = n; in yaffs_file_rd()
3434 n_copy = dev->data_bytes_per_chunk - start; in yaffs_file_rd()
3442 if (cache || n_copy != dev->data_bytes_per_chunk || in yaffs_file_rd()
3465 memcpy(buffer, &cache->data[start], n_copy); in yaffs_file_rd()
3475 memcpy(buffer, &local_buffer[start], n_copy); in yaffs_file_rd()
3483 n -= n_copy; in yaffs_file_rd()
3484 offset += n_copy; in yaffs_file_rd()
3485 buffer += n_copy; in yaffs_file_rd()
3486 n_done += n_copy; in yaffs_file_rd()
[all …]
/external/bzip2/
Dbzip2.c300 UInt64 n_copy = *n; in uInt64_toAscii() local
302 q = uInt64_qrm10 ( &n_copy ); in uInt64_toAscii()
305 } while (!uInt64_isZero(&n_copy)); in uInt64_toAscii()