|
libxmp/libxmpf in Omni Compiler
1.3.4
|

Functions | |
| size_t | _XMP_calc_copy_chunk (const int copy_chunk_dim, const _XMP_array_section_t *array) |
| void | _XMP_local_put (_XMP_coarray_t *dst_desc, const void *src, const int dst_contiguous, const int src_contiguous, const int dst_dims, const int src_dims, const _XMP_array_section_t *dst_info, const _XMP_array_section_t *src_info, const size_t dst_elmts, const size_t src_elmts) |
| void | _XMP_local_get (void *dst, const _XMP_coarray_t *src_desc, const int dst_contiguous, const int src_contiguous, const int dst_dims, const int src_dims, const _XMP_array_section_t *dst_info, const _XMP_array_section_t *src_info, const size_t dst_elmts, const size_t src_elmts) |
| size_t _XMP_calc_copy_chunk | ( | const int | copy_chunk_dim, |
| const _XMP_array_section_t * | array | ||
| ) |

| void _XMP_local_get | ( | void * | dst, |
| const _XMP_coarray_t * | src_desc, | ||
| const int | dst_contiguous, | ||
| const int | src_contiguous, | ||
| const int | dst_dims, | ||
| const int | src_dims, | ||
| const _XMP_array_section_t * | dst_info, | ||
| const _XMP_array_section_t * | src_info, | ||
| const size_t | dst_elmts, | ||
| const size_t | src_elmts | ||
| ) |

| void _XMP_local_put | ( | _XMP_coarray_t * | dst_desc, |
| const void * | src, | ||
| const int | dst_contiguous, | ||
| const int | src_contiguous, | ||
| const int | dst_dims, | ||
| const int | src_dims, | ||
| const _XMP_array_section_t * | dst_info, | ||
| const _XMP_array_section_t * | src_info, | ||
| const size_t | dst_elmts, | ||
| const size_t | src_elmts | ||
| ) |
