Home
last modified time | relevance | path

Searched refs:new_mesg_size (Results 1 – 6 of 6) sorted by relevance

/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5Oalloc.c373 …size_t new_mesg_size = new_size + (size_t)H5O_SIZEOF_MSGHDR_OH(oh); /* Total size of newly alloca… in H5O_alloc_null() local
389 null_msg->raw = alloc_msg->raw + new_mesg_size; in H5O_alloc_null()
390 null_msg->raw_size = alloc_msg->raw_size - new_mesg_size; in H5O_alloc_null()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Oalloc.c375 …size_t new_mesg_size = new_size + (size_t)H5O_SIZEOF_MSGHDR_OH(oh); /* Total size of newly alloca… in H5O_alloc_null() local
391 null_msg->raw = alloc_msg->raw + new_mesg_size; in H5O_alloc_null()
392 null_msg->raw_size = alloc_msg->raw_size - new_mesg_size; in H5O_alloc_null()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Oalloc.c376 …size_t new_mesg_size = new_size + (size_t)H5O_SIZEOF_MSGHDR_OH(oh); /* Total size of newly alloca… in H5O__alloc_null() local
392 null_msg->raw = alloc_msg->raw + new_mesg_size; in H5O__alloc_null()
393 null_msg->raw_size = alloc_msg->raw_size - new_mesg_size; in H5O__alloc_null()
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Oalloc.c376 …size_t new_mesg_size = new_size + (size_t)H5O_SIZEOF_MSGHDR_OH(oh); /* Total size of newly alloca… in H5O__alloc_null() local
392 null_msg->raw = alloc_msg->raw + new_mesg_size; in H5O__alloc_null()
393 null_msg->raw_size = alloc_msg->raw_size - new_mesg_size; in H5O__alloc_null()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Oalloc.c377 …size_t new_mesg_size = new_size + (size_t)H5O_SIZEOF_MSGHDR_OH(oh); /* Total size of newly alloca… in H5O_alloc_null() local
393 null_msg->raw = alloc_msg->raw + new_mesg_size; in H5O_alloc_null()
394 null_msg->raw_size = alloc_msg->raw_size - new_mesg_size; in H5O_alloc_null()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Oalloc.c363 size_t new_mesg_size = in H5O__alloc_null() local
380 null_msg->raw = alloc_msg->raw + new_mesg_size; in H5O__alloc_null()
381 null_msg->raw_size = alloc_msg->raw_size - new_mesg_size; in H5O__alloc_null()