Home
last modified time | relevance | path

Searched refs:obj_len_p (Results 1 – 25 of 34) sorted by relevance

12

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5HFtiny.c209 H5HF_tiny_get_obj_len(H5HF_hdr_t *hdr, const uint8_t *id, size_t *obj_len_p) in H5HF_tiny_get_obj_len() argument
220 HDassert(obj_len_p); in H5HF_tiny_get_obj_len()
232 *obj_len_p = enc_obj_size + 1; in H5HF_tiny_get_obj_len()
H A DH5HF.c416 H5HF_get_obj_len(H5HF_t *fh, const void *_id, size_t *obj_len_p) in H5HF_get_obj_len() argument
429 HDassert(obj_len_p); in H5HF_get_obj_len()
443 if(H5HF_man_get_obj_len(fh->hdr, id, obj_len_p) < 0) in H5HF_get_obj_len()
447 if(H5HF__huge_get_obj_len(fh->hdr, id, obj_len_p) < 0) in H5HF_get_obj_len()
451 if(H5HF_tiny_get_obj_len(fh->hdr, id, obj_len_p) < 0) in H5HF_get_obj_len()
H A DH5HFhuge.c510 H5HF__huge_get_obj_len(H5HF_hdr_t *hdr, const uint8_t *id, size_t *obj_len_p) in H5HF__huge_get_obj_len() argument
522 HDassert(obj_len_p); in H5HF__huge_get_obj_len()
534 H5F_DECODE_LENGTH(hdr->f, id, *obj_len_p); in H5HF__huge_get_obj_len()
541 H5F_DECODE_LENGTH(hdr->f, id, *obj_len_p); in H5HF__huge_get_obj_len()
564 *obj_len_p = (size_t)found_rec.obj_size; in H5HF__huge_get_obj_len()
578 *obj_len_p = (size_t)found_rec.len; in H5HF__huge_get_obj_len()
H A DH5HFman.c229 H5HF_man_get_obj_len(H5HF_hdr_t *hdr, const uint8_t *id, size_t *obj_len_p) in H5HF_man_get_obj_len() argument
239 HDassert(obj_len_p); in H5HF_man_get_obj_len()
248 UINT64DECODE_VAR(id, *obj_len_p, hdr->heap_len_size); in H5HF_man_get_obj_len()
H A DH5HFprivate.h115 H5_DLL herr_t H5HF_get_obj_len(H5HF_t *fh, const void *id, size_t *obj_len_p/*out*/);
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5HFtiny.c191 H5HF__tiny_get_obj_len(H5HF_hdr_t *hdr, const uint8_t *id, size_t *obj_len_p) in H5HF__tiny_get_obj_len() argument
202 HDassert(obj_len_p); in H5HF__tiny_get_obj_len()
214 *obj_len_p = enc_obj_size + 1; in H5HF__tiny_get_obj_len()
H A DH5HF.c393 H5HF_get_obj_len(H5HF_t *fh, const void *_id, size_t *obj_len_p) in H5HF_get_obj_len() argument
406 HDassert(obj_len_p); in H5HF_get_obj_len()
420 if (H5HF__man_get_obj_len(fh->hdr, id, obj_len_p) < 0) in H5HF_get_obj_len()
424 if (H5HF__huge_get_obj_len(fh->hdr, id, obj_len_p) < 0) in H5HF_get_obj_len()
428 if (H5HF__tiny_get_obj_len(fh->hdr, id, obj_len_p) < 0) in H5HF_get_obj_len()
H A DH5HFhuge.c476 H5HF__huge_get_obj_len(H5HF_hdr_t *hdr, const uint8_t *id, size_t *obj_len_p) in H5HF__huge_get_obj_len() argument
488 HDassert(obj_len_p); in H5HF__huge_get_obj_len()
500 H5F_DECODE_LENGTH(hdr->f, id, *obj_len_p); in H5HF__huge_get_obj_len()
507 H5F_DECODE_LENGTH(hdr->f, id, *obj_len_p); in H5HF__huge_get_obj_len()
531 *obj_len_p = (size_t)found_rec.obj_size; in H5HF__huge_get_obj_len()
545 *obj_len_p = (size_t)found_rec.len; in H5HF__huge_get_obj_len()
H A DH5HFman.c221 H5HF__man_get_obj_len(H5HF_hdr_t *hdr, const uint8_t *id, size_t *obj_len_p) in H5HF__man_get_obj_len() argument
231 HDassert(obj_len_p); in H5HF__man_get_obj_len()
240 UINT64DECODE_VAR(id, *obj_len_p, hdr->heap_len_size); in H5HF__man_get_obj_len()
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5HFtiny.c210 H5HF_tiny_get_obj_len(H5HF_hdr_t *hdr, const uint8_t *id, size_t *obj_len_p) in H5HF_tiny_get_obj_len() argument
221 HDassert(obj_len_p); in H5HF_tiny_get_obj_len()
233 *obj_len_p = enc_obj_size + 1; in H5HF_tiny_get_obj_len()
H A DH5HF.c413 H5HF_get_obj_len(H5HF_t *fh, hid_t dxpl_id, const void *_id, size_t *obj_len_p) in H5HF_get_obj_len() argument
426 HDassert(obj_len_p); in H5HF_get_obj_len()
447 UINT64DECODE_VAR(id, *obj_len_p, fh->hdr->heap_len_size); in H5HF_get_obj_len()
450 if(H5HF_huge_get_obj_len(fh->hdr, dxpl_id, id, obj_len_p) < 0) in H5HF_get_obj_len()
454 if(H5HF_tiny_get_obj_len(fh->hdr, id, obj_len_p) < 0) in H5HF_get_obj_len()
H A DH5HFhuge.c508 size_t *obj_len_p) in H5HF_huge_get_obj_len() argument
520 HDassert(obj_len_p); in H5HF_huge_get_obj_len()
532 H5F_DECODE_LENGTH(hdr->f, id, *obj_len_p); in H5HF_huge_get_obj_len()
539 H5F_DECODE_LENGTH(hdr->f, id, *obj_len_p); in H5HF_huge_get_obj_len()
562 *obj_len_p = (size_t)found_rec.obj_size; in H5HF_huge_get_obj_len()
576 *obj_len_p = (size_t)found_rec.len; in H5HF_huge_get_obj_len()
H A DH5HFprivate.h116 size_t *obj_len_p/*out*/);
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5HFtiny.c209 H5HF_tiny_get_obj_len(H5HF_hdr_t *hdr, const uint8_t *id, size_t *obj_len_p) in H5HF_tiny_get_obj_len() argument
220 HDassert(obj_len_p); in H5HF_tiny_get_obj_len()
232 *obj_len_p = enc_obj_size + 1; in H5HF_tiny_get_obj_len()
H A DH5HF.c416 H5HF_get_obj_len(H5HF_t *fh, const void *_id, size_t *obj_len_p) in H5HF_get_obj_len() argument
429 HDassert(obj_len_p); in H5HF_get_obj_len()
443 if(H5HF_man_get_obj_len(fh->hdr, id, obj_len_p) < 0) in H5HF_get_obj_len()
447 if(H5HF__huge_get_obj_len(fh->hdr, id, obj_len_p) < 0) in H5HF_get_obj_len()
451 if(H5HF_tiny_get_obj_len(fh->hdr, id, obj_len_p) < 0) in H5HF_get_obj_len()
H A DH5HFhuge.c510 H5HF__huge_get_obj_len(H5HF_hdr_t *hdr, const uint8_t *id, size_t *obj_len_p) in H5HF__huge_get_obj_len() argument
522 HDassert(obj_len_p); in H5HF__huge_get_obj_len()
534 H5F_DECODE_LENGTH(hdr->f, id, *obj_len_p); in H5HF__huge_get_obj_len()
541 H5F_DECODE_LENGTH(hdr->f, id, *obj_len_p); in H5HF__huge_get_obj_len()
564 *obj_len_p = (size_t)found_rec.obj_size; in H5HF__huge_get_obj_len()
578 *obj_len_p = (size_t)found_rec.len; in H5HF__huge_get_obj_len()
H A DH5HFman.c230 H5HF_man_get_obj_len(H5HF_hdr_t *hdr, const uint8_t *id, size_t *obj_len_p) in H5HF_man_get_obj_len() argument
240 HDassert(obj_len_p); in H5HF_man_get_obj_len()
249 UINT64DECODE_VAR(id, *obj_len_p, hdr->heap_len_size); in H5HF_man_get_obj_len()
H A DH5HFprivate.h111 H5_DLL herr_t H5HF_get_obj_len(H5HF_t *fh, const void *id, size_t *obj_len_p/*out*/);
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5HFtiny.c209 H5HF_tiny_get_obj_len(H5HF_hdr_t *hdr, const uint8_t *id, size_t *obj_len_p) in H5HF_tiny_get_obj_len() argument
220 HDassert(obj_len_p); in H5HF_tiny_get_obj_len()
232 *obj_len_p = enc_obj_size + 1; in H5HF_tiny_get_obj_len()
H A DH5HF.c417 H5HF_get_obj_len(H5HF_t *fh, hid_t dxpl_id, const void *_id, size_t *obj_len_p) in H5HF_get_obj_len() argument
430 HDassert(obj_len_p); in H5HF_get_obj_len()
444 if(H5HF_man_get_obj_len(fh->hdr, id, obj_len_p) < 0) in H5HF_get_obj_len()
448 if(H5HF_huge_get_obj_len(fh->hdr, dxpl_id, id, obj_len_p) < 0) in H5HF_get_obj_len()
452 if(H5HF_tiny_get_obj_len(fh->hdr, id, obj_len_p) < 0) in H5HF_get_obj_len()
H A DH5HFhuge.c508 size_t *obj_len_p) in H5HF_huge_get_obj_len() argument
520 HDassert(obj_len_p); in H5HF_huge_get_obj_len()
532 H5F_DECODE_LENGTH(hdr->f, id, *obj_len_p); in H5HF_huge_get_obj_len()
539 H5F_DECODE_LENGTH(hdr->f, id, *obj_len_p); in H5HF_huge_get_obj_len()
562 *obj_len_p = (size_t)found_rec.obj_size; in H5HF_huge_get_obj_len()
576 *obj_len_p = (size_t)found_rec.len; in H5HF_huge_get_obj_len()
H A DH5HFman.c232 H5HF_man_get_obj_len(H5HF_hdr_t *hdr, const uint8_t *id, size_t *obj_len_p) in H5HF_man_get_obj_len() argument
242 HDassert(obj_len_p); in H5HF_man_get_obj_len()
251 UINT64DECODE_VAR(id, *obj_len_p, hdr->heap_len_size); in H5HF_man_get_obj_len()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5HFtiny.c212 H5HF_tiny_get_obj_len(H5HF_hdr_t *hdr, const uint8_t *id, size_t *obj_len_p) in H5HF_tiny_get_obj_len() argument
223 HDassert(obj_len_p); in H5HF_tiny_get_obj_len()
235 *obj_len_p = enc_obj_size + 1; in H5HF_tiny_get_obj_len()
H A DH5HF.c415 H5HF_get_obj_len(H5HF_t *fh, hid_t dxpl_id, const void *_id, size_t *obj_len_p) in H5HF_get_obj_len() argument
428 HDassert(obj_len_p); in H5HF_get_obj_len()
449 UINT64DECODE_VAR(id, *obj_len_p, fh->hdr->heap_len_size); in H5HF_get_obj_len()
452 if(H5HF_huge_get_obj_len(fh->hdr, dxpl_id, id, obj_len_p) < 0) in H5HF_get_obj_len()
456 if(H5HF_tiny_get_obj_len(fh->hdr, id, obj_len_p) < 0) in H5HF_get_obj_len()
H A DH5HFhuge.c510 size_t *obj_len_p) in H5HF_huge_get_obj_len() argument
522 HDassert(obj_len_p); in H5HF_huge_get_obj_len()
534 H5F_DECODE_LENGTH(hdr->f, id, *obj_len_p); in H5HF_huge_get_obj_len()
541 H5F_DECODE_LENGTH(hdr->f, id, *obj_len_p); in H5HF_huge_get_obj_len()
564 *obj_len_p = (size_t)found_rec.obj_size; in H5HF_huge_get_obj_len()
578 *obj_len_p = (size_t)found_rec.len; in H5HF_huge_get_obj_len()

12