i32               651 opal/mca/event/libevent2022/libevent/test/regress_util.c 	ev_int32_t i32;
i32               667 opal/mca/event/libevent2022/libevent/test/regress_util.c 	tt_int_op(sizeof(i32), ==, 4);
i32               695 opal/mca/event/libevent2022/libevent/test/regress_util.c 	i32 = EV_INT32_MAX;
i32               697 opal/mca/event/libevent2022/libevent/test/regress_util.c 	tt_assert(i32 > 0);
i32               699 opal/mca/event/libevent2022/libevent/test/regress_util.c 	i32++;
i32               701 opal/mca/event/libevent2022/libevent/test/regress_util.c 	tt_assert(i32 == EV_INT32_MIN);
i32               702 opal/mca/event/libevent2022/libevent/test/regress_util.c 	tt_assert(i32 < 0);
i32               703 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	    pkgid = stat->value.i32;
i32               753 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	    coreid = stat->value.i32;
i32               103 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     int32_t i32;
i32               110 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     case sizeof(n.i32):
i32               111 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       *ret = n.i32;
i32               359 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c     int32_t i32, *i32ptr;
i32               564 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c         i32 = 0;
i32               565 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c         i32ptr = &i32;
i32               567 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c         ++i32;
i32               674 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c         i32 = 0;
i32               675 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c         i32ptr = &i32;
i32               677 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c         ++i32;
i32               809 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c     int32_t i32, *i32ptr;
i32               837 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c     i32 = 0;
i32               838 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c     i32ptr = &i32;
i32               844 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c                        i32, (1 == i32) ? "process returned\na non-zero exit code" :
i32               777 orte/mca/state/base/state_base_fns.c     int32_t i32, *i32ptr;
i32               814 orte/mca/state/base/state_base_fns.c     i32ptr = &i32;
i32               825 orte/mca/state/base/state_base_fns.c                     i32, (1 == i32) ? "process returned\na non-zero exit code." :
i32                46 orte/runtime/data_type_support/orte_dt_print_fns.c     int32_t *i32;
i32                89 orte/runtime/data_type_support/orte_dt_print_fns.c             i32 = (int32_t*)src;
i32                91 orte/runtime/data_type_support/orte_dt_print_fns.c                      (NULL == prefix) ? "" : prefix, type_name, (long) *i32);