Home
last modified time | relevance | path

Searched refs:nways (Results 1 – 25 of 45) sorted by relevance

12

/dports/astro/routino/routino-3.3.3/src/
H A Dosmxmlparse.c38 static uint64_t nnodes,nways,nrelations; variable
235 …s=%"PRIu64" Ways=%"PRIu64" Relations=%"PRIu64,ParseXML_LineNumber(),nnodes=0,nways=0,nrelations=0); in osmType_function()
250 …" Nodes=%"PRIu64" Ways=%"PRIu64" Relations=%"PRIu64,ParseXML_LineNumber(),nnodes,nways,nrelations); in osmType_function()
273 …s=%"PRIu64" Ways=%"PRIu64" Relations=%"PRIu64,ParseXML_LineNumber(),nnodes=0,nways=0,nrelations=0); in osmChangeType_function()
286 …" Nodes=%"PRIu64" Ways=%"PRIu64" Relations=%"PRIu64,ParseXML_LineNumber(),nnodes,nways,nrelations); in osmChangeType_function()
425 …" Nodes=%"PRIu64" Ways=%"PRIu64" Relations=%"PRIu64,ParseXML_LineNumber(),nnodes,nways,nrelations); in nodeType_function()
472 nways++; in wayType_function()
474 if(!(nways%1000)) in wayType_function()
475 …" Nodes=%"PRIu64" Ways=%"PRIu64" Relations=%"PRIu64,ParseXML_LineNumber(),nnodes,nways,nrelations); in wayType_function()
662 nnodes=0,nways=0,nrelations=0; in ParseOSMFile()
[all …]
H A Dosmo5mparse.c71 static uint64_t nnodes=0,nways=0,nrelations=0; variable
298 nnodes=0,nways=0,nrelations=0; in ParseO5M()
477 … Bytes=%"PRIu64" Nodes=%"PRIu64" Ways=%"PRIu64" Relations=%"PRIu64,byteno,nnodes,nways,nrelations); in ParseO5M()
522 … Bytes=%"PRIu64" Nodes=%"PRIu64" Ways=%"PRIu64" Relations=%"PRIu64,byteno,nnodes,nways,nrelations); in process_node()
585 nways++; in process_way()
587 if(!(nways%1000)) in process_way()
588 … Bytes=%"PRIu64" Nodes=%"PRIu64" Ways=%"PRIu64" Relations=%"PRIu64,byteno,nnodes,nways,nrelations); in process_way()
667 … Bytes=%"PRIu64" Nodes=%"PRIu64" Ways=%"PRIu64" Relations=%"PRIu64,byteno,nnodes,nways,nrelations); in process_relation()
H A Dosmpbfparse.c135 static uint64_t nnodes,nways,nrelations; variable
381 nnodes=0,nways=0,nrelations=0; in ParsePBF()
677 … Bytes=%"PRIu64" Nodes=%"PRIu64" Ways=%"PRIu64" Relations=%"PRIu64,byteno,nnodes,nways,nrelations); in ParsePBF()
841 … Bytes=%"PRIu64" Nodes=%"PRIu64" Ways=%"PRIu64" Relations=%"PRIu64,byteno,nnodes,nways,nrelations); in process_nodes()
930 … Bytes=%"PRIu64" Nodes=%"PRIu64" Ways=%"PRIu64" Relations=%"PRIu64,byteno,nnodes,nways,nrelations); in process_dense_nodes()
1010 nways++; in process_ways()
1012 if(!(nways%1000)) in process_ways()
1013 … Bytes=%"PRIu64" Nodes=%"PRIu64" Ways=%"PRIu64" Relations=%"PRIu64,byteno,nnodes,nways,nrelations); in process_ways()
1117 … Bytes=%"PRIu64" Nodes=%"PRIu64" Ways=%"PRIu64" Relations=%"PRIu64,byteno,nnodes,nways,nrelations); in process_relations()
H A Drelationsx.h110 way_t *ways,int nways,
H A Derrorlogx.c210 int ncoords=0,nnodes=0,nways=0,nrelations=0; in ProcessErrorLogs() local
224 nways++; in ProcessErrorLogs()
229 if(nways==0 && nrelations==0) /* only nodes */ in ProcessErrorLogs()
233 else if(nways) /* no good nodes, possibly some good ways */ in ProcessErrorLogs()
H A Drelationsx.c225 way_t *ways,int nways, in AppendRouteRelationList() argument
238 …longsize=sizeof(RouteRelX)+1*sizeof(node_t)+(nways+1)*sizeof(way_t)+(nrelations+1)*sizeof(relation… in AppendRouteRelationList()
249 WriteFileBuffered(relationsx->rrfd,ways ,nways*sizeof(way_t)); in AppendRouteRelationList()
/dports/astro/routino/routino-3.3.3/extras/tagmodifier/
H A Dtagmodifier.c41 static uint64_t nnodes,nways,nrelations; variable
267 …" Nodes=%"PRIu64" Ways=%"PRIu64" Relations=%"PRIu64,ParseXML_LineNumber(),nnodes,nways,nrelations); in nodeType_function()
386 nways++; in wayType_function()
388 if(!(nways%1000)) in wayType_function()
389 …" Nodes=%"PRIu64" Ways=%"PRIu64" Relations=%"PRIu64,ParseXML_LineNumber(),nnodes,nways,nrelations); in wayType_function()
461 …" Nodes=%"PRIu64" Ways=%"PRIu64" Relations=%"PRIu64,ParseXML_LineNumber(),nnodes,nways,nrelations); in relationType_function()
638 nways=0; in main()
647 …" Nodes=%"PRIu64" Ways=%"PRIu64" Relations=%"PRIu64,ParseXML_LineNumber(),nnodes,nways,nrelations); in main()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/board/openrisc/openrisc-generic/
H A Dor1ksim.cfg144 nways = <value>
166 nways = 1
185 nways = <value>
207 nways = 1
226 nways = <value>
245 nways = 1
264 nways = <value>
289 nways = 1
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/lwip/arch/gc/netif/
H A Dgcif.c472 u8 nways = 0; in __linkstate() local
474 nways = bba_in8(BBA_NWAYS); in __linkstate()
475 priv->linkstate = nways; in __linkstate()
476 if(nways&BBA_NWAYS_LS10 || nways&BBA_NWAYS_LS100) return nways; in __linkstate()
/dports/astro/routino/routino-3.3.3/python/src/
H A Ddatabase.cc113 nways = database->ways->file.number; in PythonDatabase()
319 return new PythonDatabaseIter<PythonWay>(this,nways); in Ways()
H A Ddatabase.hh87 index_t nways; /*+ The number of ways in the database. +*/ member in PythonDatabase
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/libdb/uIP/
H A Dbba.c364 u8 nways = 0; in __linkstate() local
366 nways = bba_in8(BBA_NWAYS); in __linkstate()
367 if(nways&BBA_NWAYS_LS10 || nways&BBA_NWAYS_LS100) return 1; in __linkstate()
/dports/devel/stlink/stlink-1.7.0/src/st-util/
H A Dgdb-server.c908 unsigned int nways; member
944 desc->nways = ((ccsidr >> 3) & 0x1ff) + 1; in read_cache_level_desc()
945 desc->log2_nways = ceil_log2 (desc->nways); in read_cache_level_desc()
949 ccsidr, 4 << (ccsidr & 7), desc->nways, desc->nsets, desc->width); in read_cache_level_desc()
1012 for (way = 0; way < desc->nways; way++) { in cache_flush()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/xtensa/
H A Dhelper.c346 for (wi = 0; wi < tlb->nways; ++wi) { in reset_tlb_mmu_all_ways()
463 for (wi = 0; wi < tlb->nways; ++wi) { in xtensa_tlb_lookup()
738 for (wi = 0; wi < conf->nways; ++wi) { in dump_tlb()
H A Doverlay_tool.h306 .nways = ways, \
339 .nways = 1, \
/dports/emulators/qemu-utils/qemu-4.2.1/target/xtensa/
H A Doverlay_tool.h320 .nways = ways, \
353 .nways = 1, \
H A Dmmu_helper.c326 for (wi = 0; wi < tlb->nways; ++wi) { in reset_tlb_mmu_all_ways()
458 for (wi = 0; wi < tlb->nways; ++wi) { in xtensa_tlb_lookup()
1066 for (wi = 0; wi < conf->nways; ++wi) { in dump_tlb()
/dports/emulators/qemu42/qemu-4.2.1/target/xtensa/
H A Doverlay_tool.h320 .nways = ways, \
353 .nways = 1, \
/dports/emulators/qemu5/qemu-5.2.0/target/xtensa/
H A Doverlay_tool.h348 .nways = ways, \
381 .nways = 1, \
H A Dmmu_helper.c327 for (wi = 0; wi < tlb->nways; ++wi) { in reset_tlb_mmu_all_ways()
459 for (wi = 0; wi < tlb->nways; ++wi) { in xtensa_tlb_lookup()
1067 for (wi = 0; wi < conf->nways; ++wi) { in dump_tlb()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/xtensa/
H A Doverlay_tool.h320 .nways = ways, \
353 .nways = 1, \
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/xtensa/
H A Doverlay_tool.h320 .nways = ways, \
353 .nways = 1, \
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/xtensa/
H A Doverlay_tool.h348 .nways = ways, \
381 .nways = 1, \
/dports/emulators/qemu/qemu-6.2.0/target/xtensa/
H A Doverlay_tool.h348 .nways = ways, \
381 .nways = 1, \
/dports/emulators/qemu60/qemu-6.0.0/target/xtensa/
H A Doverlay_tool.h348 .nways = ways, \
381 .nways = 1, \

12