reverse           145 opal/mca/event/libevent2022/libevent/sample/dns-example.c 	int reverse = 0, servertest = 0, use_getaddrinfo = 0;
reverse           157 opal/mca/event/libevent2022/libevent/sample/dns-example.c 			reverse = 1;
reverse           222 opal/mca/event/libevent2022/libevent/sample/dns-example.c 		if (reverse) {
reverse           386 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c 	int reverse = !!(flags & HWLOC_TOPOLOGY_DIFF_APPLY_REVERSE);
reverse           398 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c 			hwloc_uint64_t oldvalue = reverse ? obj_attr->diff.uint64.newvalue : obj_attr->diff.uint64.oldvalue;
reverse           399 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c 			hwloc_uint64_t newvalue = reverse ? obj_attr->diff.uint64.oldvalue : obj_attr->diff.uint64.newvalue;
reverse           414 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c 			const char *oldvalue = reverse ? obj_attr->diff.string.newvalue : obj_attr->diff.string.oldvalue;
reverse           415 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c 			const char *newvalue = reverse ? obj_attr->diff.string.oldvalue : obj_attr->diff.string.newvalue;
reverse           424 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c 			const char *oldvalue = reverse ? obj_attr->diff.string.newvalue : obj_attr->diff.string.oldvalue;
reverse           425 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c 			const char *newvalue = reverse ? obj_attr->diff.string.oldvalue : obj_attr->diff.string.newvalue;