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