Lines Matching refs:assert_ptr_eq
67 assert_ptr_eq((void *)ks, (void *)k.s, "Key mismatch, i=%zu", in TEST_BEGIN()
69 assert_ptr_eq((void *)vs, (void *)v.s, "Value mismatch, i=%zu", in TEST_BEGIN()
93 assert_ptr_eq((void *)ks, (void *)k.s, "Key mismatch, i=%zu", in TEST_BEGIN()
95 assert_ptr_eq((void *)vs, (void *)v.s, "Value mismatch, i=%zu", in TEST_BEGIN()
135 assert_ptr_eq(p[j], q, "Key pointer mismatch"); in TEST_BEGIN()
136 assert_ptr_eq(p[j], r, "Value pointer mismatch"); in TEST_BEGIN()
148 assert_ptr_eq(p[j], q, "Key pointer mismatch"); in TEST_BEGIN()
149 assert_ptr_eq(p[j], r, "Value pointer mismatch"); in TEST_BEGIN()
165 assert_ptr_eq(q, r, "Key and val not equal"); in TEST_BEGIN()
189 assert_ptr_eq(p[i], q, "Key pointer mismatch"); in TEST_BEGIN()
190 assert_ptr_eq(p[i], r, "Value pointer mismatch"); in TEST_BEGIN()