i64               529 opal/dss/dss_pack.c     uint64_t i64;
i64               535 opal/dss/dss_pack.c     i64 = (uint64_t)dk->num_reads_completed;
i64               536 opal/dss/dss_pack.c     if (OPAL_SUCCESS != (ret = opal_dss_pack_buffer(buffer, &i64, 1, OPAL_UINT64))) {
i64               539 opal/dss/dss_pack.c     i64 = (uint64_t)dk->num_reads_merged;
i64               540 opal/dss/dss_pack.c     if (OPAL_SUCCESS != (ret = opal_dss_pack_buffer(buffer, &i64, 1, OPAL_UINT64))) {
i64               543 opal/dss/dss_pack.c     i64 = (uint64_t)dk->num_sectors_read;
i64               544 opal/dss/dss_pack.c     if (OPAL_SUCCESS != (ret = opal_dss_pack_buffer(buffer, &i64, 1, OPAL_UINT64))) {
i64               547 opal/dss/dss_pack.c     i64 = (uint64_t)dk->milliseconds_reading;
i64               548 opal/dss/dss_pack.c     if (OPAL_SUCCESS != (ret = opal_dss_pack_buffer(buffer, &i64, 1, OPAL_UINT64))) {
i64               551 opal/dss/dss_pack.c     i64 = (uint64_t)dk->num_writes_completed;
i64               552 opal/dss/dss_pack.c     if (OPAL_SUCCESS != (ret = opal_dss_pack_buffer(buffer, &i64, 1, OPAL_UINT64))) {
i64               555 opal/dss/dss_pack.c     i64 = (uint64_t)dk->num_writes_merged;
i64               556 opal/dss/dss_pack.c     if (OPAL_SUCCESS != (ret = opal_dss_pack_buffer(buffer, &i64, 1, OPAL_UINT64))) {
i64               559 opal/dss/dss_pack.c     i64 = (uint64_t)dk->num_sectors_written;
i64               560 opal/dss/dss_pack.c     if (OPAL_SUCCESS != (ret = opal_dss_pack_buffer(buffer, &i64, 1, OPAL_UINT64))) {
i64               563 opal/dss/dss_pack.c     i64 = (uint64_t)dk->milliseconds_writing;
i64               564 opal/dss/dss_pack.c     if (OPAL_SUCCESS != (ret = opal_dss_pack_buffer(buffer, &i64, 1, OPAL_UINT64))) {
i64               567 opal/dss/dss_pack.c     i64 = (uint64_t)dk->num_ios_in_progress;
i64               568 opal/dss/dss_pack.c     if (OPAL_SUCCESS != (ret = opal_dss_pack_buffer(buffer, &i64, 1, OPAL_UINT64))) {
i64               571 opal/dss/dss_pack.c     i64 = (uint64_t)dk->milliseconds_io;
i64               572 opal/dss/dss_pack.c     if (OPAL_SUCCESS != (ret = opal_dss_pack_buffer(buffer, &i64, 1, OPAL_UINT64))) {
i64               575 opal/dss/dss_pack.c     i64 = (uint64_t)dk->weighted_milliseconds_io;
i64               576 opal/dss/dss_pack.c     if (OPAL_SUCCESS != (ret = opal_dss_pack_buffer(buffer, &i64, 1, OPAL_UINT64))) {
i64               584 opal/dss/dss_pack.c     uint64_t i64;
i64               590 opal/dss/dss_pack.c     i64 = (uint64_t)ns->num_bytes_recvd;
i64               591 opal/dss/dss_pack.c     if (OPAL_SUCCESS != (ret = opal_dss_pack_buffer(buffer, &i64, 1, OPAL_UINT64))) {
i64               594 opal/dss/dss_pack.c     i64 = (uint64_t)ns->num_packets_recvd;
i64               595 opal/dss/dss_pack.c     if (OPAL_SUCCESS != (ret = opal_dss_pack_buffer(buffer, &i64, 1, OPAL_UINT64))) {
i64               598 opal/dss/dss_pack.c     i64 = (uint64_t)ns->num_recv_errs;
i64               599 opal/dss/dss_pack.c     if (OPAL_SUCCESS != (ret = opal_dss_pack_buffer(buffer, &i64, 1, OPAL_UINT64))) {
i64               602 opal/dss/dss_pack.c     i64 = (uint64_t)ns->num_bytes_sent;
i64               603 opal/dss/dss_pack.c     if (OPAL_SUCCESS != (ret = opal_dss_pack_buffer(buffer, &i64, 1, OPAL_UINT64))) {
i64               606 opal/dss/dss_pack.c     i64 = (uint64_t)ns->num_packets_sent;
i64               607 opal/dss/dss_pack.c     if (OPAL_SUCCESS != (ret = opal_dss_pack_buffer(buffer, &i64, 1, OPAL_UINT64))) {
i64               610 opal/dss/dss_pack.c     i64 = (uint64_t)ns->num_send_errs;
i64               611 opal/dss/dss_pack.c     if (OPAL_SUCCESS != (ret = opal_dss_pack_buffer(buffer, &i64, 1, OPAL_UINT64))) {
i64               685 opal/dss/dss_unpack.c     uint64_t i64;
i64               704 opal/dss/dss_unpack.c         if (OPAL_SUCCESS != (ret = opal_dss_unpack_buffer(buffer, &i64, &m, OPAL_UINT64))) {
i64               709 opal/dss/dss_unpack.c         dk->num_reads_completed = i64;
i64               711 opal/dss/dss_unpack.c         if (OPAL_SUCCESS != (ret = opal_dss_unpack_buffer(buffer, &i64, &m, OPAL_UINT64))) {
i64               716 opal/dss/dss_unpack.c         dk->num_reads_merged = i64;
i64               718 opal/dss/dss_unpack.c         if (OPAL_SUCCESS != (ret = opal_dss_unpack_buffer(buffer, &i64, &m, OPAL_UINT64))) {
i64               723 opal/dss/dss_unpack.c         dk->num_sectors_read = i64;
i64               725 opal/dss/dss_unpack.c         if (OPAL_SUCCESS != (ret = opal_dss_unpack_buffer(buffer, &i64, &m, OPAL_UINT64))) {
i64               730 opal/dss/dss_unpack.c         dk->milliseconds_reading = i64;
i64               732 opal/dss/dss_unpack.c         if (OPAL_SUCCESS != (ret = opal_dss_unpack_buffer(buffer, &i64, &m, OPAL_UINT64))) {
i64               737 opal/dss/dss_unpack.c         dk->num_writes_completed = i64;
i64               739 opal/dss/dss_unpack.c         if (OPAL_SUCCESS != (ret = opal_dss_unpack_buffer(buffer, &i64, &m, OPAL_UINT64))) {
i64               744 opal/dss/dss_unpack.c         dk->num_writes_merged = i64;
i64               746 opal/dss/dss_unpack.c         if (OPAL_SUCCESS != (ret = opal_dss_unpack_buffer(buffer, &i64, &m, OPAL_UINT64))) {
i64               751 opal/dss/dss_unpack.c         dk->num_sectors_written = i64;
i64               753 opal/dss/dss_unpack.c         if (OPAL_SUCCESS != (ret = opal_dss_unpack_buffer(buffer, &i64, &m, OPAL_UINT64))) {
i64               758 opal/dss/dss_unpack.c         dk->milliseconds_writing = i64;
i64               760 opal/dss/dss_unpack.c         if (OPAL_SUCCESS != (ret = opal_dss_unpack_buffer(buffer, &i64, &m, OPAL_UINT64))) {
i64               765 opal/dss/dss_unpack.c         dk->num_ios_in_progress = i64;
i64               767 opal/dss/dss_unpack.c         if (OPAL_SUCCESS != (ret = opal_dss_unpack_buffer(buffer, &i64, &m, OPAL_UINT64))) {
i64               772 opal/dss/dss_unpack.c         dk->milliseconds_io = i64;
i64               774 opal/dss/dss_unpack.c         if (OPAL_SUCCESS != (ret = opal_dss_unpack_buffer(buffer, &i64, &m, OPAL_UINT64))) {
i64               779 opal/dss/dss_unpack.c         dk->weighted_milliseconds_io = i64;
i64               790 opal/dss/dss_unpack.c     uint64_t i64;
i64               809 opal/dss/dss_unpack.c         if (OPAL_SUCCESS != (ret = opal_dss_unpack_buffer(buffer, &i64, &m, OPAL_UINT64))) {
i64               814 opal/dss/dss_unpack.c         net->num_bytes_recvd = i64;
i64               816 opal/dss/dss_unpack.c         if (OPAL_SUCCESS != (ret = opal_dss_unpack_buffer(buffer, &i64, &m, OPAL_UINT64))) {
i64               821 opal/dss/dss_unpack.c         net->num_packets_recvd = i64;
i64               823 opal/dss/dss_unpack.c         if (OPAL_SUCCESS != (ret = opal_dss_unpack_buffer(buffer, &i64, &m, OPAL_UINT64))) {
i64               828 opal/dss/dss_unpack.c         net->num_recv_errs = i64;
i64               830 opal/dss/dss_unpack.c         if (OPAL_SUCCESS != (ret = opal_dss_unpack_buffer(buffer, &i64, &m, OPAL_UINT64))) {
i64               835 opal/dss/dss_unpack.c         net->num_bytes_sent = i64;
i64               837 opal/dss/dss_unpack.c         if (OPAL_SUCCESS != (ret = opal_dss_unpack_buffer(buffer, &i64, &m, OPAL_UINT64))) {
i64               842 opal/dss/dss_unpack.c         net->num_packets_sent = i64;
i64               844 opal/dss/dss_unpack.c         if (OPAL_SUCCESS != (ret = opal_dss_unpack_buffer(buffer, &i64, &m, OPAL_UINT64))) {
i64               849 opal/dss/dss_unpack.c         net->num_send_errs = i64;
i64               384 opal/mca/event/libevent2022/libevent/test/regress_util.c 	ev_int64_t i64 = -1 * (ev_int64_t) u64;
i64               400 opal/mca/event/libevent2022/libevent/test/regress_util.c 	r = evutil_snprintf(buf, sizeof(buf), EV_I64_FMT, EV_I64_ARG(i64));
i64               649 opal/mca/event/libevent2022/libevent/test/regress_util.c 	ev_int64_t i64;
i64               665 opal/mca/event/libevent2022/libevent/test/regress_util.c 	tt_int_op(sizeof(i64), ==, 8);
i64               680 opal/mca/event/libevent2022/libevent/test/regress_util.c 	i64 = -1000000000;
i64               681 opal/mca/event/libevent2022/libevent/test/regress_util.c 	i64 *= 1000000000;
i64               682 opal/mca/event/libevent2022/libevent/test/regress_util.c 	tt_assert(i64 / 1000000000 == -1000000000);
i64               685 opal/mca/event/libevent2022/libevent/test/regress_util.c 	i64 = EV_INT64_MAX;
i64               687 opal/mca/event/libevent2022/libevent/test/regress_util.c 	tt_assert(i64 > 0);
i64               689 opal/mca/event/libevent2022/libevent/test/regress_util.c 	i64++;
i64               691 opal/mca/event/libevent2022/libevent/test/regress_util.c 	tt_assert(i64 == EV_INT64_MIN);
i64               692 opal/mca/event/libevent2022/libevent/test/regress_util.c 	tt_assert(i64 < 0);
i64               713 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	    pkgid = stat->value.i64;
i64               763 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	    coreid = stat->value.i64;
i64               104 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     int64_t i64;
i64               113 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     case sizeof(n.i64):
i64               114 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       *ret = n.i64;
i64               995 orte/mca/ras/slurm/ras_slurm_module.c     int64_t i64, *i64ptr;
i64              1044 orte/mca/ras/slurm/ras_slurm_module.c     i64ptr = &i64;
i64              1059 orte/mca/ras/slurm/ras_slurm_module.c             opal_asprintf(&tmp, "N=%ld", (long int)i64);
i64                47 orte/runtime/data_type_support/orte_dt_print_fns.c     int64_t *i64;
i64               101 orte/runtime/data_type_support/orte_dt_print_fns.c             i64 = (int64_t*)src;
i64               103 orte/runtime/data_type_support/orte_dt_print_fns.c                      (NULL == prefix) ? "" : prefix, type_name, (long) *i64);
i64               110 orte/test/system/orte_dfs.c     int64_t i64, length, offset, partition;
i64               190 orte/test/system/orte_dfs.c             i64 = 100; /* assign 100 bytes to this partition */
i64               191 orte/test/system/orte_dfs.c             opal_dss.pack(buf, &i64, 1, OPAL_INT64);
i64               192 orte/test/system/orte_dfs.c             i64 = i * 100;  /* space things out */
i64               193 orte/test/system/orte_dfs.c             opal_dss.pack(buf, &i64, 1, OPAL_INT64);
i64               194 orte/test/system/orte_dfs.c             i64 = i;  /* set the partition */
i64               195 orte/test/system/orte_dfs.c             opal_dss.pack(buf, &i64, 1, OPAL_INT64);