Searched defs:siever_config_pool (Results 1 – 2 of 2) sorted by relevance
194 struct siever_config_pool { struct195 typedef std::pair<int, unsigned int> key_type;197 struct descent_hint : public siever_config {202 typedef std::map<key_type, descent_hint> hint_table_t;203 hint_table_t hints;205 descent_hint const * get_hint(int side, unsigned int bitsize) const { in get_hint()231 siever_config_pool(cxx_param_list& pl); argument233 double hint_expected_time(key_type const &K) const { in hint_expected_time()238 double hint_expected_success(key_type const &K) const { in hint_expected_success()
265 siever_config_pool::siever_config_pool(cxx_param_list & pl)/*{{{*/ in siever_config_pool() function in siever_config_pool