got                36 opal/mca/btl/usnic/btl_usnic_test.h #  define check_int_eq(got, expected)                                   \
got                38 opal/mca/btl/usnic/btl_usnic_test.h         if ((got) != (expected)) {                                      \
got                40 opal/mca/btl/usnic/btl_usnic_test.h                      __func__, __LINE__, #got, #expected, (got));       \
got                46 opal/mca/btl/usnic/btl_usnic_test.h #  define check_err_code(got, expected)                                 \
got                47 opal/mca/btl/usnic/btl_usnic_test.h     check_int_eq(got, expected)
got              1016 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	struct be_conn_hostname_result *got = ctx;
got              1017 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	if (!got->what) {
got              1019 opal/mca/event/libevent2022/libevent/test/regress_dns.c 		got->what = what;
got              1024 opal/mca/event/libevent2022/libevent/test/regress_dns.c 				got->dnserr = r;
got              1036 opal/mca/event/libevent2022/libevent/test/regress_dns.c 			got->what, (int)what));
got                39 test/util/bipartite_graph.c #  define check_int_eq(got, expected)                                   \
got                41 test/util/bipartite_graph.c         if ((got) != (expected)) {                                      \
got                43 test/util/bipartite_graph.c                      __func__, __LINE__, #got, #expected, (got));       \
got                49 test/util/bipartite_graph.c #  define check_err_code(got, expected)                                 \
got                50 test/util/bipartite_graph.c     check_int_eq(got, expected)