/dports/converters/osm2pgsql/osm2pgsql-1.5.1/src/ |
H A D | dependency-manager.hpp | 62 virtual idlist_t get_pending_way_ids() { return {}; } in get_pending_way_ids() 68 virtual idlist_t get_pending_relation_ids() { return {}; } in get_pending_relation_ids() 100 idlist_t get_pending_way_ids() override in get_pending_way_ids() 105 idlist_t get_pending_relation_ids() override in get_pending_relation_ids() 111 static idlist_t get_ids(osmium::index::IdSetSmall<osmid_t> &tracker);
|
H A D | osmdata.cpp | 205 void process_ways(idlist_t &&list) in process_ways() 216 void process_relations(idlist_t &&list) in process_relations() 227 void process_relations_stage1c(idlist_t &&list) in process_relations_stage1c() 246 static osmid_t pop_id(idlist_t *queue, std::mutex *mutex) in pop_id() 266 static void run(std::shared_ptr<output_t> const &output, idlist_t *queue, in run() 276 static void print_stats(idlist_t *queue, std::mutex *mutex) in print_stats() 292 void process_queue(char const *type, idlist_t list, in process_queue()
|
H A D | middle.hpp | 116 virtual idlist_t get_ways_by_node(osmid_t) { return {}; } in get_ways_by_node() 117 virtual idlist_t get_rels_by_node(osmid_t) { return {}; } in get_rels_by_node() 118 virtual idlist_t get_rels_by_way(osmid_t) { return {}; } in get_rels_by_way()
|
H A D | pgsql-helper.cpp | 16 idlist_t get_ids_from_result(pg_result_t const &result) { in get_ids_from_result() 17 idlist_t ids; in get_ids_from_result() 28 idlist_t get_ids_from_db(pg_conn_t const *db_connection, char const *stmt, in get_ids_from_db()
|
H A D | pgsql-helper.hpp | 28 idlist_t get_ids_from_result(pg_result_t const &result); 30 idlist_t get_ids_from_db(pg_conn_t const *db_connection, char const *stmt,
|
H A D | dependency-manager.cpp | 44 idlist_t full_dependency_manager_t::get_ids(osmium::index::IdSetSmall<osmid_t> &tracker) in get_ids() 48 idlist_t list; in get_ids()
|
H A D | middle-pgsql.hpp | 89 idlist_t get_ways_by_node(osmid_t osm_id) override; 90 idlist_t get_rels_by_node(osmid_t osm_id) override; 91 idlist_t get_rels_by_way(osmid_t osm_id) override;
|
H A D | osmtypes.hpp | 242 struct idlist_t : public std::vector<osmid_t> struct 249 idlist_t() = default; 251 explicit idlist_t(osmium::NodeRefList const &list) in idlist_t() function
|
H A D | middle-pgsql.cpp | 367 idlist_t middle_pgsql_t::get_ways_by_node(osmid_t osm_id) in get_ways_by_node() 372 idlist_t middle_pgsql_t::get_rels_by_node(osmid_t osm_id) in get_rels_by_node() 377 idlist_t middle_pgsql_t::get_rels_by_way(osmid_t osm_id) in get_rels_by_way() 451 idlist_t const wayidspg = get_ids_from_result(res); in rel_members_get() 490 idlist_t parts[3]; in relation_set()
|
/dports/print/foomatic-db-engine/foomatic-db-engine-4.0.13/ |
H A D | foomatic-combo-xml.c | 69 struct idlist_t *next; /* pointer to next entry */ 70 } idlist_t; typedef 113 idlist_t /* O - pointer to the printer ID translation table */ 121 idlist_t *idlist = NULL, /* Pointer to ID list */ in loadidlist() 157 (idlist_t *)malloc(sizeof(idlist_t)); in loadidlist() 162 currentitem->next = (struct idlist_t *)newitem; in loadidlist() 197 idlist_t *idlist) { /* I - ID translation table */ in translateid() 198 idlist_t *currentitem = idlist; /* Pointer to current ID list item */ in translateid() 204 currentitem = (idlist_t *)(currentitem->next); in translateid() 235 idlist_t *idlist, /* I - ID translation table */ in parse() [all …]
|
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/tests/ |
H A D | test-middle.cpp | 150 idlist_t nds; 187 idlist_t const nds[] = {{4, 5, 13, 14, 342}, {45, 90}, {30, 3, 45}}; 966 idlist_t const way_ids = dependency_manager.get_pending_way_ids(); 995 idlist_t const way_ids = dependency_manager.get_pending_way_ids(); 1094 idlist_t const rel_ids = dependency_manager.get_pending_relation_ids(); 1113 idlist_t const way_ids = dependency_manager.get_pending_way_ids(); 1115 idlist_t const rel_ids = dependency_manager.get_pending_relation_ids();
|
H A D | common-buffer.hpp | 39 osmium::Way &add_way(osmid_t wid, idlist_t const &ids) in add_way()
|
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/openblas/xianyi-OpenBLAS-e6e87a2/ |
H A D | cpuid_x86.c | 59 } idlist_t; typedef 67 extern idlist_t idlist[];
|
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/GotoBLAS2/ |
H A D | cpuid_x86.c | 42 } idlist_t; typedef 50 extern idlist_t idlist[];
|
/dports/math/gotoblas/GotoBLAS2/ |
H A D | cpuid_x86.c | 59 } idlist_t; typedef 67 extern idlist_t idlist[];
|
/dports/math/openblas/OpenBLAS-0.3.18/ |
H A D | cpuid_x86.c | 125 } idlist_t; typedef 133 extern idlist_t idlist[];
|