Home
last modified time | relevance | path

Searched defs:graph (Results 26 - 50 of 217) sorted by relevance

123456789

/kernel/linux/linux-6.6/arch/csky/kernel/
H A Dperf_callchain.c27 int graph = 0; in unwind_frame_kernel() local
/kernel/linux/linux-5.10/sound/soc/generic/
H A DMakefile
/third_party/ffmpeg/libavfilter/
H A Dpthread.c36 AVFilterGraph *graph; member
83 int ff_graph_thread_init(AVFilterGraph *graph) in ff_graph_thread_init() argument
110 ff_graph_thread_free(AVFilterGraph *graph) ff_graph_thread_free() argument
[all...]
H A Dgraphdump.c65 static void avfilter_graph_dump_to_buf(AVBPrint *buf, AVFilterGraph *graph) in avfilter_graph_dump_to_buf() argument
157 char *avfilter_graph_dump(AVFilterGraph *graph, const char *options) in avfilter_graph_dump() argument
/third_party/node/src/
H A Dmemory_tracker.h257 inline v8::EmbedderGraph* graph() { return graph_; } in graph() function in node::MemoryTracker
260 MemoryTracker(v8::Isolate* isolate, v8::EmbedderGraph* graph) MemoryTracker() argument
/third_party/node/deps/v8/src/compiler/
H A Dcommon-operator-reducer.h56 Graph* graph() const { return graph_; } in graph() function in v8::internal::compiler::final
H A Dcompiler-source-position-table.cc27 SourcePositionTable::SourcePositionTable(Graph* graph) in SourcePositionTable() argument
H A Dbranch-condition-duplicator.cc102 BranchConditionDuplicator::BranchConditionDuplicator(Zone* zone, Graph* graph) in BranchConditionDuplicator() argument
H A Dmachine-graph.h25 MachineGraph(Graph* graph, CommonOperatorBuilder* common, in MachineGraph() argument
80 Graph* graph() const { return graph_; } in graph() function in v8::internal::compiler::MachineGraph
H A Dnode-origin-table.cc41 NodeOriginTable::NodeOriginTable(Graph* graph) in NodeOriginTable() argument
H A Dtype-narrowing-reducer.cc80 Graph* TypeNarrowingReducer::graph() const { return jsgraph()->graph(); } in graph() function in v8::internal::compiler::TypeNarrowingReducer
H A Dtyper.h47 Graph* graph() const { return graph_; } in graph() function in v8::internal::compiler::Typer
H A Dcontrol-flow-optimizer.h43 Graph* graph() const { return graph_; } in graph() function in v8::internal::compiler::final
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-vreg-allocator.h29 void PreProcessGraph(MaglevCompilationUnit*, Graph* graph) {} in PreProcessGraph() argument
30 void PostProcessGraph(MaglevCompilationUnit*, Graph* graph) { in PostProcessGraph() argument
H A Dmaglev-graph-printer.h32 void PostProcessGraph(MaglevCompilationUnit*, Graph* graph) {} in PostProcessGraph() argument
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DRangeTreeConverter.java58 private final MutableValueGraph<Node, SimpleEdge> graph field in RangeTreeConverter.NfaVisitor
[all...]
H A DTrailingPathOptimizer.java51 public static ValueGraph<Node, SimpleEdge> optimize(ValueGraph<Node, SimpleEdge> graph) { in optimize() argument
[all...]
/third_party/skia/tests/
H A DGrRenderTaskClusterTest.cpp35 static void create_graph0(SkTArray<sk_sp<GrMockRenderTask>>* graph, in create_graph0() argument
55 create_graph1(SkTArray<sk_sp<GrMockRenderTask>>* graph, SkTArray<sk_sp<GrMockRenderTask>>* expected) create_graph1() argument
79 create_graph2(SkTArray<sk_sp<GrMockRenderTask>>* graph, SkTArray<sk_sp<GrMockRenderTask>>* expected) create_graph2() argument
102 create_graph3(SkTArray<sk_sp<GrMockRenderTask>>* graph, SkTArray<sk_sp<GrMockRenderTask>>* expected) create_graph3() argument
131 SkTArray<sk_sp<GrMockRenderTask>> graph; DEF_TEST() local
[all...]
/base/hiviewdfx/hiview/framework/native/unified_collection/graphic_memory/
H A Dgraphic_memory.cpp106 int32_t graph = 0; in GetGraphByPid() local
130 int32_t graph = GetGraphByPid(pid); in GetGraphicUsage() local
/foundation/distributeddatamgr/udmf/framework/common/
H A Dutd_cfgs_checker.cpp203 auto graph = UtdGraph::GetInstance().ConstructNewGraph(allTypeCfgs); in CanConstructDAG() local
H A Dutd_graph.cpp87 auto graph = std::make_unique<Graph>(descriptorsNum, typeIdIndex); in ConstructNewGraph() local
98 void UtdGraph::Update(std::unique_ptr<Graph> graph) in Update() argument
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Ddumpstack.c93 int graph = 0; in stack_reader_dump() local
55 print_ftrace_graph_addr(unsigned long addr, void *data, const struct stacktrace_ops *ops, struct thread_info *tinfo, int *graph) print_ftrace_graph_addr() argument
81 print_ftrace_graph_addr(unsigned long addr, void *data, const struct stacktrace_ops *ops, struct thread_info *tinfo, int *graph) print_ftrace_graph_addr() argument
/kernel/linux/linux-6.6/arch/sh/kernel/
H A Ddumpstack.c93 int graph = 0; in stack_reader_dump() local
55 print_ftrace_graph_addr(unsigned long addr, void *data, const struct stacktrace_ops *ops, struct thread_info *tinfo, int *graph) print_ftrace_graph_addr() argument
81 print_ftrace_graph_addr(unsigned long addr, void *data, const struct stacktrace_ops *ops, struct thread_info *tinfo, int *graph) print_ftrace_graph_addr() argument
/third_party/ffmpeg/tools/
H A Dgraph2dot.c53 static void print_digraph(FILE *outfile, AVFilterGraph *graph) in print_digraph() argument
115 AVFilterGraph *graph = NULL; in main() local
[all...]
H A Duncoded_frame.c17 static int create_sink(Stream *st, AVFilterGraph *graph, in create_sink() argument

Completed in 11 milliseconds

123456789