Home
last modified time | relevance | path

Searched refs:ds_htable_xor (Results 1 – 4 of 4) sorted by relevance

/ext-ds/src/ds/
H A Dds_htable.h208 ds_htable_t *ds_htable_xor(ds_htable_t *table, ds_htable_t *other);
H A Dds_map.c229 return ds_map_ex(ds_htable_xor(map->table, other->table)); in ds_map_xor()
H A Dds_set.c210 return ds_set_ex(ds_htable_xor(set->table, other->table)); in ds_set_xor()
H A Dds_htable.c1062 ds_htable_t *ds_htable_xor(ds_htable_t *table, ds_htable_t *other) in ds_htable_xor() function

Completed in 10 milliseconds