Home
last modified time | relevance | path

Searched refs:src_space (Results 76 – 90 of 90) sorted by relevance

1234

/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/parallel/
H A DpsParallelCompact.cpp2953 MutableSpace* const src_space = _space_info[src_space_id].space(); in decrement_destination_counts() local
2955 assert(src_space->contains(beg_addr) || beg_addr == src_space->end(), in decrement_destination_counts()
2957 assert(src_space->contains(end_addr) || end_addr == src_space->end(), in decrement_destination_counts()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.cpp2985 MutableSpace* const src_space = _space_info[src_space_id].space(); in decrement_destination_counts() local
2987 assert(src_space->contains(beg_addr) || beg_addr == src_space->end(), in decrement_destination_counts()
2989 assert(src_space->contains(end_addr) || end_addr == src_space->end(), in decrement_destination_counts()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.cpp2985 MutableSpace* const src_space = _space_info[src_space_id].space(); in decrement_destination_counts() local
2987 assert(src_space->contains(beg_addr) || beg_addr == src_space->end(), in decrement_destination_counts()
2989 assert(src_space->contains(end_addr) || end_addr == src_space->end(), in decrement_destination_counts()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_ttatlas_query.h537 char *src_space, char *dest_space, char *linkrbrain_xml, int linkr_corr_type);
H A Dthd_atlas.c996 ATLAS_SPACE *xs, *spl_space, *src_space; in find_available_spaces() local
1005 src_space = search_list->space+curr_i; in find_available_spaces()
1011 xfl = get_xform_chain(src_space, xs); in find_available_spaces()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Shyper.c9444 H5S__hyper_project_intersection(const H5S_t *src_space, const H5S_t *dst_space, in H5S__hyper_project_intersection() argument
9492 HDassert(src_space); in H5S__hyper_project_intersection()
9499 HDassert(H5S_GET_EXTENT_NDIMS(src_space) in H5S__hyper_project_intersection()
9501 HDassert(!HDmemcmp(src_space->extent.size, src_intersect_space->extent.size, in H5S__hyper_project_intersection()
9502 (size_t)H5S_GET_EXTENT_NDIMS(src_space) in H5S__hyper_project_intersection()
9503 * sizeof(src_space->extent.size[0]))); in H5S__hyper_project_intersection()
9504 HDassert(H5S_GET_SELECT_TYPE(src_space) != H5S_SEL_POINTS); in H5S__hyper_project_intersection()
9520 ss_nelem = (size_t)H5S_GET_SELECT_NPOINTS(src_space); in H5S__hyper_project_intersection()
9554 if(H5S_select_iter_init(ss_iter, src_space, (size_t)1) < 0) in H5S__hyper_project_intersection()
9559 …if(H5S_SELECT_GET_SEQ_LIST(src_space, 0u, ss_iter, H5S_PROJECT_INTERSECT_NSEQS, ss_nelem, &ss_nseq… in H5S__hyper_project_intersection()
[all …]
H A DH5Dvirtual.c166 H5D_virtual_check_mapping_pre(const H5S_t *vspace, const H5S_t *src_space, in H5D_virtual_check_mapping_pre() argument
181 if(H5S_SEL_ERROR == (select_type = H5S_GET_SELECT_TYPE(src_space))) in H5D_virtual_check_mapping_pre()
188 nelmts_ss = (hsize_t)H5S_GET_SELECT_NPOINTS(src_space); in H5D_virtual_check_mapping_pre()
204 if(H5S_get_select_num_elem_non_unlim(src_space, &nenu_ss) < 0) in H5D_virtual_check_mapping_pre()
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Shyper.c9442 H5S__hyper_project_intersection(const H5S_t *src_space, const H5S_t *dst_space, in H5S__hyper_project_intersection() argument
9490 HDassert(src_space); in H5S__hyper_project_intersection()
9497 HDassert(H5S_GET_EXTENT_NDIMS(src_space) in H5S__hyper_project_intersection()
9499 HDassert(!HDmemcmp(src_space->extent.size, src_intersect_space->extent.size, in H5S__hyper_project_intersection()
9500 (size_t)H5S_GET_EXTENT_NDIMS(src_space) in H5S__hyper_project_intersection()
9501 * sizeof(src_space->extent.size[0]))); in H5S__hyper_project_intersection()
9502 HDassert(H5S_GET_SELECT_TYPE(src_space) != H5S_SEL_POINTS); in H5S__hyper_project_intersection()
9518 ss_nelem = (size_t)H5S_GET_SELECT_NPOINTS(src_space); in H5S__hyper_project_intersection()
9552 if(H5S_select_iter_init(ss_iter, src_space, (size_t)1) < 0) in H5S__hyper_project_intersection()
9557 …if(H5S_SELECT_GET_SEQ_LIST(src_space, 0u, ss_iter, H5S_PROJECT_INTERSECT_NSEQS, ss_nelem, &ss_nseq… in H5S__hyper_project_intersection()
[all …]
H A DH5Dvirtual.c168 H5D_virtual_check_mapping_pre(const H5S_t *vspace, const H5S_t *src_space, in H5D_virtual_check_mapping_pre() argument
183 if(H5S_SEL_ERROR == (select_type = H5S_GET_SELECT_TYPE(src_space))) in H5D_virtual_check_mapping_pre()
190 nelmts_ss = (hsize_t)H5S_GET_SELECT_NPOINTS(src_space); in H5D_virtual_check_mapping_pre()
206 if(H5S_get_select_num_elem_non_unlim(src_space, &nenu_ss) < 0) in H5D_virtual_check_mapping_pre()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Shyper.c9283 H5S__hyper_project_intersection(const H5S_t *src_space, const H5S_t *dst_space, in H5S__hyper_project_intersection() argument
9331 HDassert(src_space); in H5S__hyper_project_intersection()
9338 HDassert(H5S_GET_EXTENT_NDIMS(src_space) in H5S__hyper_project_intersection()
9340 HDassert(!HDmemcmp(src_space->extent.size, src_intersect_space->extent.size, in H5S__hyper_project_intersection()
9341 (size_t)H5S_GET_EXTENT_NDIMS(src_space) in H5S__hyper_project_intersection()
9342 * sizeof(src_space->extent.size[0]))); in H5S__hyper_project_intersection()
9343 HDassert(H5S_GET_SELECT_TYPE(src_space) != H5S_SEL_POINTS); in H5S__hyper_project_intersection()
9359 ss_nelem = (size_t)H5S_GET_SELECT_NPOINTS(src_space); in H5S__hyper_project_intersection()
9393 if(H5S_select_iter_init(ss_iter, src_space, (size_t)1) < 0) in H5S__hyper_project_intersection()
9398 …if(H5S_SELECT_GET_SEQ_LIST(src_space, 0u, ss_iter, H5S_PROJECT_INTERSECT_NSEQS, ss_nelem, &ss_nseq… in H5S__hyper_project_intersection()
[all …]
H A DH5Dvirtual.c165 H5D_virtual_check_mapping_pre(const H5S_t *vspace, const H5S_t *src_space, in H5D_virtual_check_mapping_pre() argument
180 if(H5S_SEL_ERROR == (select_type = H5S_GET_SELECT_TYPE(src_space))) in H5D_virtual_check_mapping_pre()
187 nelmts_ss = (hsize_t)H5S_GET_SELECT_NPOINTS(src_space); in H5D_virtual_check_mapping_pre()
203 if(H5S_get_select_num_elem_non_unlim(src_space, &nenu_ss) < 0) in H5D_virtual_check_mapping_pre()
/dports/science/py-h5py/h5py-3.6.0/h5py/
H A Dh5p.pyx860 char* src_dset_name, SpaceID src_space not None):
861 """(SpaceID vspace, STR src_file_name, STR src_dset_name, SpaceID src_space)
868 (src_dset_name) and its dataspace (src_space).
870 H5Pset_virtual(self.id, vspace.id, src_file_name, src_dset_name, src_space.id)
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Shyper.c11594 H5S__hyper_project_intersection(const H5S_t *src_space, const H5S_t *dst_space, in H5S__hyper_project_intersection() argument
11607 HDassert(src_space); in H5S__hyper_project_intersection()
11614 HDassert(H5S_GET_EXTENT_NDIMS(src_space) == H5S_GET_EXTENT_NDIMS(src_intersect_space)); in H5S__hyper_project_intersection()
11615 HDassert(H5S_GET_SELECT_NPOINTS(src_space) == H5S_GET_SELECT_NPOINTS(dst_space)); in H5S__hyper_project_intersection()
11616 HDassert(H5S_GET_SELECT_TYPE(src_space) != H5S_SEL_POINTS); in H5S__hyper_project_intersection()
11621 if (H5S_GET_SELECT_TYPE(src_space) == H5S_SEL_HYPERSLABS) { in H5S__hyper_project_intersection()
11623 if (NULL == src_space->select.sel_info.hslab->span_lst) in H5S__hyper_project_intersection()
11629 ss_span_info = src_space->select.sel_info.hslab->span_lst; in H5S__hyper_project_intersection()
11633 HDassert(H5S_GET_SELECT_TYPE(src_space) == H5S_SEL_ALL); in H5S__hyper_project_intersection()
11636 H5S__hyper_make_spans(H5S_GET_EXTENT_NDIMS(src_space), H5S_hyper_zeros_g, in H5S__hyper_project_intersection()
[all …]
H A DH5Dvirtual.c152 H5D_virtual_check_mapping_pre(const H5S_t *vspace, const H5S_t *src_space, in H5D_virtual_check_mapping_pre() argument
168 if (H5S_SEL_ERROR == (select_type = H5S_GET_SELECT_TYPE(src_space))) in H5D_virtual_check_mapping_pre()
176 nelmts_ss = (hsize_t)H5S_GET_SELECT_NPOINTS(src_space); in H5D_virtual_check_mapping_pre()
193 if (H5S_get_select_num_elem_non_unlim(src_space, &nenu_ss) < 0) in H5D_virtual_check_mapping_pre()
/dports/science/py-h5py/h5py-3.6.0/docs/high/
H A Ddataset.rst580 named tuples: ``(vspace, file_name, dset_name, src_space)``,

1234