HomeSort by relevance Sort by last modified time
    Searched refs:dest_array (Results 1 - 8 of 8) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
gim_memory.h 56 #define GIM_COPY_ARRAYS(dest_array,source_array,element_count)\
60 dest_array[_i_] = source_array[_i_];\
64 #define GIM_COPY_ARRAYS_1(dest_array,source_array,element_count,copy_macro)\
68 copy_macro(dest_array[_i_],source_array[_i_]);\
  /external/libcxxabi/src/
cxa_vector.cpp 209 void __cxa_vec_cctor( void* dest_array, void* src_array,
216 char *dest_ptr = static_cast<char *>(dest_array);
217 st_cxa_cleanup cleanup ( dest_array, idx, element_size, destructor );
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_vector.cpp 205 void __cxa_vec_cctor( void* dest_array, void* src_array,
212 char *dest_ptr = static_cast<char *>(dest_array);
213 st_cxa_cleanup cleanup ( dest_array, idx, element_size, destructor );
  /external/libcxxabi/include/
cxxabi.h 140 extern void __cxa_vec_cctor(void* dest_array,
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
cxxabi.h 140 extern void __cxa_vec_cctor(void* dest_array,
  /ndk/sources/cxx-stl/gabi++/include/
cxxabi.h 208 __cxa_vec_cctor(void* dest_array,
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
cxxabi.h 208 __cxa_vec_cctor(void* dest_array,
  /art/compiler/
image_writer.cc 1861 auto* dest_array = down_cast<mirror::PointerArray*>(dst); local
    [all...]

Completed in 542 milliseconds