Home
last modified time | relevance | path

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

/arch/arm/lib/
A Duaccess_with_memcpy.c106 int tocopy; in __copy_to_user_memcpy() local
118 if (tocopy > n) in __copy_to_user_memcpy()
119 tocopy = n; in __copy_to_user_memcpy()
124 to += tocopy; in __copy_to_user_memcpy()
125 from += tocopy; in __copy_to_user_memcpy()
126 n -= tocopy; in __copy_to_user_memcpy()
170 int tocopy; in __clear_user_memset() local
180 if (tocopy > n) in __clear_user_memset()
181 tocopy = n; in __clear_user_memset()
186 addr += tocopy; in __clear_user_memset()
[all …]
/arch/alpha/boot/tools/
A Dobjstrip.c55 size_t nwritten, tocopy, n, mem_size, fil_size, pad = 0; in main() local
238 tocopy = fil_size; in main()
239 while (tocopy > 0) { in main()
240 n = tocopy; in main()
244 tocopy -= n; in main()
263 tocopy = mem_size - fil_size; in main()
264 if (tocopy > 0) { in main()
267 prog_name, pad, (unsigned long) tocopy); in main()
271 n = tocopy; in main()
280 tocopy -= nwritten; in main()
[all …]

Completed in 5 milliseconds