Searched refs:ASSERT_U_INT_EQ (Results 1 – 3 of 3) sorted by relevance
71 ASSERT_U_INT_EQ(sshbuf_refcount(p1), 1); in sshbuf_fixed()76 ASSERT_U_INT_EQ(sshbuf_refcount(p1), 2); in sshbuf_fixed()96 ASSERT_U_INT_EQ(sshbuf_refcount(p1), 1); in sshbuf_fixed()
123 ASSERT_U_INT_EQ(l->status, expected_status); in check()124 ASSERT_U_INT_EQ(l->match, expected_match); in check()
122 #define ASSERT_U_INT_EQ(a1, a2) \ macro