Home
last modified time | relevance | path

Searched refs:ndirty_children (Results 1 – 8 of 8) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5ACproxy_entry.c441 HDassert(0 == pentry->ndirty_children); in H5AC_proxy_entry_dest()
553 HDassert(0 == pentry->ndirty_children); in H5AC__proxy_entry_notify()
561 HDassert(pentry->ndirty_children > 0); in H5AC__proxy_entry_notify()
568 HDassert(0 == pentry->ndirty_children); in H5AC__proxy_entry_notify()
575 pentry->ndirty_children++; in H5AC__proxy_entry_notify()
578 if(1 == pentry->ndirty_children) in H5AC__proxy_entry_notify()
585 HDassert(pentry->ndirty_children > 0); in H5AC__proxy_entry_notify()
588 pentry->ndirty_children--; in H5AC__proxy_entry_notify()
591 if(0 == pentry->ndirty_children) in H5AC__proxy_entry_notify()
H A DH5ACprivate.h222 size_t ndirty_children; /* Number of dirty children */ member
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5ACproxy_entry.c430 HDassert(0 == pentry->ndirty_children); in H5AC_proxy_entry_dest()
539 HDassert(0 == pentry->ndirty_children); in H5AC__proxy_entry_notify()
547 HDassert(pentry->ndirty_children > 0); in H5AC__proxy_entry_notify()
554 HDassert(0 == pentry->ndirty_children); in H5AC__proxy_entry_notify()
561 pentry->ndirty_children++; in H5AC__proxy_entry_notify()
564 if (1 == pentry->ndirty_children) in H5AC__proxy_entry_notify()
571 HDassert(pentry->ndirty_children > 0); in H5AC__proxy_entry_notify()
574 pentry->ndirty_children--; in H5AC__proxy_entry_notify()
577 if (0 == pentry->ndirty_children) in H5AC__proxy_entry_notify()
H A DH5ACprivate.h216 size_t ndirty_children; /* Number of dirty children */ member
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5ACproxy_entry.c441 HDassert(0 == pentry->ndirty_children); in H5AC_proxy_entry_dest()
553 HDassert(0 == pentry->ndirty_children); in H5AC__proxy_entry_notify()
561 HDassert(pentry->ndirty_children > 0); in H5AC__proxy_entry_notify()
568 HDassert(0 == pentry->ndirty_children); in H5AC__proxy_entry_notify()
575 pentry->ndirty_children++; in H5AC__proxy_entry_notify()
578 if(1 == pentry->ndirty_children) in H5AC__proxy_entry_notify()
585 HDassert(pentry->ndirty_children > 0); in H5AC__proxy_entry_notify()
588 pentry->ndirty_children--; in H5AC__proxy_entry_notify()
591 if(0 == pentry->ndirty_children) in H5AC__proxy_entry_notify()
H A DH5ACprivate.h216 size_t ndirty_children; /* Number of dirty children */ member
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5ACproxy_entry.c442 HDassert(0 == pentry->ndirty_children); in H5AC_proxy_entry_dest()
554 HDassert(0 == pentry->ndirty_children); in H5AC__proxy_entry_notify()
562 HDassert(pentry->ndirty_children > 0); in H5AC__proxy_entry_notify()
569 HDassert(0 == pentry->ndirty_children); in H5AC__proxy_entry_notify()
576 pentry->ndirty_children++; in H5AC__proxy_entry_notify()
579 if(1 == pentry->ndirty_children) in H5AC__proxy_entry_notify()
586 HDassert(pentry->ndirty_children > 0); in H5AC__proxy_entry_notify()
589 pentry->ndirty_children--; in H5AC__proxy_entry_notify()
592 if(0 == pentry->ndirty_children) in H5AC__proxy_entry_notify()
H A DH5ACprivate.h227 size_t ndirty_children; /* Number of dirty children */ member