/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/ |
H A D | H5Ctag.c | 249 HDassert(entry->tl_prev == NULL); in H5C__tag_entry() 256 tag_info->head->tl_prev = entry; in H5C__tag_entry() 296 entry->tl_next->tl_prev = entry->tl_prev; in H5C__untag_entry() 297 if(entry->tl_prev) in H5C__untag_entry() 298 entry->tl_prev->tl_next = entry->tl_next; in H5C__untag_entry() 305 entry->tl_prev = NULL; in H5C__untag_entry()
|
H A D | H5Cprivate.h | 1673 struct H5C_cache_entry_t *tl_prev; member
|
H A D | H5C.c | 1389 entry_ptr->tl_prev = NULL; in H5C_insert_entry() 6820 entry->tl_prev = NULL;
|
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/ |
H A D | H5Ctag.c | 263 HDassert(entry->tl_prev == NULL); in H5C__tag_entry() 270 tag_info->head->tl_prev = entry; in H5C__tag_entry() 309 entry->tl_next->tl_prev = entry->tl_prev; in H5C__untag_entry() 310 if (entry->tl_prev) in H5C__untag_entry() 311 entry->tl_prev->tl_next = entry->tl_next; in H5C__untag_entry() 318 entry->tl_prev = NULL; in H5C__untag_entry()
|
H A D | H5Cprivate.h | 1668 struct H5C_cache_entry_t *tl_prev; member
|
H A D | H5C.c | 1431 entry_ptr->tl_prev = NULL; in H5C_insert_entry() 7390 entry->tl_prev = NULL; in H5C__load_entry()
|
/dports/science/hdf5/hdf5-1.10.6/src/ |
H A D | H5Ctag.c | 275 HDassert(entry->tl_prev == NULL); in H5C__tag_entry() 282 tag_info->head->tl_prev = entry; in H5C__tag_entry() 322 entry->tl_next->tl_prev = entry->tl_prev; in H5C__untag_entry() 323 if(entry->tl_prev) in H5C__untag_entry() 324 entry->tl_prev->tl_next = entry->tl_next; in H5C__untag_entry() 331 entry->tl_prev = NULL; in H5C__untag_entry()
|
H A D | H5Cprivate.h | 1673 struct H5C_cache_entry_t *tl_prev; member
|
H A D | H5C.c | 1391 entry_ptr->tl_prev = NULL; in H5C_insert_entry() 6793 entry->tl_prev = NULL;
|
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/ |
H A D | H5Ctag.c | 256 HDassert(entry->tl_prev == NULL); in H5C__tag_entry() 263 tag_info->head->tl_prev = entry; in H5C__tag_entry() 303 entry->tl_next->tl_prev = entry->tl_prev; in H5C__untag_entry() 304 if(entry->tl_prev) in H5C__untag_entry() 305 entry->tl_prev->tl_next = entry->tl_next; in H5C__untag_entry() 312 entry->tl_prev = NULL; in H5C__untag_entry()
|
H A D | H5Cprivate.h | 1678 struct H5C_cache_entry_t *tl_prev; member
|
H A D | H5C.c | 1510 entry_ptr->tl_prev = NULL; in H5C_insert_entry() 6969 entry->tl_prev = NULL;
|
/dports/irc/evangeline/evangeline-msa/src/ |
H A D | tclhash.c | 91 tcl_bind_list_t *tl, *tl_next, *tl_prev; in garbage_collect_tclhash() local 95 for (tl = bind_table_list, tl_prev = NULL; tl; tl = tl_next) { in garbage_collect_tclhash() 99 if (tl_prev) in garbage_collect_tclhash() 100 tl_prev->next = tl->next; in garbage_collect_tclhash() 132 tl_prev = tl; in garbage_collect_tclhash() 237 tcl_bind_list_t *tl, *tl_prev; in add_bind_table() local 242 for (tl = bind_table_list, tl_prev = NULL; tl; tl_prev = tl, tl = tl->next) { in add_bind_table() 257 if (tl_prev) { in add_bind_table() 258 tl->next = tl_prev->next; in add_bind_table() 259 tl_prev->next = tl; in add_bind_table()
|
/dports/irc/evangeline/evangeline/src/ |
H A D | tclhash.c | 91 tcl_bind_list_t *tl, *tl_next, *tl_prev; in garbage_collect_tclhash() local 95 for (tl = bind_table_list, tl_prev = NULL; tl; tl = tl_next) { in garbage_collect_tclhash() 99 if (tl_prev) in garbage_collect_tclhash() 100 tl_prev->next = tl->next; in garbage_collect_tclhash() 132 tl_prev = tl; in garbage_collect_tclhash() 237 tcl_bind_list_t *tl, *tl_prev; in add_bind_table() local 242 for (tl = bind_table_list, tl_prev = NULL; tl; tl_prev = tl, tl = tl->next) { in add_bind_table() 257 if (tl_prev) { in add_bind_table() 258 tl->next = tl_prev->next; in add_bind_table() 259 tl_prev->next = tl; in add_bind_table()
|
/dports/irc/eggdrop/eggdrop-1.9.1/src/ |
H A D | tclhash.c | 118 tcl_bind_list_t *tl, *tl_next, *tl_prev; in garbage_collect_tclhash() local 122 for (tl = bind_table_list, tl_prev = NULL; tl; tl = tl_next) { in garbage_collect_tclhash() 126 if (tl_prev) in garbage_collect_tclhash() 127 tl_prev->next = tl->next; in garbage_collect_tclhash() 160 tl_prev = tl; in garbage_collect_tclhash() 271 tcl_bind_list_t *tl, *tl_prev; in add_bind_table() local 278 for (tl = bind_table_list, tl_prev = NULL; tl; tl_prev = tl, tl = tl->next) { in add_bind_table() 293 if (tl_prev) { in add_bind_table() 294 tl->next = tl_prev->next; in add_bind_table() 295 tl_prev->next = tl; in add_bind_table()
|
/dports/science/hdf5/hdf5-1.10.6/test/ |
H A D | cache_common.c | 1565 HDassert(entry->header.tl_prev == NULL); in free_icr()
|