Home
last modified time | relevance | path

Searched refs:dst_andnot (Results 1 - 1 of 1) sorted by relevance

/third_party/selinux/libsepol/tests/
H A Dtest-ebitmap.c976 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
1005 CU_ASSERT_EQUAL(ebitmap_andnot(&dst_andnot, &e1, &e2, length), 0); in test_ebitmap__random_impl()
1007 CU_ASSERT_EQUAL(ebitmap_get_bit(&dst_andnot, i), ebitmap_get_bit(&e1, i) & !ebitmap_get_bit(&e2, i)); in test_ebitmap__random_impl()
1009 ebitmap_destroy(&dst_andnot); in test_ebitmap__random_impl()

Completed in 2 milliseconds