Home
last modified time | relevance | path

Searched defs:source_array (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
Dgim_memory.h56 #define GIM_COPY_ARRAYS(dest_array,source_array,element_count)\ argument
64 #define GIM_COPY_ARRAYS_1(dest_array,source_array,element_count,copy_macro)\ argument
/external/sfntly/cpp/src/test/
Dopen_type_data_test.cc50 ByteArrayPtr source_array = new MemoryByteArray(&(source_bytes[0]), 1024); in TestOTFCopy() local