Searched refs:dst_xor2 (Results 1 - 1 of 1) sorted by relevance
| /third_party/selinux/libsepol/tests/ |
| H A D | test-ebitmap.c | 976 ebitmap_t e1, e2, dst_cpy, dst_or, dst_and, dst_xor1, dst_xor2, dst_not1, dst_not2, dst_andnot; in test_ebitmap__random_impl() local 996 CU_ASSERT_EQUAL(ebitmap_xor(&dst_xor2, &dst_xor1, &e2), 0); in test_ebitmap__random_impl() 997 CU_ASSERT(ebitmap_cmp(&dst_xor2, &e1)); in test_ebitmap__random_impl() 1012 ebitmap_destroy(&dst_xor2); in test_ebitmap__random_impl()
|
Completed in 2 milliseconds