HomeSort by relevance Sort by last modified time
    Searched defs:__aeabi_vec_dtor_cookie (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/firmware/lib/libc/
aeabi.cpp 112 extern "C" void* __aeabi_vec_dtor_cookie(void* user_array, void* (*destructor)(void*));
219 // __aeabi_vec_dtor_cookie is only used on arrays that have cookies.
226 // __aeabi_vec_dtor_cookie must not change the element count in the cookie.
228 extern "C" void* __aeabi_vec_dtor_cookie(void* user_array, void* (*destructor)(void*)) function in namespace:__aeabiv1
238 ::operator delete[](__aeabi_vec_dtor_cookie(user_array, destructor));
245 void *array_cookie = __aeabi_vec_dtor_cookie(user_array, destructor);
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
cxxabi_vec.cc 462 void* __aeabi_vec_dtor_cookie(void* array_address, function
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/
cxxabi_vec.cc 462 void* __aeabi_vec_dtor_cookie(void* array_address, function

Completed in 269 milliseconds