Searched refs:ds_htable_xor (Results 1 – 4 of 4) sorted by relevance
208 ds_htable_t *ds_htable_xor(ds_htable_t *table, ds_htable_t *other);
229 return ds_map_ex(ds_htable_xor(map->table, other->table)); in ds_map_xor()
210 return ds_set_ex(ds_htable_xor(set->table, other->table)); in ds_set_xor()
1062 ds_htable_t *ds_htable_xor(ds_htable_t *table, ds_htable_t *other) in ds_htable_xor() function
Completed in 12 milliseconds