Lines Matching refs:target_array
381 … void *target_array_owned, void *target_array_borrowed, void *target_array) { in CeedSetHostGenericArray() argument
384 if (!*(void **)target_array) { in CeedSetHostGenericArray()
386 *(void **)target_array = *(void **)target_array_borrowed; in CeedSetHostGenericArray()
389 *(void **)target_array = *(void **)target_array_owned; in CeedSetHostGenericArray()
392 if (source_array) memcpy(*(void **)target_array, source_array, size_unit * num_values); in CeedSetHostGenericArray()
398 *(void **)target_array = *(void **)target_array_owned; in CeedSetHostGenericArray()
404 *(void **)target_array = *(void **)target_array_borrowed; in CeedSetHostGenericArray()
423 const bool **target_array_borrowed, const bool **target_array) { in CeedSetHostBoolArray()
424 …ay, copy_mode, sizeof(bool), num_values, target_array_owned, target_array_borrowed, target_array)); in CeedSetHostBoolArray()
442 … const CeedInt8 **target_array_borrowed, const CeedInt8 **target_array) { in CeedSetHostCeedInt8Array()
443 …copy_mode, sizeof(CeedInt8), num_values, target_array_owned, target_array_borrowed, target_array)); in CeedSetHostCeedInt8Array()
461 const CeedInt **target_array_borrowed, const CeedInt **target_array) { in CeedSetHostCeedIntArray()
462 … copy_mode, sizeof(CeedInt), num_values, target_array_owned, target_array_borrowed, target_array)); in CeedSetHostCeedIntArray()
480 … const CeedScalar **target_array_borrowed, const CeedScalar **target_array) { in CeedSetHostCeedScalarArray()
481 …py_mode, sizeof(CeedScalar), num_values, target_array_owned, target_array_borrowed, target_array)); in CeedSetHostCeedScalarArray()