Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/lib/libc/
Daeabi.cpp162 uintptr_t dest_addr = reinterpret_cast<uintptr_t>(user_array_dest); in __aeabi_vec_cctor_nocookie_nodtor() local
163 … for (size_t i = 0; i < element_count; ++i, src_addr += element_size, dest_addr += element_size) { in __aeabi_vec_cctor_nocookie_nodtor()
164 copy_constructor(reinterpret_cast<void*>(dest_addr), reinterpret_cast<void*>(src_addr)); in __aeabi_vec_cctor_nocookie_nodtor()