Home
last modified time | relevance | path

Searched refs:H5G_entry_t (Results 1 – 25 of 79) sorted by relevance

1234

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Gent.c94 H5G__ent_decode_vec(const H5F_t *f, const uint8_t **pp, const uint8_t *p_end, H5G_entry_t *ent, uns… in H5G__ent_decode_vec()
136 H5G_ent_decode(const H5F_t *f, const uint8_t **pp, H5G_entry_t *ent) in H5G_ent_decode()
202 H5G__ent_encode_vec(const H5F_t *f, uint8_t **pp, const H5G_entry_t *ent, unsigned n) in H5G__ent_encode_vec()
242 H5G_ent_encode(const H5F_t *f, uint8_t **pp, const H5G_entry_t *ent) in H5G_ent_encode()
324 H5G__ent_copy(H5G_entry_t *dst, const H5G_entry_t *src, H5_copy_depth_t depth) in H5G__ent_copy()
334 HDmemcpy(dst, src, sizeof(H5G_entry_t)); in H5G__ent_copy()
342 H5G__ent_reset((H5G_entry_t *)src); in H5G__ent_copy()
363 H5G__ent_reset(H5G_entry_t *ent) in H5G__ent_reset()
371 HDmemset(ent, 0, sizeof(H5G_entry_t)); in H5G__ent_reset()
394 H5O_type_t obj_type, const void *crt_info, H5G_entry_t *ent) in H5G__ent_convert()
[all …]
H A DH5Gpkg.h103 struct H5G_entry_t { struct
121 H5G_entry_t *entry; /* Array of symbol table entries */ argument
188 typedef herr_t (*H5G_bt_find_op_t)(const H5G_entry_t *ent/*in*/, void *operator_data/*in,out*/);
398 H5_DLL void H5G__ent_copy(H5G_entry_t *dst, const H5G_entry_t *src,
400 H5_DLL void H5G__ent_reset(H5G_entry_t *ent);
402 const uint8_t *p_end, H5G_entry_t *ent, unsigned n);
404 const H5G_entry_t *ent, unsigned n);
407 H5G_entry_t *ent);
408 H5_DLL herr_t H5G__ent_debug(const H5G_entry_t *ent, FILE * stream, int indent,
429 const H5G_entry_t *ent, const char *name);
[all …]
H A DH5Gnode.c123 H5FL_SEQ_DEFINE(H5G_entry_t);
292 sym->entry = H5FL_SEQ_FREE(H5G_entry_t, sym->entry); in H5G__node_free()
360 sym->entry = H5FL_SEQ_FREE(H5G_entry_t, sym->entry); in H5G__node_create()
613 H5G_entry_t ent; /* Entry to insert in node */ in H5G__node_insert()
676 H5F_SYM_LEAF_K(f) * sizeof(H5G_entry_t)); in H5G__node_insert()
682 H5F_SYM_LEAF_K(f) * sizeof(H5G_entry_t)); in H5G__node_insert()
718 (insert_into->nsyms - (unsigned)idx) * sizeof(H5G_entry_t)); in H5G__node_insert()
885 (sn->nsyms-idx) * sizeof(H5G_entry_t)); in H5G_node_remove()
906 (sn->nsyms - idx) * sizeof(H5G_entry_t)); in H5G_node_remove()
966 H5G_entry_t *ents; /* Pointer to entries in this node */ in H5G__node_iterate()
[all …]
H A DH5Gprivate.h183 typedef struct H5G_entry_t H5G_entry_t; typedef
249 H5_DLL herr_t H5G_ent_encode(const H5F_t *f, uint8_t **pp, const H5G_entry_t *ent);
250 H5_DLL herr_t H5G_ent_decode(const H5F_t *f, const uint8_t **pp, H5G_entry_t *ent);
H A DH5Groot.c211 … if(NULL == (f->shared->sblock->root_ent = (H5G_entry_t *)H5MM_calloc(sizeof(H5G_entry_t)))) in H5G_mkroot()
318 f->shared->sblock->root_ent = (H5G_entry_t *)H5MM_xfree(f->shared->sblock->root_ent); in H5G_mkroot()
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5Gent.c95 H5G_entry_t *ent, unsigned n) in H5G__ent_decode_vec()
137 H5G_ent_decode(const H5F_t *f, const uint8_t **pp, H5G_entry_t *ent) in H5G_ent_decode()
203 H5G__ent_encode_vec(const H5F_t *f, uint8_t **pp, const H5G_entry_t *ent, unsigned n) in H5G__ent_encode_vec()
243 H5G_ent_encode(const H5F_t *f, uint8_t **pp, const H5G_entry_t *ent) in H5G_ent_encode()
325 H5G__ent_copy(H5G_entry_t *dst, const H5G_entry_t *src, H5_copy_depth_t depth) in H5G__ent_copy()
335 HDmemcpy(dst, src, sizeof(H5G_entry_t)); in H5G__ent_copy()
343 H5G__ent_reset((H5G_entry_t *)src); in H5G__ent_copy()
364 H5G__ent_reset(H5G_entry_t *ent) in H5G__ent_reset()
372 HDmemset(ent, 0, sizeof(H5G_entry_t)); in H5G__ent_reset()
396 H5G_entry_t *ent) in H5G__ent_convert()
[all …]
H A DH5Gpkg.h103 struct H5G_entry_t { struct
121 H5G_entry_t *entry; /* Array of symbol table entries */ argument
188 typedef herr_t (*H5G_bt_find_op_t)(const H5G_entry_t *ent/*in*/, void *operator_data/*in,out*/);
399 H5_DLL void H5G__ent_copy(H5G_entry_t *dst, const H5G_entry_t *src,
401 H5_DLL void H5G__ent_reset(H5G_entry_t *ent);
403 const uint8_t *p_end, H5G_entry_t *ent, unsigned n);
405 const H5G_entry_t *ent, unsigned n);
408 const void *crt_info, H5G_entry_t *ent);
409 H5_DLL herr_t H5G__ent_debug(const H5G_entry_t *ent, FILE * stream, int indent,
430 const H5G_entry_t *ent, const char *name);
[all …]
H A DH5Gnode.c123 H5FL_SEQ_DEFINE(H5G_entry_t);
292 sym->entry = H5FL_SEQ_FREE(H5G_entry_t, sym->entry); in H5G__node_free()
360 sym->entry = H5FL_SEQ_FREE(H5G_entry_t, sym->entry); in H5G_node_create()
615 H5G_entry_t ent; /* Entry to insert in node */ in H5G_node_insert()
678 H5F_SYM_LEAF_K(f) * sizeof(H5G_entry_t)); in H5G_node_insert()
684 H5F_SYM_LEAF_K(f) * sizeof(H5G_entry_t)); in H5G_node_insert()
720 (insert_into->nsyms - (unsigned)idx) * sizeof(H5G_entry_t)); in H5G_node_insert()
887 (sn->nsyms-idx) * sizeof(H5G_entry_t)); in H5G_node_remove()
908 (sn->nsyms - idx) * sizeof(H5G_entry_t)); in H5G_node_remove()
968 H5G_entry_t *ents; /* Pointer to entries in this node */ in H5G__node_iterate()
[all …]
H A DH5Gprivate.h188 typedef struct H5G_entry_t H5G_entry_t; typedef
256 H5_DLL herr_t H5G_ent_encode(const H5F_t *f, uint8_t **pp, const H5G_entry_t *ent);
257 H5_DLL herr_t H5G_ent_decode(const H5F_t *f, const uint8_t **pp, H5G_entry_t *ent);
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Gent.c94 H5G__ent_decode_vec(const H5F_t *f, const uint8_t **pp, const uint8_t *p_end, H5G_entry_t *ent, uns… in H5G__ent_decode_vec()
136 H5G_ent_decode(const H5F_t *f, const uint8_t **pp, H5G_entry_t *ent) in H5G_ent_decode()
202 H5G__ent_encode_vec(const H5F_t *f, uint8_t **pp, const H5G_entry_t *ent, unsigned n) in H5G__ent_encode_vec()
242 H5G_ent_encode(const H5F_t *f, uint8_t **pp, const H5G_entry_t *ent) in H5G_ent_encode()
324 H5G__ent_copy(H5G_entry_t *dst, const H5G_entry_t *src, H5_copy_depth_t depth) in H5G__ent_copy()
334 HDmemcpy(dst, src, sizeof(H5G_entry_t)); in H5G__ent_copy()
342 H5G__ent_reset((H5G_entry_t *)src); in H5G__ent_copy()
363 H5G__ent_reset(H5G_entry_t *ent) in H5G__ent_reset()
371 HDmemset(ent, 0, sizeof(H5G_entry_t)); in H5G__ent_reset()
394 H5O_type_t obj_type, const void *crt_info, H5G_entry_t *ent) in H5G__ent_convert()
[all …]
H A DH5Gpkg.h103 struct H5G_entry_t { struct
121 H5G_entry_t *entry; /* Array of symbol table entries */ argument
188 typedef herr_t (*H5G_bt_find_op_t)(const H5G_entry_t *ent/*in*/, void *operator_data/*in,out*/);
393 H5_DLL void H5G__ent_copy(H5G_entry_t *dst, const H5G_entry_t *src,
395 H5_DLL void H5G__ent_reset(H5G_entry_t *ent);
397 const uint8_t *p_end, H5G_entry_t *ent, unsigned n);
399 const H5G_entry_t *ent, unsigned n);
402 H5G_entry_t *ent);
403 H5_DLL herr_t H5G__ent_debug(const H5G_entry_t *ent, FILE * stream, int indent,
424 const H5G_entry_t *ent, const char *name);
[all …]
H A DH5Gnode.c123 H5FL_SEQ_DEFINE(H5G_entry_t);
292 sym->entry = H5FL_SEQ_FREE(H5G_entry_t, sym->entry); in H5G__node_free()
360 sym->entry = H5FL_SEQ_FREE(H5G_entry_t, sym->entry); in H5G__node_create()
613 H5G_entry_t ent; /* Entry to insert in node */ in H5G__node_insert()
676 H5F_SYM_LEAF_K(f) * sizeof(H5G_entry_t)); in H5G__node_insert()
682 H5F_SYM_LEAF_K(f) * sizeof(H5G_entry_t)); in H5G__node_insert()
718 (insert_into->nsyms - (unsigned)idx) * sizeof(H5G_entry_t)); in H5G__node_insert()
885 (sn->nsyms-idx) * sizeof(H5G_entry_t)); in H5G_node_remove()
906 (sn->nsyms - idx) * sizeof(H5G_entry_t)); in H5G_node_remove()
966 H5G_entry_t *ents; /* Pointer to entries in this node */ in H5G__node_iterate()
[all …]
H A DH5Gprivate.h183 typedef struct H5G_entry_t H5G_entry_t; typedef
249 H5_DLL herr_t H5G_ent_encode(const H5F_t *f, uint8_t **pp, const H5G_entry_t *ent);
250 H5_DLL herr_t H5G_ent_decode(const H5F_t *f, const uint8_t **pp, H5G_entry_t *ent);
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Gent.c94 H5G__ent_decode_vec(const H5F_t *f, const uint8_t **pp, H5G_entry_t *ent, unsigned n) in H5G__ent_decode_vec()
133 H5G_ent_decode(const H5F_t *f, const uint8_t **pp, H5G_entry_t *ent) in H5G_ent_decode()
199 H5G__ent_encode_vec(const H5F_t *f, uint8_t **pp, const H5G_entry_t *ent, unsigned n) in H5G__ent_encode_vec()
239 H5G_ent_encode(const H5F_t *f, uint8_t **pp, const H5G_entry_t *ent) in H5G_ent_encode()
321 H5G__ent_copy(H5G_entry_t *dst, const H5G_entry_t *src, H5_copy_depth_t depth) in H5G__ent_copy()
331 HDmemcpy(dst, src, sizeof(H5G_entry_t)); in H5G__ent_copy()
339 H5G__ent_reset((H5G_entry_t *)src); in H5G__ent_copy()
360 H5G__ent_reset(H5G_entry_t *ent) in H5G__ent_reset()
368 HDmemset(ent, 0, sizeof(H5G_entry_t)); in H5G__ent_reset()
392 H5G_entry_t *ent) in H5G__ent_convert()
[all …]
H A DH5Gpkg.h103 struct H5G_entry_t { struct
121 H5G_entry_t *entry; /* Array of symbol table entries */ argument
188 typedef herr_t (*H5G_bt_find_op_t)(const H5G_entry_t *ent/*in*/, void *operator_data/*in,out*/);
394 H5_DLL void H5G__ent_copy(H5G_entry_t *dst, const H5G_entry_t *src,
396 H5_DLL void H5G__ent_reset(H5G_entry_t *ent);
398 H5G_entry_t *ent, unsigned n);
400 const H5G_entry_t *ent, unsigned n);
403 const void *crt_info, H5G_entry_t *ent);
404 H5_DLL herr_t H5G__ent_debug(const H5G_entry_t *ent, FILE * stream, int indent,
425 const H5G_entry_t *ent, const char *name);
[all …]
H A DH5Gnode.c127 H5FL_SEQ_DEFINE(H5G_entry_t);
297 sym->entry = H5FL_SEQ_FREE(H5G_entry_t, sym->entry); in H5G__node_free()
365 sym->entry = H5FL_SEQ_FREE(H5G_entry_t, sym->entry); in H5G_node_create()
630 H5G_entry_t ent; /* Entry to insert in node */ in H5G_node_insert()
696 H5F_SYM_LEAF_K(f) * sizeof(H5G_entry_t)); in H5G_node_insert()
702 H5F_SYM_LEAF_K(f) * sizeof(H5G_entry_t)); in H5G_node_insert()
738 (insert_into->nsyms - (unsigned)idx) * sizeof(H5G_entry_t)); in H5G_node_insert()
907 (sn->nsyms-idx) * sizeof(H5G_entry_t)); in H5G_node_remove()
928 (sn->nsyms - idx) * sizeof(H5G_entry_t)); in H5G_node_remove()
988 H5G_entry_t *ents; /* Pointer to entries in this node */ in H5G__node_iterate()
[all …]
H A DH5Gprivate.h183 typedef struct H5G_entry_t H5G_entry_t; typedef
251 H5_DLL herr_t H5G_ent_encode(const H5F_t *f, uint8_t **pp, const H5G_entry_t *ent);
252 H5_DLL herr_t H5G_ent_decode(const H5F_t *f, const uint8_t **pp, H5G_entry_t *ent);
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Gent.c96 H5G__ent_decode_vec(const H5F_t *f, const uint8_t **pp, H5G_entry_t *ent, unsigned n) in H5G__ent_decode_vec()
135 H5G_ent_decode(const H5F_t *f, const uint8_t **pp, H5G_entry_t *ent) in H5G_ent_decode()
201 H5G__ent_encode_vec(const H5F_t *f, uint8_t **pp, const H5G_entry_t *ent, unsigned n) in H5G__ent_encode_vec()
241 H5G_ent_encode(const H5F_t *f, uint8_t **pp, const H5G_entry_t *ent) in H5G_ent_encode()
323 H5G__ent_copy(H5G_entry_t *dst, const H5G_entry_t *src, H5_copy_depth_t depth) in H5G__ent_copy()
333 HDmemcpy(dst, src, sizeof(H5G_entry_t)); in H5G__ent_copy()
341 H5G__ent_reset((H5G_entry_t *)src); in H5G__ent_copy()
362 H5G__ent_reset(H5G_entry_t *ent) in H5G__ent_reset()
370 HDmemset(ent, 0, sizeof(H5G_entry_t)); in H5G__ent_reset()
394 H5G_entry_t *ent) in H5G__ent_convert()
[all …]
H A DH5Gpkg.h105 struct H5G_entry_t { struct
123 H5G_entry_t *entry; /* Array of symbol table entries */ argument
190 typedef herr_t (*H5G_bt_find_op_t)(const H5G_entry_t *ent/*in*/, void *operator_data/*in,out*/);
401 H5_DLL void H5G__ent_copy(H5G_entry_t *dst, const H5G_entry_t *src,
403 H5_DLL void H5G__ent_reset(H5G_entry_t *ent);
405 H5G_entry_t *ent, unsigned n);
407 const H5G_entry_t *ent, unsigned n);
410 const void *crt_info, H5G_entry_t *ent);
411 H5_DLL herr_t H5G__ent_debug(const H5G_entry_t *ent, FILE * stream, int indent,
432 const H5G_entry_t *ent, const char *name);
[all …]
H A DH5Gnode.c129 H5FL_SEQ_DEFINE(H5G_entry_t);
299 sym->entry = H5FL_SEQ_FREE(H5G_entry_t, sym->entry); in H5G__node_free()
367 sym->entry = H5FL_SEQ_FREE(H5G_entry_t, sym->entry); in H5G_node_create()
632 H5G_entry_t ent; /* Entry to insert in node */ in H5G_node_insert()
698 H5F_SYM_LEAF_K(f) * sizeof(H5G_entry_t)); in H5G_node_insert()
704 H5F_SYM_LEAF_K(f) * sizeof(H5G_entry_t)); in H5G_node_insert()
740 (insert_into->nsyms - (unsigned)idx) * sizeof(H5G_entry_t)); in H5G_node_insert()
909 (sn->nsyms-idx) * sizeof(H5G_entry_t)); in H5G_node_remove()
930 (sn->nsyms - idx) * sizeof(H5G_entry_t)); in H5G_node_remove()
990 H5G_entry_t *ents; /* Pointer to entries in this node */ in H5G__node_iterate()
[all …]
H A DH5Gprivate.h190 typedef struct H5G_entry_t H5G_entry_t; typedef
258 H5_DLL herr_t H5G_ent_encode(const H5F_t *f, uint8_t **pp, const H5G_entry_t *ent);
259 H5_DLL herr_t H5G_ent_decode(const H5F_t *f, const uint8_t **pp, H5G_entry_t *ent);
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Gent.c81 H5G__ent_decode_vec(const H5F_t *f, const uint8_t **pp, const uint8_t *p_end, H5G_entry_t *ent, uns… in H5G__ent_decode_vec()
121 H5G_ent_decode(const H5F_t *f, const uint8_t **pp, H5G_entry_t *ent) in H5G_ent_decode()
185 H5G__ent_encode_vec(const H5F_t *f, uint8_t **pp, const H5G_entry_t *ent, unsigned n) in H5G__ent_encode_vec()
223 H5G_ent_encode(const H5F_t *f, uint8_t **pp, const H5G_entry_t *ent) in H5G_ent_encode()
303 H5G__ent_copy(H5G_entry_t *dst, const H5G_entry_t *src, H5_copy_depth_t depth) in H5G__ent_copy()
313 H5MM_memcpy(dst, src, sizeof(H5G_entry_t)); in H5G__ent_copy()
322 H5G__ent_reset((H5G_entry_t *)src); in H5G__ent_copy()
342 H5G__ent_reset(H5G_entry_t *ent) in H5G__ent_reset()
350 HDmemset(ent, 0, sizeof(H5G_entry_t)); in H5G__ent_reset()
371 const void *crt_info, H5G_entry_t *ent) in H5G__ent_convert()
[all …]
H A DH5Gpkg.h101 struct H5G_entry_t { struct
119 H5G_entry_t *entry; /* Array of symbol table entries */ argument
186 typedef herr_t (*H5G_bt_find_op_t)(const H5G_entry_t *ent /*in*/, void *operator_data /*in,out*/);
377 H5_DLL void H5G__ent_copy(H5G_entry_t *dst, const H5G_entry_t *src, H5_copy_depth_t depth);
378 H5_DLL void H5G__ent_reset(H5G_entry_t *ent);
379 …r_t H5G__ent_decode_vec(const H5F_t *f, const uint8_t **pp, const uint8_t *p_end, H5G_entry_t *ent,
381 H5_DLL herr_t H5G__ent_encode_vec(const H5F_t *f, uint8_t **pp, const H5G_entry_t *ent, unsigned n);
383 H5O_type_t obj_type, const void *crt_info, H5G_entry_t *ent);
384 H5_DLL herr_t H5G__ent_debug(const H5G_entry_t *ent, FILE *stream, int indent, int fwidth,
400 H5_DLL herr_t H5G__ent_to_link(H5O_link_t *lnk, const H5HL_t *heap, const H5G_entry_t *ent, const c…
[all …]
H A DH5Gnode.c115 H5FL_SEQ_DEFINE(H5G_entry_t);
270 sym->entry = H5FL_SEQ_FREE(H5G_entry_t, sym->entry); in H5G__node_free()
316 if (NULL == (sym->entry = H5FL_SEQ_CALLOC(H5G_entry_t, (size_t)(2 * H5F_SYM_LEAF_K(f))))) in H5G__node_create()
336 sym->entry = H5FL_SEQ_FREE(H5G_entry_t, sym->entry); in H5G__node_create()
575 H5G_entry_t ent; /* Entry to insert in node */ in H5G__node_insert()
642 HDmemset(sn->entry + H5F_SYM_LEAF_K(f), 0, H5F_SYM_LEAF_K(f) * sizeof(H5G_entry_t)); in H5G__node_insert()
678 (insert_into->nsyms - (unsigned)idx) * sizeof(H5G_entry_t)); in H5G__node_insert()
926 H5G_entry_t * ents; /* Pointer to entries in this node */ in H5G__node_iterate()
1205 H5G_entry_t *src_ent = in H5G__node_copy()
1209 H5G_entry_t tmp_src_ent; /* Temperary copy. Change will not affect the cache */ in H5G__node_copy()
[all …]
H A DH5Gprivate.h186 typedef struct H5G_entry_t H5G_entry_t; typedef
250 H5_DLL herr_t H5G_ent_encode(const H5F_t *f, uint8_t **pp, const H5G_entry_t *ent);
251 H5_DLL herr_t H5G_ent_decode(const H5F_t *f, const uint8_t **pp, H5G_entry_t *ent);

1234