Lines Matching refs:assert_ptr_eq
65 assert_ptr_eq((void *)ks, (void *)k.s, "Key mismatch, i=%zu", in TEST_BEGIN()
67 assert_ptr_eq((void *)vs, (void *)v.s, "Value mismatch, i=%zu", in TEST_BEGIN()
91 assert_ptr_eq((void *)ks, (void *)k.s, "Key mismatch, i=%zu", in TEST_BEGIN()
93 assert_ptr_eq((void *)vs, (void *)v.s, "Value mismatch, i=%zu", in TEST_BEGIN()
132 assert_ptr_eq(p[j], q, "Key pointer mismatch"); in TEST_BEGIN()
133 assert_ptr_eq(p[j], r, "Value pointer mismatch"); in TEST_BEGIN()
145 assert_ptr_eq(p[j], q, "Key pointer mismatch"); in TEST_BEGIN()
146 assert_ptr_eq(p[j], r, "Value pointer mismatch"); in TEST_BEGIN()
162 assert_ptr_eq(q, r, "Key and val not equal"); in TEST_BEGIN()
188 assert_ptr_eq(p[i], q, "Key pointer mismatch"); in TEST_BEGIN()
189 assert_ptr_eq(p[i], r, "Value pointer mismatch"); in TEST_BEGIN()