Home
last modified time | relevance | path

Searched defs:array_copy (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/trusty/user/app/storage/
Darray.h21 #define array_copy(dest, src, count) \ macro
/aosp_15_r20/external/wayland/tests/
H A Darray-test.c101 TEST(array_copy) in TEST() argument
/aosp_15_r20/art/dex2oat/driver/
H A Dcompiled_method_storage.cc41 LengthPrefixedArray<T>* array_copy = new(storage) LengthPrefixedArray<T>(array.size()); in CopyArray() local
/aosp_15_r20/external/python/cpython2/Modules/
Darraymodule.c631 array_copy(arrayobject *a, PyObject *unused) in array_copy() function