c1 20 ompi/mca/topo/treematch/treematch/tm_timings.h #define CLOCK_DIFF(c1,c2) \ c1 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) c1 33 ompi/mca/topo/treematch/treematch/tm_timings.h #define CLOCK_DIFF(c1,c2) \ c1 34 ompi/mca/topo/treematch/treematch/tm_timings.h ((double)(c1.time-c2.time)+(double)(c1.millitm-c2.millitm)/1e+3) c1 2046 opal/mca/event/libevent2022/libevent/evutil.c char c1, c2; c1 2048 opal/mca/event/libevent2022/libevent/evutil.c c1 = EVUTIL_TOLOWER(*s1++); c1 2050 opal/mca/event/libevent2022/libevent/evutil.c if (c1 < c2) c1 2052 opal/mca/event/libevent2022/libevent/evutil.c else if (c1 > c2) c1 2054 opal/mca/event/libevent2022/libevent/evutil.c else if (c1 == 0) c1 2060 opal/mca/event/libevent2022/libevent/evutil.c char c1, c2; c1 2062 opal/mca/event/libevent2022/libevent/evutil.c c1 = EVUTIL_TOLOWER(*s1++); c1 2064 opal/mca/event/libevent2022/libevent/evutil.c if (c1 < c2) c1 2066 opal/mca/event/libevent2022/libevent/evutil.c else if (c1 > c2) c1 2068 opal/mca/event/libevent2022/libevent/evutil.c else if (c1 == 0) c1 722 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c char *c1, *cc1, t1[64]; c1 725 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c hwloc_bitmap_asprintf(&c1, new->cpuset); c1 738 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c t1, c1, cc1); c1 754 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c free(c1); c1 373 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h char c1 = tolower(*s1), c2 = tolower(*s2); c1 374 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h if (!c1 || !c2 || c1 != c2) c1 375 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h return c1-c2; c1 46 test/threads/opal_condition.c clock_t c1, c2; c1 48 test/threads/opal_condition.c c1 = clock(); c1 56 test/threads/opal_condition.c fprintf(stderr, "thr1: time per iteration: %ld usec\n", (long)((c2 - c1) / TEST_COUNT)); c1 63 test/threads/opal_condition.c clock_t c1, c2; c1 65 test/threads/opal_condition.c c1 = clock(); c1 73 test/threads/opal_condition.c fprintf(stderr, "thr2: time per iteration: %ld usec\n", (long)((c2 - c1) / TEST_COUNT));