Home
last modified time | relevance | path

Searched refs:is_flush_dep_parent (Results 1 – 5 of 5) sorted by relevance

/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5AC.c770 …hbool_t is_flush_dep_parent; /* Entry @ addr is in the cache and is a flush dependency paren… in H5AC_get_entry_status() local
780 …&is_protected, &is_pinned, &is_corked, &is_flush_dep_parent, &is_flush_dep_child, &image_is_up_to_… in H5AC_get_entry_status()
793 if(is_flush_dep_parent) in H5AC_get_entry_status()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5AC.c754 hbool_t is_flush_dep_parent; /* Entry @ addr is in the cache and is a flush dependency parent */ in H5AC_get_entry_status() local
764 &is_flush_dep_parent, &is_flush_dep_child, &image_is_up_to_date) < 0) in H5AC_get_entry_status()
777 if (is_flush_dep_parent) in H5AC_get_entry_status()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5AC.c819 …hbool_t is_flush_dep_parent; /* Entry @ addr is in the cache and is a flush dependency parent */ in H5AC_get_entry_status() local
829 …&is_protected, &is_pinned, &is_corked, &is_flush_dep_parent, &is_flush_dep_child, &image_is_up_to_… in H5AC_get_entry_status()
842 if(is_flush_dep_parent) in H5AC_get_entry_status()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5AC.c952 …hbool_t is_flush_dep_parent; /* Entry @ addr is in the cache and is a flush dependency parent */ in H5AC_get_entry_status() local
962 …&is_protected, &is_pinned, &is_corked, &is_flush_dep_parent, &is_flush_dep_child, &image_is_up_to_… in H5AC_get_entry_status()
975 if(is_flush_dep_parent) in H5AC_get_entry_status()
/dports/science/hdf5/hdf5-1.10.6/test/
H A Dcache.c29063 hbool_t in_cache, is_flush_dep_parent, is_flush_dep_child; in check_flush_deps() local
29072 NULL, NULL, NULL, NULL, &is_flush_dep_parent, &is_flush_dep_child, NULL) < 0) in check_flush_deps()
29074 if(!in_cache || is_flush_dep_parent || is_flush_dep_child) in check_flush_deps()
29080 NULL, NULL, NULL, NULL, &is_flush_dep_parent, &is_flush_dep_child, NULL) < 0) in check_flush_deps()
29082 if(!in_cache || is_flush_dep_parent || is_flush_dep_child) in check_flush_deps()
29091 NULL, NULL, NULL, NULL, &is_flush_dep_parent, &is_flush_dep_child, NULL) < 0) in check_flush_deps()
29093 if(!in_cache || !is_flush_dep_parent || is_flush_dep_child) in check_flush_deps()
29099 NULL, NULL, NULL, NULL, &is_flush_dep_parent, &is_flush_dep_child, NULL) < 0) in check_flush_deps()
29101 if(!in_cache || is_flush_dep_parent || !is_flush_dep_child) in check_flush_deps()