Home
last modified time | relevance | path

Searched refs:null_msgno (Results 1 – 14 of 14) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Otest.c696 unsigned null_msgno = 0; /* Index of NULL message after current message */ in H5O_msg_move_to_new_chunk_test() local
710 null_msgno = v; in H5O_msg_move_to_new_chunk_test()
730 found_msg.null_msgno = null_msgno; in H5O_msg_move_to_new_chunk_test()
H A DH5Oalloc.c776 unsigned null_msgno = 0; /* Index of NULL message after current message */ in H5O__alloc_find_best_nonnull() local
789 null_msgno = v; in H5O__alloc_find_best_nonnull()
839 found_msg->null_msgno = null_msgno; in H5O__alloc_find_best_nonnull()
1068 …H5O_mesg_t *old_null_msg = &oh->mesg[found_msg->null_msgno]; /* Pointer to NULL message to elimina… in H5O__alloc_chunk()
1078 if(found_msg->null_msgno < (oh->nmesgs - 1)) in H5O__alloc_chunk()
1079 …memmove(old_null_msg, old_null_msg + 1, ((oh->nmesgs - 1) - found_msg->null_msgno) * sizeof(H5O_me… in H5O__alloc_chunk()
H A DH5Opkg.h268 unsigned null_msgno; /* Message index of null message immediately after message */ member
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Otest.c731 unsigned null_msgno = 0; /* Index of NULL message after current message */ in H5O__msg_move_to_new_chunk_test() local
746 null_msgno = v; in H5O__msg_move_to_new_chunk_test()
766 found_msg.null_msgno = null_msgno; in H5O__msg_move_to_new_chunk_test()
H A DH5Oalloc.c759 unsigned null_msgno = 0; /* Index of NULL message after current message */ in H5O__alloc_find_best_nonnull() local
773 null_msgno = v; in H5O__alloc_find_best_nonnull()
823 found_msg->null_msgno = null_msgno; in H5O__alloc_find_best_nonnull()
1052 &oh->mesg[found_msg->null_msgno]; /* Pointer to NULL message to eliminate */ in H5O__alloc_chunk()
1063 if (found_msg->null_msgno < (oh->nmesgs - 1)) in H5O__alloc_chunk()
1065 ((oh->nmesgs - 1) - found_msg->null_msgno) * sizeof(H5O_mesg_t)); in H5O__alloc_chunk()
H A DH5Opkg.h254 unsigned null_msgno; /* Message index of null message immediately after message */ member
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Otest.c740 unsigned null_msgno = 0; /* Index of NULL message after current message */ in H5O_msg_move_to_new_chunk_test() local
754 null_msgno = v; in H5O_msg_move_to_new_chunk_test()
774 found_msg.null_msgno = null_msgno; in H5O_msg_move_to_new_chunk_test()
H A DH5Oalloc.c774 unsigned null_msgno = 0; /* Index of NULL message after current message */ in H5O__alloc_find_best_nonnull() local
787 null_msgno = v; in H5O__alloc_find_best_nonnull()
837 found_msg->null_msgno = null_msgno; in H5O__alloc_find_best_nonnull()
1066 …H5O_mesg_t *old_null_msg = &oh->mesg[found_msg->null_msgno]; /* Pointer to NULL message to elimina… in H5O__alloc_chunk()
1076 if(found_msg->null_msgno < (oh->nmesgs - 1)) in H5O__alloc_chunk()
1077 …memmove(old_null_msg, old_null_msg + 1, ((oh->nmesgs - 1) - found_msg->null_msgno) * sizeof(H5O_me… in H5O__alloc_chunk()
H A DH5Opkg.h268 unsigned null_msgno; /* Message index of null message immediately after message */ member
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Otest.c740 unsigned null_msgno = 0; /* Index of NULL message after current message */ in H5O_msg_move_to_new_chunk_test() local
754 null_msgno = v; in H5O_msg_move_to_new_chunk_test()
774 found_msg.null_msgno = null_msgno; in H5O_msg_move_to_new_chunk_test()
H A DH5Oalloc.c774 unsigned null_msgno = 0; /* Index of NULL message after current message */ in H5O__alloc_find_best_nonnull() local
787 null_msgno = v; in H5O__alloc_find_best_nonnull()
837 found_msg->null_msgno = null_msgno; in H5O__alloc_find_best_nonnull()
1066 …H5O_mesg_t *old_null_msg = &oh->mesg[found_msg->null_msgno]; /* Pointer to NULL message to elimina… in H5O__alloc_chunk()
1076 if(found_msg->null_msgno < (oh->nmesgs - 1)) in H5O__alloc_chunk()
1077 …memmove(old_null_msg, old_null_msg + 1, ((oh->nmesgs - 1) - found_msg->null_msgno) * sizeof(H5O_me… in H5O__alloc_chunk()
H A DH5Opkg.h268 unsigned null_msgno; /* Message index of null message immediately after message */ member
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5Oalloc.c750 … unsigned null_msgno; /* Message index of null message immediately after message */ in H5O_alloc_new_chunk() member
809 unsigned null_msgno = 0; /* Index of NULL message after current message */ in H5O_alloc_new_chunk() local
822 null_msgno = v; in H5O_alloc_new_chunk()
843 found_attr.null_msgno = null_msgno; in H5O_alloc_new_chunk()
852 found_other.null_msgno = null_msgno; in H5O_alloc_new_chunk()
1041 …H5O_mesg_t *old_null_msg = &oh->mesg[found_other.null_msgno]; /* Pointer to NULL message to elimin… in H5O_alloc_new_chunk()
1051 if(found_other.null_msgno < (oh->nmesgs - 1)) in H5O_alloc_new_chunk()
1052 …emmove(old_null_msg, old_null_msg + 1, ((oh->nmesgs - 1) - found_other.null_msgno) * sizeof(H5O_me… in H5O_alloc_new_chunk()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Oalloc.c752 … unsigned null_msgno; /* Message index of null message immediately after message */ in H5O_alloc_new_chunk() member
811 unsigned null_msgno = 0; /* Index of NULL message after current message */ in H5O_alloc_new_chunk() local
824 null_msgno = v; in H5O_alloc_new_chunk()
845 found_attr.null_msgno = null_msgno; in H5O_alloc_new_chunk()
854 found_other.null_msgno = null_msgno; in H5O_alloc_new_chunk()
1043 …H5O_mesg_t *old_null_msg = &oh->mesg[found_other.null_msgno]; /* Pointer to NULL message to elimin… in H5O_alloc_new_chunk()
1053 if(found_other.null_msgno < (oh->nmesgs - 1)) in H5O_alloc_new_chunk()
1054 …emmove(old_null_msg, old_null_msg + 1, ((oh->nmesgs - 1) - found_other.null_msgno) * sizeof(H5O_me… in H5O_alloc_new_chunk()