Home
last modified time | relevance | path

Searched refs:epoch_marker_ringbuf_first (Results 1 – 12 of 12) sorted by relevance

/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5C.c1106 cache_ptr->epoch_marker_ringbuf_first = 1; in H5C_create()
6227 i = cache_ptr->epoch_marker_ringbuf[cache_ptr->epoch_marker_ringbuf_first]; in H5C__autoadjust__ageout__cycle_epoch_marker()
6229 cache_ptr->epoch_marker_ringbuf_first = in H5C__autoadjust__ageout__cycle_epoch_marker()
6230 (cache_ptr->epoch_marker_ringbuf_first + 1) % in H5C__autoadjust__ageout__cycle_epoch_marker()
6648 ring_buf_index = cache_ptr->epoch_marker_ringbuf_first; in H5C__autoadjust__ageout__remove_all_markers()
6651 cache_ptr->epoch_marker_ringbuf_first = in H5C__autoadjust__ageout__remove_all_markers()
6652 (cache_ptr->epoch_marker_ringbuf_first + 1) % in H5C__autoadjust__ageout__remove_all_markers()
6736 ring_buf_index = cache_ptr->epoch_marker_ringbuf_first; in H5C__autoadjust__ageout__remove_excess_markers()
6739 cache_ptr->epoch_marker_ringbuf_first = in H5C__autoadjust__ageout__remove_excess_markers()
6740 (cache_ptr->epoch_marker_ringbuf_first + 1) % in H5C__autoadjust__ageout__remove_excess_markers()
H A DH5Cpkg.h920 int32_t epoch_marker_ringbuf_first; member
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5C.c1108 cache_ptr->epoch_marker_ringbuf_first = 1; in H5C_create()
6229 i = cache_ptr->epoch_marker_ringbuf[cache_ptr->epoch_marker_ringbuf_first]; in H5C__autoadjust__ageout__cycle_epoch_marker()
6231 cache_ptr->epoch_marker_ringbuf_first = in H5C__autoadjust__ageout__cycle_epoch_marker()
6232 (cache_ptr->epoch_marker_ringbuf_first + 1) % in H5C__autoadjust__ageout__cycle_epoch_marker()
6650 ring_buf_index = cache_ptr->epoch_marker_ringbuf_first; in H5C__autoadjust__ageout__remove_all_markers()
6653 cache_ptr->epoch_marker_ringbuf_first = in H5C__autoadjust__ageout__remove_all_markers()
6654 (cache_ptr->epoch_marker_ringbuf_first + 1) % in H5C__autoadjust__ageout__remove_all_markers()
6738 ring_buf_index = cache_ptr->epoch_marker_ringbuf_first; in H5C__autoadjust__ageout__remove_excess_markers()
6741 cache_ptr->epoch_marker_ringbuf_first = in H5C__autoadjust__ageout__remove_excess_markers()
6742 (cache_ptr->epoch_marker_ringbuf_first + 1) % in H5C__autoadjust__ageout__remove_excess_markers()
H A DH5Cpkg.h922 int32_t epoch_marker_ringbuf_first; member
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5C.c425 cache_ptr->epoch_marker_ringbuf_first = 1; in H5C_create()
4414 i = cache_ptr->epoch_marker_ringbuf[cache_ptr->epoch_marker_ringbuf_first];
4416 cache_ptr->epoch_marker_ringbuf_first =
4417 (cache_ptr->epoch_marker_ringbuf_first + 1) %
4786 ring_buf_index = cache_ptr->epoch_marker_ringbuf_first;
4789 cache_ptr->epoch_marker_ringbuf_first =
4790 (cache_ptr->epoch_marker_ringbuf_first + 1) %
4865 ring_buf_index = cache_ptr->epoch_marker_ringbuf_first;
4868 cache_ptr->epoch_marker_ringbuf_first =
4869 (cache_ptr->epoch_marker_ringbuf_first + 1) %
H A DH5Cpkg.h4790 int32_t epoch_marker_ringbuf_first; member
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5C.c463 cache_ptr->epoch_marker_ringbuf_first = 1; in H5C_create()
4657 i = cache_ptr->epoch_marker_ringbuf[cache_ptr->epoch_marker_ringbuf_first]; in H5C__autoadjust__ageout__cycle_epoch_marker()
4659 cache_ptr->epoch_marker_ringbuf_first = in H5C__autoadjust__ageout__cycle_epoch_marker()
4660 (cache_ptr->epoch_marker_ringbuf_first + 1) % (H5C__MAX_EPOCH_MARKERS + 1); in H5C__autoadjust__ageout__cycle_epoch_marker()
5008 ring_buf_index = cache_ptr->epoch_marker_ringbuf_first; in H5C__autoadjust__ageout__remove_all_markers()
5011 cache_ptr->epoch_marker_ringbuf_first = in H5C__autoadjust__ageout__remove_all_markers()
5012 (cache_ptr->epoch_marker_ringbuf_first + 1) % (H5C__MAX_EPOCH_MARKERS + 1); in H5C__autoadjust__ageout__remove_all_markers()
5081 ring_buf_index = cache_ptr->epoch_marker_ringbuf_first; in H5C__autoadjust__ageout__remove_excess_markers()
5084 cache_ptr->epoch_marker_ringbuf_first = in H5C__autoadjust__ageout__remove_excess_markers()
5085 (cache_ptr->epoch_marker_ringbuf_first + 1) % (H5C__MAX_EPOCH_MARKERS + 1); in H5C__autoadjust__ageout__remove_excess_markers()
H A DH5Cpkg.h4929 int32_t epoch_marker_ringbuf_first; member
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5C.c421 cache_ptr->epoch_marker_ringbuf_first = 1; in H5C_create()
4387 i = cache_ptr->epoch_marker_ringbuf[cache_ptr->epoch_marker_ringbuf_first];
4389 cache_ptr->epoch_marker_ringbuf_first =
4390 (cache_ptr->epoch_marker_ringbuf_first + 1) %
4759 ring_buf_index = cache_ptr->epoch_marker_ringbuf_first;
4762 cache_ptr->epoch_marker_ringbuf_first =
4763 (cache_ptr->epoch_marker_ringbuf_first + 1) %
4838 ring_buf_index = cache_ptr->epoch_marker_ringbuf_first;
4841 cache_ptr->epoch_marker_ringbuf_first =
4842 (cache_ptr->epoch_marker_ringbuf_first + 1) %
H A DH5Cpkg.h4764 int32_t epoch_marker_ringbuf_first; member
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5C.c420 cache_ptr->epoch_marker_ringbuf_first = 1; in H5C_create()
4551 i = cache_ptr->epoch_marker_ringbuf[cache_ptr->epoch_marker_ringbuf_first];
4553 cache_ptr->epoch_marker_ringbuf_first =
4554 (cache_ptr->epoch_marker_ringbuf_first + 1) %
4935 ring_buf_index = cache_ptr->epoch_marker_ringbuf_first;
4938 cache_ptr->epoch_marker_ringbuf_first =
4939 (cache_ptr->epoch_marker_ringbuf_first + 1) %
5014 ring_buf_index = cache_ptr->epoch_marker_ringbuf_first;
5017 cache_ptr->epoch_marker_ringbuf_first =
5018 (cache_ptr->epoch_marker_ringbuf_first + 1) %
H A DH5Cpkg.h4788 int32_t epoch_marker_ringbuf_first; member