h                  22 ompi/include/mpif-externals.h !     These "external" statements are specific to the MPI mpif.h
h                  36 ompi/include/mpif-externals.h !     defined with an integer value in mpif-common.h.
h                 207 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define MCA_OSC_PT2PT_FRAG_HDR_NTOH(h)       \
h                 208 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).source = ntohl((h).source);             \
h                 209 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).num_ops = ntohl((h).num_ops);           \
h                 210 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).pad = ntohl((h).pad);
h                 211 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define MCA_OSC_PT2PT_FRAG_HDR_HTON(h)       \
h                 212 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).source = htonl((h).source);             \
h                 213 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).num_ops = htonl((h).num_ops);           \
h                 214 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).pad = htonl((h).pad);
h                 216 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define MCA_OSC_PT2PT_PUT_HDR_NTOH(h)        \
h                 217 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).tag = ntohs((h).tag);                   \
h                 218 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).count = ntohl((h).count);               \
h                 219 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).len = ntoh64((h).len);                  \
h                 220 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).displacement = ntoh64((h).displacement);
h                 221 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define MCA_OSC_PT2PT_PUT_HDR_HTON(h)        \
h                 222 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).tag = htons((h).tag);                   \
h                 223 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).count = htonl((h).count);               \
h                 224 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).len = hton64((h).len);                  \
h                 225 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).displacement = hton64((h).displacement);
h                 227 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define MCA_OSC_PT2PT_GET_HDR_NTOH(h)        \
h                 228 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).tag = ntohs((h).tag);                   \
h                 229 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).count = ntohl((h).count);               \
h                 230 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).len = ntoh64((h).len);                  \
h                 231 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).displacement = ntoh64((h).displacement);
h                 232 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define MCA_OSC_PT2PT_GET_HDR_HTON(h)        \
h                 233 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).tag = htons((h).tag);                   \
h                 234 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).count = htonl((h).count);               \
h                 235 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).len = hton64((h).len);                  \
h                 236 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).displacement = hton64((h).displacement);
h                 238 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define MCA_OSC_PT2PT_ACC_HDR_NTOH(h)        \
h                 239 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).tag = ntohs((h).tag);                   \
h                 240 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).count = ntohl((h).count);               \
h                 241 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).len = ntoh64((h).len);                  \
h                 242 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).displacement = ntoh64((h).displacement);\
h                 243 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).op = ntohl((h).op);
h                 244 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define MCA_OSC_PT2PT_ACC_HDR_HTON(h)        \
h                 245 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).tag = htons((h).tag);                   \
h                 246 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).count = htonl((h).count);               \
h                 247 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).len = hton64((h).len);                  \
h                 248 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).displacement = hton64((h).displacement);\
h                 249 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).op = htonl((h).op);
h                 251 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define MCA_OSC_PT2PT_LOCK_HDR_NTOH(h)       \
h                 252 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).lock_type = ntohl((h).lock_type)
h                 253 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define MCA_OSC_PT2PT_LOCK_HDR_HTON(h)       \
h                 254 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).lock_type = htonl((h).lock_type)
h                 256 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define MCA_OSC_PT2PT_UNLOCK_HDR_NTOH(h)     \
h                 257 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).lock_type = ntohl((h).lock_type);       \
h                 258 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).frag_count = ntohl((h).frag_count)
h                 259 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define MCA_OSC_PT2PT_UNLOCK_HDR_HTON(h)     \
h                 260 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).lock_type = htonl((h).lock_type);       \
h                 261 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).frag_count = htonl((h).frag_count)
h                 263 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define MCA_OSC_PT2PT_LOCK_ACK_HDR_NTOH(h)   \
h                 264 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).source = ntohl((h).source)
h                 265 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define MCA_OSC_PT2PT_LOCK_ACK_HDR_HTON(h)   \
h                 266 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).source= htonl((h).source)
h                 268 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define MCA_OSC_PT2PT_UNLOCK_ACK_HDR_NTOH(h)
h                 269 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define MCA_OSC_PT2PT_UNLOCK_ACK_HDR_HTON(h)
h                 271 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define MCA_OSC_PT2PT_COMPLETE_HDR_NTOH(h)   \
h                 272 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).frag_count = ntohl((h).frag_count)
h                 273 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define MCA_OSC_PT2PT_COMPLETE_HDR_HTON(h)   \
h                 274 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).frag_count = htonl((h).frag_count)
h                 276 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define MCA_OSC_PT2PT_FLUSH_HDR_NTOH(h)      \
h                 277 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).frag_count = ntohl((h).frag_count)
h                 278 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define MCA_OSC_PT2PT_FLUSH_HDR_HTON(h)      \
h                 279 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).frag_count = htonl((h).frag_count)
h                 281 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define MCA_OSC_PT2PT_FLUSH_ACK_HDR_NTOH(h)
h                 282 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define MCA_OSC_PT2PT_FLUSH_ACK_HDR_HTON(h)
h                 284 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define MCA_OSC_PT2PT_POST_HDR_NTOH(h)
h                 285 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define MCA_OSC_PT2PT_POST_HDR_HTON(h)
h                 287 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define MCA_OSC_PT2PT_CSWAP_HDR_NTOH(h)      \
h                 288 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).tag = ntohs((h).tag);                   \
h                 289 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).len = ntohl((h).len);                   \
h                 290 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).displacement = ntoh64((h).displacement)
h                 291 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define MCA_OSC_PT2PT_CSWAP_HDR_HTON(h)      \
h                 292 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).tag = htons((h).tag);                   \
h                 293 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).len = htonl((h).len);                   \
h                 294 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).displacement = hton64((h).displacement)
h                 355 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define osc_pt2pt_ntoh(h)    \
h                 360 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define osc_pt2pt_hton(h, p) \
h                 361 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     osc_pt2pt_hton_intr((ompi_osc_pt2pt_header_t *)(h), (p));
h                 423 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define OSC_PT2PT_HTON(h, m, r) \
h                 424 ompi/mca/osc/pt2pt/osc_pt2pt_header.h         osc_pt2pt_hton_intr((ompi_osc_pt2pt_header_t *)(h), ompi_comm_peer_lookup((m)->comm, (r)));
h                 426 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define osc_pt2pt_hton(h, p) \
h                 428 ompi/mca/osc/pt2pt/osc_pt2pt_header.h #define OSC_PT2PT_HTON(h, m, r) \
h                  74 ompi/mca/pml/ob1/pml_ob1_hdr.h #define MCA_PML_OB1_COMMON_HDR_NTOH(h)
h                  75 ompi/mca/pml/ob1/pml_ob1_hdr.h #define MCA_PML_OB1_COMMON_HDR_HTON(h)
h                 113 ompi/mca/pml/ob1/pml_ob1_hdr.h #define MCA_PML_OB1_MATCH_HDR_NTOH(h) \
h                 115 ompi/mca/pml/ob1/pml_ob1_hdr.h     MCA_PML_OB1_COMMON_HDR_NTOH((h).hdr_common); \
h                 116 ompi/mca/pml/ob1/pml_ob1_hdr.h     (h).hdr_ctx = ntohs((h).hdr_ctx); \
h                 117 ompi/mca/pml/ob1/pml_ob1_hdr.h     (h).hdr_src = ntohl((h).hdr_src); \
h                 118 ompi/mca/pml/ob1/pml_ob1_hdr.h     (h).hdr_tag = ntohl((h).hdr_tag); \
h                 119 ompi/mca/pml/ob1/pml_ob1_hdr.h     (h).hdr_seq = ntohs((h).hdr_seq); \
h                 122 ompi/mca/pml/ob1/pml_ob1_hdr.h #define MCA_PML_OB1_MATCH_HDR_HTON(h) \
h                 124 ompi/mca/pml/ob1/pml_ob1_hdr.h     MCA_PML_OB1_COMMON_HDR_HTON((h).hdr_common); \
h                 125 ompi/mca/pml/ob1/pml_ob1_hdr.h     (h).hdr_ctx = htons((h).hdr_ctx); \
h                 126 ompi/mca/pml/ob1/pml_ob1_hdr.h     (h).hdr_src = htonl((h).hdr_src); \
h                 127 ompi/mca/pml/ob1/pml_ob1_hdr.h     (h).hdr_tag = htonl((h).hdr_tag); \
h                 128 ompi/mca/pml/ob1/pml_ob1_hdr.h     (h).hdr_seq = htons((h).hdr_seq); \
h                 155 ompi/mca/pml/ob1/pml_ob1_hdr.h #define MCA_PML_OB1_RNDV_HDR_NTOH(h) \
h                 157 ompi/mca/pml/ob1/pml_ob1_hdr.h         MCA_PML_OB1_MATCH_HDR_NTOH((h).hdr_match); \
h                 158 ompi/mca/pml/ob1/pml_ob1_hdr.h         (h).hdr_msg_length = ntoh64((h).hdr_msg_length); \
h                 161 ompi/mca/pml/ob1/pml_ob1_hdr.h #define MCA_PML_OB1_RNDV_HDR_HTON(h) \
h                 163 ompi/mca/pml/ob1/pml_ob1_hdr.h         MCA_PML_OB1_MATCH_HDR_HTON((h).hdr_match); \
h                 164 ompi/mca/pml/ob1/pml_ob1_hdr.h         (h).hdr_msg_length = hton64((h).hdr_msg_length); \
h                 201 ompi/mca/pml/ob1/pml_ob1_hdr.h #define MCA_PML_OB1_RGET_HDR_NTOH(h)                    \
h                 203 ompi/mca/pml/ob1/pml_ob1_hdr.h         MCA_PML_OB1_RNDV_HDR_NTOH((h).hdr_rndv);        \
h                 204 ompi/mca/pml/ob1/pml_ob1_hdr.h         (h).hdr_src_ptr = ntoh64((h).hdr_src_ptr);      \
h                 207 ompi/mca/pml/ob1/pml_ob1_hdr.h #define MCA_PML_OB1_RGET_HDR_HTON(h)                    \
h                 209 ompi/mca/pml/ob1/pml_ob1_hdr.h         MCA_PML_OB1_RNDV_HDR_HTON((h).hdr_rndv);        \
h                 210 ompi/mca/pml/ob1/pml_ob1_hdr.h         (h).hdr_src_ptr = hton64((h).hdr_src_ptr);      \
h                 245 ompi/mca/pml/ob1/pml_ob1_hdr.h #define MCA_PML_OB1_FRAG_HDR_NTOH(h) \
h                 247 ompi/mca/pml/ob1/pml_ob1_hdr.h         MCA_PML_OB1_COMMON_HDR_NTOH((h).hdr_common); \
h                 248 ompi/mca/pml/ob1/pml_ob1_hdr.h         (h).hdr_frag_offset = ntoh64((h).hdr_frag_offset); \
h                 251 ompi/mca/pml/ob1/pml_ob1_hdr.h #define MCA_PML_OB1_FRAG_HDR_HTON(h) \
h                 253 ompi/mca/pml/ob1/pml_ob1_hdr.h         MCA_PML_OB1_COMMON_HDR_HTON((h).hdr_common); \
h                 254 ompi/mca/pml/ob1/pml_ob1_hdr.h         (h).hdr_frag_offset = hton64((h).hdr_frag_offset); \
h                 296 ompi/mca/pml/ob1/pml_ob1_hdr.h #define MCA_PML_OB1_ACK_HDR_NTOH(h)                        \
h                 298 ompi/mca/pml/ob1/pml_ob1_hdr.h         MCA_PML_OB1_COMMON_HDR_NTOH((h).hdr_common);       \
h                 299 ompi/mca/pml/ob1/pml_ob1_hdr.h         (h).hdr_send_offset = ntoh64((h).hdr_send_offset); \
h                 300 ompi/mca/pml/ob1/pml_ob1_hdr.h         (h).hdr_send_size = ntoh64((h).hdr_send_size);     \
h                 303 ompi/mca/pml/ob1/pml_ob1_hdr.h #define MCA_PML_OB1_ACK_HDR_HTON(h)                        \
h                 305 ompi/mca/pml/ob1/pml_ob1_hdr.h         MCA_PML_OB1_COMMON_HDR_HTON((h).hdr_common);       \
h                 306 ompi/mca/pml/ob1/pml_ob1_hdr.h         (h).hdr_send_offset = hton64((h).hdr_send_offset); \
h                 307 ompi/mca/pml/ob1/pml_ob1_hdr.h         (h).hdr_send_size = hton64((h).hdr_send_size);     \
h                 352 ompi/mca/pml/ob1/pml_ob1_hdr.h #define MCA_PML_OB1_RDMA_HDR_NTOH(h)                       \
h                 354 ompi/mca/pml/ob1/pml_ob1_hdr.h         MCA_PML_OB1_COMMON_HDR_NTOH((h).hdr_common);       \
h                 355 ompi/mca/pml/ob1/pml_ob1_hdr.h         (h).hdr_rdma_offset = ntoh64((h).hdr_rdma_offset); \
h                 356 ompi/mca/pml/ob1/pml_ob1_hdr.h         (h).hdr_dst_ptr = ntoh64((h).hdr_dst_ptr);         \
h                 357 ompi/mca/pml/ob1/pml_ob1_hdr.h         (h).hdr_dst_size = ntoh64((h).hdr_dst_size);       \
h                 360 ompi/mca/pml/ob1/pml_ob1_hdr.h #define MCA_PML_OB1_RDMA_HDR_HTON(h)                       \
h                 362 ompi/mca/pml/ob1/pml_ob1_hdr.h         MCA_PML_OB1_COMMON_HDR_HTON((h).hdr_common);       \
h                 363 ompi/mca/pml/ob1/pml_ob1_hdr.h         (h).hdr_rdma_offset = hton64((h).hdr_rdma_offset); \
h                 364 ompi/mca/pml/ob1/pml_ob1_hdr.h         (h).hdr_dst_ptr = hton64((h).hdr_dst_ptr);         \
h                 365 ompi/mca/pml/ob1/pml_ob1_hdr.h         (h).hdr_dst_size = hton64((h).hdr_dst_size);       \
h                 394 ompi/mca/pml/ob1/pml_ob1_hdr.h #define MCA_PML_OB1_FIN_HDR_NTOH(h)                  \
h                 396 ompi/mca/pml/ob1/pml_ob1_hdr.h         MCA_PML_OB1_COMMON_HDR_NTOH((h).hdr_common); \
h                 397 ompi/mca/pml/ob1/pml_ob1_hdr.h         (h).hdr_size = ntoh64((h).hdr_size);         \
h                 400 ompi/mca/pml/ob1/pml_ob1_hdr.h #define MCA_PML_OB1_FIN_HDR_HTON(h)                  \
h                 402 ompi/mca/pml/ob1/pml_ob1_hdr.h         MCA_PML_OB1_COMMON_HDR_HTON((h).hdr_common); \
h                 403 ompi/mca/pml/ob1/pml_ob1_hdr.h         (h).hdr_size = hton64((h).hdr_size);         \
h                 456 ompi/mca/pml/ob1/pml_ob1_hdr.h #define ob1_hdr_ntoh(h, t) do{}while(0)
h                 460 ompi/mca/pml/ob1/pml_ob1_hdr.h #define ob1_hdr_hton(h, t, p) \
h                 461 ompi/mca/pml/ob1/pml_ob1_hdr.h     ob1_hdr_hton_intr((mca_pml_ob1_hdr_t*)h, t, p)
h                 503 ompi/mca/pml/ob1/pml_ob1_hdr.h #define ob1_hdr_hton(h, t, p) do{}while(0)
h                  11 ompi/mpi/fortran/base/conversion-fn-null-int-interface.h ! mpif-common.h.  However, if we don't declare them here, compilers will add
h                  14 ompi/mpi/fortran/configure-fortran-output-bottom.h ! This file is included after configure-fortran-output.h, and does some
h                  40 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! ompi/mpi/fortran/mpif-h directory.
h                  62 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! ompi/mpi/fortran/mpif-h) gets an (MPI_Fint*), and it's all good.
h                  94 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! $ cat header.h
h                 196 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! MPI_BUFFER_DETACH (i.e., it is different than the mpif.h / mpi
h                 503 ompi/mpi/java/java/Request.java 		long[] h = new long[r.length];
h                 507 ompi/mpi/java/java/Request.java 				h[i] = r[i].handle;
h                 509 ompi/mpi/java/java/Request.java 				h[i] = 0;
h                 512 ompi/mpi/java/java/Request.java 		return h;
h                 515 ompi/mpi/java/java/Request.java 	protected static void setHandles(Request[] r, long[] h)
h                 518 ompi/mpi/java/java/Request.java 			r[i].handle = h[i];
h                  12 ompi/mpiext/example/mpif-h/mpiext_example_mpifh.h ! Since the OMPI mpif.h interface does not prototype subroutines, do not
h                  17 ompi/mpiext/example/use-mpi-f08/mpiext_example_usempif08.h ! here.  Note that the mpiext_example_mpif.h will automatically be
h                  17 ompi/mpiext/example/use-mpi/mpiext_example_usempi.h ! here.  Note that the mpiext_example_mpif.h will automatically be
h                  14 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_mpifh.h ! Since the OMPI mpif.h interface does not prototype subroutines, do not
h                  20 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h ! here.  Note that the mpiext_example_mpif.h will automatically be
h                  20 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h ! here.  Note that the mpiext_example_mpif.h will automatically be
h                  11 ompi/mpiext/shortfloat/use-mpi/mpiext_shortfloat_usempi.h ! This file is needed to put variables defined in mpiext_shortfloat_mpifh.h
h                 148 ompi/tools/mpisync/sync.c         char (*h)[OPAL_MAXHOSTNAMELEN] = (void*)hnames;
h                 152 ompi/tools/mpisync/sync.c             fprintf(fp, "%s %lf %lf\n", h[i], m[i][0], m[i][1]);
h                  46 opal/class/opal_hotel.c int opal_hotel_init(opal_hotel_t *h, int num_rooms,
h                  60 opal/class/opal_hotel.c     h->num_rooms = num_rooms;
h                  61 opal/class/opal_hotel.c     h->evbase = evbase;
h                  62 opal/class/opal_hotel.c     h->eviction_timeout.tv_usec = eviction_timeout % 1000000;
h                  63 opal/class/opal_hotel.c     h->eviction_timeout.tv_sec = eviction_timeout / 1000000;
h                  64 opal/class/opal_hotel.c     h->evict_callback_fn = evict_callback_fn;
h                  65 opal/class/opal_hotel.c     h->rooms = (opal_hotel_room_t*)malloc(num_rooms * sizeof(opal_hotel_room_t));
h                  67 opal/class/opal_hotel.c         h->eviction_args =
h                  70 opal/class/opal_hotel.c     h->unoccupied_rooms = (int*) malloc(num_rooms * sizeof(int));
h                  71 opal/class/opal_hotel.c     h->last_unoccupied_room = num_rooms - 1;
h                  75 opal/class/opal_hotel.c         h->rooms[i].occupant = NULL;
h                  78 opal/class/opal_hotel.c         h->unoccupied_rooms[i] = i;
h                  81 opal/class/opal_hotel.c         h->eviction_args[i].hotel = h;
h                  82 opal/class/opal_hotel.c         h->eviction_args[i].room_num = i;
h                  85 opal/class/opal_hotel.c         if (NULL != h->evbase) {
h                  86 opal/class/opal_hotel.c             opal_event_set(h->evbase,
h                  87 opal/class/opal_hotel.c                            &(h->rooms[i].eviction_timer_event),
h                  89 opal/class/opal_hotel.c                            &(h->eviction_args[i]));
h                  92 opal/class/opal_hotel.c             opal_event_set_priority(&(h->rooms[i].eviction_timer_event),
h                 100 opal/class/opal_hotel.c static void constructor(opal_hotel_t *h)
h                 102 opal/class/opal_hotel.c     h->num_rooms = 0;
h                 103 opal/class/opal_hotel.c     h->evbase = NULL;
h                 104 opal/class/opal_hotel.c     h->eviction_timeout.tv_sec = 0;
h                 105 opal/class/opal_hotel.c     h->eviction_timeout.tv_usec = 0;
h                 106 opal/class/opal_hotel.c     h->evict_callback_fn = NULL;
h                 107 opal/class/opal_hotel.c     h->rooms = NULL;
h                 108 opal/class/opal_hotel.c     h->eviction_args = NULL;
h                 109 opal/class/opal_hotel.c     h->unoccupied_rooms = NULL;
h                 110 opal/class/opal_hotel.c     h->last_unoccupied_room = -1;
h                 113 opal/class/opal_hotel.c static void destructor(opal_hotel_t *h)
h                 118 opal/class/opal_hotel.c     if (NULL != h->evbase) {
h                 119 opal/class/opal_hotel.c         for (i = 0; i < h->num_rooms; ++i) {
h                 120 opal/class/opal_hotel.c             if (NULL != h->rooms[i].occupant) {
h                 121 opal/class/opal_hotel.c                 opal_event_del(&(h->rooms[i].eviction_timer_event));
h                 126 opal/class/opal_hotel.c     if (NULL != h->rooms) {
h                 127 opal/class/opal_hotel.c         free(h->rooms);
h                 129 opal/class/opal_hotel.c     if (NULL != h->eviction_args) {
h                 130 opal/class/opal_hotel.c         free(h->eviction_args);
h                 132 opal/class/opal_hotel.c     if (NULL != h->unoccupied_rooms) {
h                 133 opal/class/opal_hotel.c         free(h->unoccupied_rooms);
h                 271 opal/dss/dss_types.h #define OPAL_DSS_BUFFER_TYPE_HTON(h);
h                 272 opal/dss/dss_types.h #define OPAL_DSS_BUFFER_TYPE_NTOH(h);
h                  38 opal/include/opal/sys/x86_64/timer.h      uint32_t l, h;
h                  41 opal/include/opal/sys/x86_64/timer.h                            : "=a" (l), "=d" (h));
h                  42 opal/include/opal/sys/x86_64/timer.h      return ((opal_timer_t)l) | (((opal_timer_t)h) << 32);
h                 333 opal/mca/base/mca_base_component_find.c             char h[OPAL_MAXHOSTNAMELEN];
h                 334 opal/mca/base/mca_base_component_find.c             gethostname(h, sizeof(h));
h                 337 opal/mca/base/mca_base_component_find.c                            h, framework->framework_name, requested_component_names[i]);
h                 104 opal/mca/event/libevent2022/libevent/event_iocp.c 	HANDLE h;
h                 105 opal/mca/event/libevent2022/libevent/event_iocp.c 	h = CreateIoCompletionPort((HANDLE)fd, port->port, key, port->n_threads);
h                 106 opal/mca/event/libevent2022/libevent/event_iocp.c 	if (!h)
h                  94 opal/mca/event/libevent2022/libevent/evmap.c 	unsigned h = (unsigned) e->fd;
h                  95 opal/mca/event/libevent2022/libevent/evmap.c 	h += (h >> 2) | (h << 30);
h                  96 opal/mca/event/libevent2022/libevent/evmap.c 	return h;
h                  59 opal/mca/event/libevent2022/libevent/ht-internal.h ht_improve_hash(unsigned h)
h                  63 opal/mca/event/libevent2022/libevent/ht-internal.h   h += ~(h << 9);
h                  64 opal/mca/event/libevent2022/libevent/ht-internal.h   h ^=  ((h >> 14) | (h << 18)); /* >>> */
h                  65 opal/mca/event/libevent2022/libevent/ht-internal.h   h +=  (h << 4);
h                  66 opal/mca/event/libevent2022/libevent/ht-internal.h   h ^=  ((h >> 10) | (h << 22)); /* >>> */
h                  67 opal/mca/event/libevent2022/libevent/ht-internal.h   return h;
h                  75 opal/mca/event/libevent2022/libevent/ht-internal.h   unsigned h = 0;
h                  78 opal/mca/event/libevent2022/libevent/ht-internal.h     h += ((signed char)*s++)*m;
h                  81 opal/mca/event/libevent2022/libevent/ht-internal.h   return h;
h                  89 opal/mca/event/libevent2022/libevent/ht-internal.h   unsigned h;
h                  91 opal/mca/event/libevent2022/libevent/ht-internal.h   h = *cp << 7;
h                  93 opal/mca/event/libevent2022/libevent/ht-internal.h     h = (1000003*h) ^ *cp++;
h                  96 opal/mca/event/libevent2022/libevent/ht-internal.h   h ^= (unsigned)(cp-(const unsigned char*)s);
h                  97 opal/mca/event/libevent2022/libevent/ht-internal.h   return h;
h                 159 opal/mca/event/libevent2022/libevent/ht-internal.h     struct name *h = (struct name *) head;                              \
h                 161 opal/mca/event/libevent2022/libevent/ht-internal.h     p = _##name##_HT_FIND_P(h, elm);                                    \
h                 280 opal/mca/event/libevent2022/libevent/ht-internal.h     unsigned h = _HT_ELT_HASH(*elm, field, hashfn);		        \
h                 286 opal/mca/event/libevent2022/libevent/ht-internal.h       unsigned b = (h % head->hth_table_length)+1;                      \
h                 149 opal/mca/event/libevent2022/libevent/test/regress_main.c 	HANDLE h;
h                 157 opal/mca/event/libevent2022/libevent/test/regress_main.c 		h = CreateFileA(tmpfilename, GENERIC_READ|GENERIC_WRITE,
h                 159 opal/mca/event/libevent2022/libevent/test/regress_main.c 		if (h != INVALID_HANDLE_VALUE)
h                 165 opal/mca/event/libevent2022/libevent/test/regress_main.c 	WriteFile(h, data, (DWORD)datalen, &written, NULL);
h                 167 opal/mca/event/libevent2022/libevent/test/regress_main.c 	return _open_osfhandle((intptr_t)h,_O_RDONLY);
h                1062 opal/mca/event/libevent2022/libevent/test/regress_util.c 	HANDLE h=NULL;
h                1064 opal/mca/event/libevent2022/libevent/test/regress_util.c 	h = evutil_load_windows_system_library(TEXT("kernel32.dll"));
h                1065 opal/mca/event/libevent2022/libevent/test/regress_util.c 	tt_assert(h);
h                1068 opal/mca/event/libevent2022/libevent/test/regress_util.c 	if (h)
h                1069 opal/mca/event/libevent2022/libevent/test/regress_util.c 		CloseHandle(h);
h                  39 opal/mca/pmix/pmix4x/pmix/src/atomics/sys/x86_64/timer.h      uint32_t l, h;
h                  42 opal/mca/pmix/pmix4x/pmix/src/atomics/sys/x86_64/timer.h                            : "=a" (l), "=d" (h));
h                  43 opal/mca/pmix/pmix4x/pmix/src/atomics/sys/x86_64/timer.h      return ((pmix_timer_t)l) | (((pmix_timer_t)h) << 32);
h                  47 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c pmix_status_t pmix_hotel_init(pmix_hotel_t *h, int num_rooms,
h                  60 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c     h->num_rooms = num_rooms;
h                  61 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c     h->evbase = evbase;
h                  62 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c     h->eviction_timeout.tv_usec = eviction_timeout % 1000000;
h                  63 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c     h->eviction_timeout.tv_sec = eviction_timeout / 1000000;
h                  64 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c     h->evict_callback_fn = evict_callback_fn;
h                  65 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c     h->rooms = (pmix_hotel_room_t*)malloc(num_rooms * sizeof(pmix_hotel_room_t));
h                  67 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c         h->eviction_args =
h                  70 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c     h->unoccupied_rooms = (int*) malloc(num_rooms * sizeof(int));
h                  71 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c     h->last_unoccupied_room = num_rooms - 1;
h                  75 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c         h->rooms[i].occupant = NULL;
h                  78 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c         h->unoccupied_rooms[i] = i;
h                  81 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c         h->eviction_args[i].hotel = h;
h                  82 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c         h->eviction_args[i].room_num = i;
h                  85 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c         if (NULL != h->evbase) {
h                  86 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c             pmix_event_assign(&(h->rooms[i].eviction_timer_event),
h                  87 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c                               h->evbase,
h                  89 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c                               &(h->eviction_args[i]));
h                  96 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c static void constructor(pmix_hotel_t *h)
h                  98 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c     h->num_rooms = 0;
h                  99 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c     h->evbase = NULL;
h                 100 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c     h->eviction_timeout.tv_sec = 0;
h                 101 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c     h->eviction_timeout.tv_usec = 0;
h                 102 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c     h->evict_callback_fn = NULL;
h                 103 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c     h->rooms = NULL;
h                 104 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c     h->eviction_args = NULL;
h                 105 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c     h->unoccupied_rooms = NULL;
h                 106 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c     h->last_unoccupied_room = -1;
h                 109 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c static void destructor(pmix_hotel_t *h)
h                 114 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c     if (NULL != h->evbase) {
h                 115 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c         for (i = 0; i < h->num_rooms; ++i) {
h                 116 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c             if (NULL != h->rooms[i].occupant) {
h                 117 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c                 pmix_event_del(&(h->rooms[i].eviction_timer_event));
h                 122 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c     if (NULL != h->rooms) {
h                 123 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c         free(h->rooms);
h                 125 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c     if (NULL != h->eviction_args) {
h                 126 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c         free(h->eviction_args);
h                 128 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c     if (NULL != h->unoccupied_rooms) {
h                 129 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c         free(h->unoccupied_rooms);
h                 342 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_find.c             char h[MAXHOSTNAMELEN];
h                 343 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_find.c             gethostname(h, sizeof(h));
h                 346 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_find.c                            h, framework->framework_name, requested_component_names[i]);
h                  56 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/bfrops_types.h #define PMIX_BFROP_BUFFER_TYPE_HTON(h)
h                  57 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/bfrops_types.h #define PMIX_BFROP_BUFFER_TYPE_NTOH(h)
h                 249 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl_types.h #define PMIX_SND_CADDY(c, h, s)                                         \
h                 252 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl_types.h         (void)memcpy(&(c)->hdr, &(h), sizeof(pmix_ptl_hdr_t));          \
h                  97 opal/util/timings.h #define OPAL_TIMING_ENV_NEXT(h, ...)                                              \
h                 103 opal/util/timings.h         if( h->enabled ){                                                         \
h                 105 opal/util/timings.h             time = h->get_ts() - h->ts;                                           \
h                 106 opal/util/timings.h             n = snprintf(buf1, OPAL_TIMING_STR_LEN, "OMPI_TIMING_%s_DESC_%d", h->id, h->cntr); \
h                 108 opal/util/timings.h                 h->error = 1;                                                     \
h                 112 opal/util/timings.h                 h->error = 1;                                                     \
h                 115 opal/util/timings.h             n = snprintf(buf1, OPAL_TIMING_STR_LEN, "OMPI_TIMING_%s_VAL_%d", h->id, h->cntr);  \
h                 117 opal/util/timings.h                 h->error = 1;                                                     \
h                 121 opal/util/timings.h                 h->error = 1;                                                     \
h                 126 opal/util/timings.h             n = snprintf(buf1, OPAL_TIMING_STR_LEN, "OMPI_TIMING_%s_FILE_%d", h->id, h->cntr); \
h                 128 opal/util/timings.h                 h->error = 1;                                                     \
h                 132 opal/util/timings.h                 h->error = 1;                                                     \
h                 135 opal/util/timings.h             h->cntr++;                                                            \
h                 136 opal/util/timings.h             sprintf(buf1, "%d", h->cntr);                                         \
h                 137 opal/util/timings.h             setenv(h->cntr_env, buf1, 1);                                         \
h                 141 opal/util/timings.h             h->ts = h->get_ts();                                                  \
h                 143 opal/util/timings.h         if (h->error) {                                                           \
h                 144 opal/util/timings.h             n = snprintf(buf1, OPAL_TIMING_STR_LEN, "OMPI_TIMING_%s_ERROR", h->id);\
h                 146 opal/util/timings.h                 h->error = 1;                                                     \
h                 148 opal/util/timings.h             n = snprintf(buf2, OPAL_TIMING_STR_LEN, "%d", h->error);              \
h                 150 opal/util/timings.h                 h->error = 1;                                                     \
h                 213 opal/util/timings.h #define OPAL_TIMING_ENV_NEXT(h, ... )
h                 141 orte/mca/ess/hnp/ess_hnp_module.c     uint32_t h;
h                 568 orte/mca/ess/hnp/ess_hnp_module.c             OPAL_HASH_STR(sns[idx], h);
h                 570 orte/mca/ess/hnp/ess_hnp_module.c             opal_hash_table_set_value_uint32(orte_coprocessors, h, (void*)&(ORTE_PROC_MY_NAME->vpid));
h                 580 orte/mca/ess/hnp/ess_hnp_module.c         OPAL_HASH_STR(coprocessors, h);
h                 582 orte/mca/ess/hnp/ess_hnp_module.c         opal_hash_table_set_value_uint32(orte_coprocessors, h, (void*)&(ORTE_PROC_MY_NAME->vpid));
h                  73 orte/mca/oob/tcp/oob_tcp_hdr.h #define MCA_OOB_TCP_HDR_NTOH(h)                \
h                  74 orte/mca/oob/tcp/oob_tcp_hdr.h     ORTE_PROCESS_NAME_NTOH((h)->origin);        \
h                  75 orte/mca/oob/tcp/oob_tcp_hdr.h     ORTE_PROCESS_NAME_NTOH((h)->dst);           \
h                  76 orte/mca/oob/tcp/oob_tcp_hdr.h     (h)->tag = ORTE_RML_TAG_NTOH((h)->tag);     \
h                  77 orte/mca/oob/tcp/oob_tcp_hdr.h     (h)->nbytes = ntohl((h)->nbytes);
h                  82 orte/mca/oob/tcp/oob_tcp_hdr.h #define MCA_OOB_TCP_HDR_HTON(h)                \
h                  83 orte/mca/oob/tcp/oob_tcp_hdr.h     ORTE_PROCESS_NAME_HTON((h)->origin);        \
h                  84 orte/mca/oob/tcp/oob_tcp_hdr.h     ORTE_PROCESS_NAME_HTON((h)->dst);           \
h                  85 orte/mca/oob/tcp/oob_tcp_hdr.h     (h)->tag = ORTE_RML_TAG_HTON((h)->tag);     \
h                  86 orte/mca/oob/tcp/oob_tcp_hdr.h     (h)->nbytes = htonl((h)->nbytes);
h                 244 orte/mca/oob/tcp/oob_tcp_sendrecv.h #define ORTE_ACTIVATE_TCP_MSG_ERROR(s, r, h, cbfunc)                    \
h                 253 orte/mca/oob/tcp/oob_tcp_sendrecv.h                             ORTE_NAME_PRINT((h)));                      \
h                 274 orte/mca/oob/tcp/oob_tcp_sendrecv.h         mop->hop.jobid = (h)->jobid;                                    \
h                 275 orte/mca/oob/tcp/oob_tcp_sendrecv.h         mop->hop.vpid = (h)->vpid;                                      \
h                 281 orte/mca/oob/tcp/oob_tcp_sendrecv.h #define ORTE_ACTIVATE_TCP_NO_ROUTE(r, h, c)                             \
h                 288 orte/mca/oob/tcp/oob_tcp_sendrecv.h                             ORTE_NAME_PRINT((h)));                      \
h                 291 orte/mca/oob/tcp/oob_tcp_sendrecv.h         mop->hop.jobid = (h)->jobid;                                    \
h                 292 orte/mca/oob/tcp/oob_tcp_sendrecv.h         mop->hop.vpid = (h)->vpid;                                      \
h                 473 orte/mca/plm/base/plm_base_launch_support.c     uint32_t h;
h                 547 orte/mca/plm/base/plm_base_launch_support.c                 OPAL_HASH_STR(serial_number, h);
h                 549 orte/mca/plm/base/plm_base_launch_support.c                 if (OPAL_SUCCESS != (rc = opal_hash_table_get_value_uint32(orte_coprocessors, h,
h                 881 orte/mca/plm/base/plm_base_launch_support.c     uint32_t h;
h                1003 orte/mca/plm/base/plm_base_launch_support.c             OPAL_HASH_STR(sns[idx], h);
h                1005 orte/mca/plm/base/plm_base_launch_support.c             opal_hash_table_set_value_uint32(orte_coprocessors, h, (void*)&daemon->name.vpid);
h                 153 orte/mca/ras/slurm/ras_slurm_module.c     struct hostent *h;
h                 187 orte/mca/ras/slurm/ras_slurm_module.c             if (NULL == (h = gethostbyname(slurm_host))) {
h                 195 orte/mca/ras/slurm/ras_slurm_module.c             slurm_host = strdup(inet_ntoa(*(struct in_addr*)h->h_addr_list[0]));