Searched refs:ASSERT_U_INT_EQ (Results 1 – 3 of 3) sorted by relevance
72 ASSERT_U_INT_EQ(sshbuf_refcount(p1), 1); in sshbuf_fixed()77 ASSERT_U_INT_EQ(sshbuf_refcount(p1), 2); in sshbuf_fixed()97 ASSERT_U_INT_EQ(sshbuf_refcount(p1), 1); in sshbuf_fixed()
117 ASSERT_U_INT_EQ(l->status, expected_status); in check()118 ASSERT_U_INT_EQ(l->match, expected_match); in check()
114 #define ASSERT_U_INT_EQ(a1, a2) \ macro