Searched refs:ebitmap_xor (Results 1 – 3 of 3) sorted by relevance
87 extern int ebitmap_xor(ebitmap_t *dst, const ebitmap_t *e1, const ebitmap_t *e2);
89 int ebitmap_xor(ebitmap_t *dst, const ebitmap_t *e1, const ebitmap_t *e2) in ebitmap_xor() function148 rc = ebitmap_xor(&tmp, e1, e2); in ebitmap_hamming_distance()
1379 rc = ebitmap_xor(&tmp, &b1, &b2); in __cil_expr_to_bitmap()