c2 20 ompi/mca/topo/treematch/treematch/tm_timings.h #define CLOCK_DIFF(c1,c2) \ c2 21 ompi/mca/topo/treematch/treematch/tm_timings.h ((double)(c1.tv_sec-c2.tv_sec)+(double)(c1.tv_usec-c2.tv_usec)/1e+6) c2 33 ompi/mca/topo/treematch/treematch/tm_timings.h #define CLOCK_DIFF(c1,c2) \ c2 34 ompi/mca/topo/treematch/treematch/tm_timings.h ((double)(c1.time-c2.time)+(double)(c1.millitm-c2.millitm)/1e+3) c2 188 ompi/mpiext/affinity/c/mpiext_affinity_str.c hwloc_obj_t socket, core, c2; c2 239 ompi/mpiext/affinity/c/mpiext_affinity_str.c for (c2 = core; NULL != c2; c2 = c2->next_cousin) { c2 263 ompi/mpiext/affinity/c/mpiext_affinity_str.c for (c2 = core; NULL != c2; c2 = c2->next_cousin) { c2 2046 opal/mca/event/libevent2022/libevent/evutil.c char c1, c2; c2 2049 opal/mca/event/libevent2022/libevent/evutil.c c2 = EVUTIL_TOLOWER(*s2++); c2 2050 opal/mca/event/libevent2022/libevent/evutil.c if (c1 < c2) c2 2052 opal/mca/event/libevent2022/libevent/evutil.c else if (c1 > c2) c2 2060 opal/mca/event/libevent2022/libevent/evutil.c char c1, c2; c2 2063 opal/mca/event/libevent2022/libevent/evutil.c c2 = EVUTIL_TOLOWER(*s2++); c2 2064 opal/mca/event/libevent2022/libevent/evutil.c if (c1 < c2) c2 2066 opal/mca/event/libevent2022/libevent/evutil.c else if (c1 > c2) c2 723 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c char *c2 = NULL, *cc2 = NULL, t2[64]; c2 730 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c hwloc_bitmap_asprintf(&c2, old->cpuset); c2 740 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c t2, c2 ? c2 : "none", cc2 ? cc2 : "none"); c2 756 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c free(c2); c2 373 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h char c1 = tolower(*s1), c2 = tolower(*s2); c2 374 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h if (!c1 || !c2 || c1 != c2) c2 375 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h return c1-c2; c2 48 orte/mca/oob/base/oob_base_select.c mca_base_component_list_item_t *cli, *cmp, *c2; c2 104 orte/mca/oob/base/oob_base_select.c c2 = OBJ_NEW(mca_base_component_list_item_t); c2 105 orte/mca/oob/base/oob_base_select.c c2->cli_component = (mca_base_component_t*)component; c2 106 orte/mca/oob/base/oob_base_select.c opal_list_append(&orte_oob_base.actives, &c2->super); c2 119 orte/mca/oob/base/oob_base_select.c c2 = OBJ_NEW(mca_base_component_list_item_t); c2 120 orte/mca/oob/base/oob_base_select.c c2->cli_component = (mca_base_component_t*)component; c2 122 orte/mca/oob/base/oob_base_select.c &cmp->super, &c2->super); c2 130 orte/mca/oob/base/oob_base_select.c c2 = OBJ_NEW(mca_base_component_list_item_t); c2 131 orte/mca/oob/base/oob_base_select.c c2->cli_component = (mca_base_component_t*)component; c2 132 orte/mca/oob/base/oob_base_select.c opal_list_append(&orte_oob_base.actives, &c2->super); c2 39 orte/test/system/opal-evpri-test.c orte_state_caddy_t *c2; c2 45 orte/test/system/opal-evpri-test.c c2 = OBJ_NEW(orte_state_caddy_t); c2 46 orte/test/system/opal-evpri-test.c opal_event_set(orte_event_base, &c2->ev, -1, OPAL_EV_READ, t1func, c2); c2 47 orte/test/system/opal-evpri-test.c opal_event_set_priority(&c2->ev, ORTE_SYS_PRI); c2 51 orte/test/system/opal-evpri-test.c opal_event_active(&c2->ev, OPAL_EV_WRITE, 1); c2 46 test/threads/opal_condition.c clock_t c1, c2; c2 54 test/threads/opal_condition.c c2 = clock(); c2 56 test/threads/opal_condition.c fprintf(stderr, "thr1: time per iteration: %ld usec\n", (long)((c2 - c1) / TEST_COUNT)); c2 63 test/threads/opal_condition.c clock_t c1, c2; c2 71 test/threads/opal_condition.c c2 = clock(); c2 73 test/threads/opal_condition.c fprintf(stderr, "thr2: time per iteration: %ld usec\n", (long)((c2 - c1) / TEST_COUNT));