_b 39 opal/datatype/opal_datatype_add.c #define LMAX(A,B) ({ ptrdiff_t _a = (A), _b = (B); (_a < _b ? _b : _a) }) _b 40 opal/datatype/opal_datatype_add.c #define LMIN(A,B) ({ ptrdiff_t _a = (A), _b = (B); (_a < _b ? _a : _b); }) _b 41 opal/datatype/opal_datatype_add.c #define IMAX(A,B) ({ int _a = (A), _b = (B); (_a < _b ? _b : _a); }) _b 1874 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c static int hwloc_memory_page_type_compare(const void *_a, const void *_b) _b 1877 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c const struct hwloc_memory_page_type_s *b = _b; _b 42 test/monitoring/test_overhead.c static int comp_double(const void*_a, const void*_b) _b 45 test/monitoring/test_overhead.c const double*b = _b;