Lines Matching defs:self_matches
222 ebitmap_t src_matches, tgt_matches, self_matches;
235 ebitmap_init(&self_matches);
250 rc = ebitmap_and(&self_matches, &src_matches, &p->attr_type_map[k->target_type - 1]);
254 if (!ebitmap_is_empty(&self_matches)) {
255 rc = ebitmap_union(&tgt_matches, &self_matches);
290 ebitmap_destroy(&self_matches);
382 ebitmap_t src_matches, tgt_matches, self_matches;
390 ebitmap_init(&self_matches);
408 rc = ebitmap_and(&self_matches, &src_matches, &p->attr_type_map[k->target_type - 1]);
412 if (!ebitmap_is_empty(&self_matches)) {
413 rc = ebitmap_union(&tgt_matches, &self_matches);
441 ebitmap_destroy(&self_matches);