Searched refs:n_copy (Results 1 – 2 of 2) sorted by relevance
3416 int n_copy; in yaffs_file_rd() local3432 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 …]
300 UInt64 n_copy = *n; in uInt64_toAscii() local302 q = uInt64_qrm10 ( &n_copy ); in uInt64_toAscii()305 } while (!uInt64_isZero(&n_copy)); in uInt64_toAscii()