Home
last modified time | relevance | path

Searched refs:writeGraph (Results 1 – 25 of 138) sorted by relevance

123456

/dports/emulators/stella/stella-6.6/src/emucore/
H A DCartMVC.cxx792 void writeGraph(uInt16 address) { in writeGraph() function in MovieCart
1106 writeGraph(addr_set_gdata5 + 1); in fill_addr_right_line()
1107 writeGraph(addr_set_gdata6 + 1); in fill_addr_right_line()
1108 writeGraph(addr_set_gdata7 + 1); in fill_addr_right_line()
1109 writeGraph(addr_set_gdata8 + 1); in fill_addr_right_line()
1110 writeGraph(addr_set_gdata9 + 1); in fill_addr_right_line()
1147 writeGraph(addr_set_gdata0 + 1); in fill_addr_left_line()
1148 writeGraph(addr_set_gdata1 + 1); in fill_addr_left_line()
1149 writeGraph(addr_set_gdata2 + 1); in fill_addr_left_line()
1150 writeGraph(addr_set_gdata3 + 1); in fill_addr_left_line()
[all …]
/dports/math/ogdf/OGDF/src/ogdf/fileformats/
H A DGraphIO_dl.cpp99 static bool writeGraph( in writeGraph() function
166 return writeGraph(os, G, nullptr); in writeDL()
172 return writeGraph(os, GA.constGraph(), &GA); in writeDL()
H A DGraphIO_tlp.cpp286 static void writeGraph( in writeGraph() function
334 tlp::writeGraph(os, G, nullptr, nullptr); in writeTLP()
346 tlp::writeGraph(os, GA.constGraph(), nullptr, &GA); in writeTLP()
358 tlp::writeGraph(os, C.constGraph(), &C, nullptr); in writeTLP()
370 tlp::writeGraph(os, CA.constGraph(), &CA.constClusterGraph(), &CA); in writeTLP()
H A DGraphIO_gdf.cpp208 static void writeGraph( in writeGraph() function
239 gdf::writeGraph(os, G, nullptr); in writeGDF()
251 gdf::writeGraph(os, GA.constGraph(), &GA); in writeGDF()
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Ddotlegendgraph.cpp26 void DotLegendGraph::writeGraph(const QCString &path) in writeGraph() function in DotLegendGraph
29 DotGraph::writeGraph(ts, GOF_BITMAP, EOF_Html, path, "", "", FALSE, 0); in writeGraph()
H A Ddotlegendgraph.h25 void writeGraph(const QCString &path);
H A Ddotcallgraph.cpp183 QCString DotCallGraph::writeGraph( in writeGraph() function in DotCallGraph
192 …return DotGraph::writeGraph(out, graphFormat, textFormat, path, fileName, relPath, generateImageMa… in writeGraph()
/dports/games/gtkradiant/GPL/GtkRadiant/plugins/mapq3/
H A Dplugin.cpp136 …void writeGraph(scene::Node& root, GraphTraversalFunc traverse, TextOutputStream& outputStream) co… in writeGraph() function in MapDoom3API
219 …void writeGraph(scene::Node& root, GraphTraversalFunc traverse, TextOutputStream& outputStream) co… in writeGraph() function in MapQuake4API
310 …void writeGraph(scene::Node& root, GraphTraversalFunc traverse, TextOutputStream& outputStream) co… in writeGraph() function in MapQ3API
360 …void writeGraph(scene::Node& root, GraphTraversalFunc traverse, TextOutputStream& outputStream) co… in writeGraph() function in MapQ1API
410 …void writeGraph(scene::Node& root, GraphTraversalFunc traverse, TextOutputStream& outputStream) co… in writeGraph() function in MapHalfLifeAPI
459 …void writeGraph(scene::Node& root, GraphTraversalFunc traverse, TextOutputStream& outputStream) co… in writeGraph() function in MapQ2API
636 …void writeGraph(scene::Node& root, GraphTraversalFunc traverse, TextOutputStream& outputStream) co… in writeGraph() function in MapVMFAPI
/dports/games/netradiant/netradiant-20150621-src/plugins/mapq3/
H A Dplugin.cpp121 void writeGraph( scene::Node& root, GraphTraversalFunc traverse, TextOutputStream& outputStream ) c… in writeGraph() function in MapDoom3API
192 void writeGraph( scene::Node& root, GraphTraversalFunc traverse, TextOutputStream& outputStream ) c… in writeGraph() function in MapQuake4API
290 void writeGraph( scene::Node& root, GraphTraversalFunc traverse, TextOutputStream& outputStream ) c… in writeGraph() function in MapQ3API
333 void writeGraph( scene::Node& root, GraphTraversalFunc traverse, TextOutputStream& outputStream ) c… in writeGraph() function in MapQ1API
376 void writeGraph( scene::Node& root, GraphTraversalFunc traverse, TextOutputStream& outputStream ) c… in writeGraph() function in MapHalfLifeAPI
418 void writeGraph( scene::Node& root, GraphTraversalFunc traverse, TextOutputStream& outputStream ) c… in writeGraph() function in MapQ2API
577 void writeGraph( scene::Node& root, GraphTraversalFunc traverse, TextOutputStream& outputStream ) c… in writeGraph() function in MapVMFAPI
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Transforms/
H A DViewRegionGraph.cpp52 raw_ostream &mlir::writeGraph(raw_ostream &os, Region &region, bool shortNames, in writeGraph() function in mlir
68 mlir::writeGraph(os, getFunction().getBody(), shortNames, title); in runOnFunction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Transforms/
H A DViewRegionGraph.cpp52 raw_ostream &mlir::writeGraph(raw_ostream &os, Region &region, bool shortNames, in writeGraph() function in mlir
68 mlir::writeGraph(os, getFunction().getBody(), shortNames, title); in runOnFunction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Transforms/
H A DViewRegionGraph.cpp52 raw_ostream &mlir::writeGraph(raw_ostream &os, Region &region, bool shortNames, in writeGraph() function in mlir
68 mlir::writeGraph(os, getFunction().getBody(), shortNames, title); in runOnFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Transforms/
H A DViewRegionGraph.cpp52 raw_ostream &mlir::writeGraph(raw_ostream &os, Region &region, bool shortNames, in writeGraph() function in mlir
68 mlir::writeGraph(os, getFunction().getBody(), shortNames, title); in runOnFunction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Transforms/
H A DViewRegionGraph.cpp52 raw_ostream &mlir::writeGraph(raw_ostream &os, Region &region, bool shortNames, in writeGraph() function in mlir
68 mlir::writeGraph(os, getFunction().getBody(), shortNames, title); in runOnFunction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Transforms/
H A DViewRegionGraph.cpp52 raw_ostream &mlir::writeGraph(raw_ostream &os, Region &region, bool shortNames, in writeGraph() function in mlir
68 mlir::writeGraph(os, getFunction().getBody(), shortNames, title); in runOnFunction()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Transforms/
H A DViewRegionGraph.cpp52 raw_ostream &mlir::writeGraph(raw_ostream &os, Region &region, bool shortNames, in writeGraph() function in mlir
68 mlir::writeGraph(os, getFunction().getBody(), shortNames, title); in runOnFunction()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Transforms/
H A DViewRegionGraph.cpp52 raw_ostream &mlir::writeGraph(raw_ostream &os, Region &region, bool shortNames, in writeGraph() function in mlir
68 mlir::writeGraph(os, getFunction().getBody(), shortNames, title); in runOnFunction()
/dports/devel/datadraw/datadraw3.1.1/examples/extension/
H A Dcolor.c93 static void writeGraph( in writeGraph() function
140 writeGraph(graph); in main()
/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/graphs/
H A DwriteGraph.m28 function writeGraph(nodes, edges, fileName) function
31 % writeGraph(NODES, EDGES, FILENAME)
37 % writeGraph(nodes, edges, 'simpleGraph.txt');
/dports/www/larbin/larbin-2.6.3/src/utils/
H A Dwebserver.cc249 #define writeGraph(fds) ((void) 0) macro
251 static void writeGraph (int fds) { in writeGraph() function
385 writeGraph(fds); in manageAns()
392 writeGraph(fds); in manageAns()
399 writeGraph(fds); in manageAns()
/dports/math/ogdf/OGDF/test/src/basic/
H A Dfileformats.cpp383 Graph writeGraph; in describeIssueHandling() local
384 emptyGraph(writeGraph, minSize); in describeIssueHandling()
425 Graph writeGraph; in describeIssueHandling() local
426 emptyGraph(writeGraph, 10); in describeIssueHandling()
427 ClusterGraph writeCG(writeGraph); in describeIssueHandling()
1011 EdgeWeightedGraph<T> writeGraph; in describeSTPasInstanceFormat() local
1171 Graph writeGraph; in describeDMFasInstanceFormat() local
1172 EdgeArray<T> writeWeights(writeGraph, 42); in describeDMFasInstanceFormat()
1173 completeGraph(writeGraph, 3); in describeDMFasInstanceFormat()
1174 node source = writeGraph.firstNode(); in describeDMFasInstanceFormat()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/Transforms/
H A DViewOpGraph.h31 raw_ostream &writeGraph(raw_ostream &os, Block &block, bool shortNames = false,
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/Transforms/
H A DViewOpGraph.h31 raw_ostream &writeGraph(raw_ostream &os, Block &block, bool shortNames = false,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/include/mlir/Transforms/
H A DViewOpGraph.h31 raw_ostream &writeGraph(raw_ostream &os, Block &block, bool shortNames = false,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/Transforms/
H A DViewOpGraph.h31 raw_ostream &writeGraph(raw_ostream &os, Block &block, bool shortNames = false,

123456