Searched refs:UINT_SET (Results 1 – 4 of 4) sorted by relevance
39 typedef OSSL_LIST(uint_set) UINT_SET; typedef41 void ossl_uint_set_init(UINT_SET *s);42 void ossl_uint_set_destroy(UINT_SET *s);50 int ossl_uint_set_insert(UINT_SET *s, const UINT_RANGE *range);58 int ossl_uint_set_remove(UINT_SET *s, const UINT_RANGE *range);61 int ossl_uint_set_query(const UINT_SET *s, uint64_t v);
60 void ossl_uint_set_init(UINT_SET *s) in ossl_uint_set_init()65 void ossl_uint_set_destroy(UINT_SET *s) in ossl_uint_set_destroy()76 static void uint_set_merge_adjacent(UINT_SET *s, UINT_SET_ITEM *x) in uint_set_merge_adjacent()125 int ossl_uint_set_insert(UINT_SET *s, const UINT_RANGE *range) in ossl_uint_set_insert()258 int ossl_uint_set_remove(UINT_SET *s, const UINT_RANGE *range) in ossl_uint_set_remove()320 int ossl_uint_set_query(const UINT_SET *s, uint64_t v) in ossl_uint_set_query()
46 UINT_SET new_set, acked_set;
391 UINT_SET set;