Home
last modified time | relevance | path

Searched defs:graph (Results 1 – 25 of 48) sorted by relevance

12

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dgraphds.h47 struct graph struct
54 struct graph *new_graph (int); argument
H A Dshortest-paths.h64 shortest_paths<GraphTraits, Path_t>::shortest_paths (const graph_t &graph, in shortest_paths()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dgraphds.h47 struct graph struct
54 struct graph *new_graph (int); argument
H A Dshortest-paths.h64 shortest_paths<GraphTraits, Path_t>::shortest_paths (const graph_t &graph, in shortest_paths()
/OK3568_Linux_fs/kernel/drivers/media/mc/
H A Dmc-entity.c241 static void stack_push(struct media_graph *graph, in stack_push()
253 static struct media_entity *stack_pop(struct media_graph *graph) in stack_pop()
278 struct media_graph *graph, struct media_device *mdev) in media_graph_walk_init()
288 void media_graph_walk_cleanup(struct media_graph *graph) in media_graph_walk_cleanup()
294 void media_graph_walk_start(struct media_graph *graph, in media_graph_walk_start()
308 static void media_graph_walk_iter(struct media_graph *graph) in media_graph_walk_iter()
345 struct media_entity *media_graph_walk_next(struct media_graph *graph) in media_graph_walk_next()
411 struct media_graph *graph = &pipe->graph; in __media_pipeline_start() local
547 struct media_graph *graph = &entity->pipe->graph; in __media_pipeline_stop() local
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Ddumpstack.c57 struct thread_info *tinfo, int *graph) in print_ftrace_graph_addr()
83 struct thread_info *tinfo, int *graph) in print_ftrace_graph_addr()
93 int graph = 0; in stack_reader_dump() local
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_sched_wakeup.c233 static int register_wakeup_function(struct trace_array *tr, int graph, int set) in register_wakeup_function()
252 static void unregister_wakeup_function(struct trace_array *tr, int graph) in unregister_wakeup_function()
277 static int register_wakeup_function(struct trace_array *tr, int graph, int set) in register_wakeup_function()
281 static void unregister_wakeup_function(struct trace_array *tr, int graph) { } in unregister_wakeup_function()
329 static int start_func_tracer(struct trace_array *tr, int graph) in start_func_tracer()
343 static void stop_func_tracer(struct trace_array *tr, int graph) in stop_func_tracer()
H A Dtrace_irqsoff.c462 static int register_irqsoff_function(struct trace_array *tr, int graph, int set) in register_irqsoff_function()
481 static void unregister_irqsoff_function(struct trace_array *tr, int graph) in unregister_irqsoff_function()
506 static int register_irqsoff_function(struct trace_array *tr, int graph, int set) in register_irqsoff_function()
510 static void unregister_irqsoff_function(struct trace_array *tr, int graph) { } in unregister_irqsoff_function()
532 static int start_irqsoff_tracer(struct trace_array *tr, int graph) in start_irqsoff_tracer()
546 static void stop_irqsoff_tracer(struct trace_array *tr, int graph) in stop_irqsoff_tracer()
/OK3568_Linux_fs/kernel/lib/
H A Dobjagg.c710 static int objagg_tmp_graph_edge_index(struct objagg_tmp_graph *graph, in objagg_tmp_graph_edge_index()
716 static void objagg_tmp_graph_edge_set(struct objagg_tmp_graph *graph, in objagg_tmp_graph_edge_set()
725 static bool objagg_tmp_graph_is_edge(struct objagg_tmp_graph *graph, in objagg_tmp_graph_is_edge()
734 static unsigned int objagg_tmp_graph_node_weight(struct objagg_tmp_graph *graph, in objagg_tmp_graph_node_weight()
756 static int objagg_tmp_graph_node_max_weight(struct objagg_tmp_graph *graph) in objagg_tmp_graph_node_max_weight()
780 struct objagg_tmp_graph *graph; in objagg_tmp_graph_create() local
834 static void objagg_tmp_graph_destroy(struct objagg_tmp_graph *graph) in objagg_tmp_graph_destroy()
846 struct objagg_tmp_graph *graph; in objagg_opt_simple_greedy_fillup_hints() local
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-mc.c435 struct media_graph *graph) in pipeline_pm_use_count()
494 struct media_graph *graph) in pipeline_pm_power()
559 struct media_graph *graph = &link->graph_obj.mdev->pm_count_walk; in v4l2_pipeline_link_notify() local
/OK3568_Linux_fs/kernel/scripts/
H A Dheaderdep.pl173 sub graph { subroutine
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcore_c.h1828 #define cvGetGraphVtx( graph, idx ) (CvGraphVtx*)cvGetSetElem((CvSet*)(graph), (idx)) argument
1831 #define cvGraphVtxIdx( graph, vtx ) ((vtx)->flags & CV_SET_ELEM_IDX_MASK) argument
1834 #define cvGraphEdgeIdx( graph, edge ) ((edge)->flags & CV_SET_ELEM_IDX_MASK) argument
1836 #define cvGraphGetVtxCount( graph ) ((graph)->active_count) argument
1837 #define cvGraphGetEdgeCount( graph ) ((graph)->edges->active_count) argument
1866 CvGraph* graph; /* the graph */ member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcore_c.h1828 #define cvGetGraphVtx( graph, idx ) (CvGraphVtx*)cvGetSetElem((CvSet*)(graph), (idx)) argument
1831 #define cvGraphVtxIdx( graph, vtx ) ((vtx)->flags & CV_SET_ELEM_IDX_MASK) argument
1834 #define cvGraphEdgeIdx( graph, edge ) ((edge)->flags & CV_SET_ELEM_IDX_MASK) argument
1836 #define cvGraphGetVtxCount( graph ) ((graph)->active_count) argument
1837 #define cvGraphGetEdgeCount( graph ) ((graph)->edges->active_count) argument
1866 CvGraph* graph; /* the graph */ member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcore_c.h1828 #define cvGetGraphVtx( graph, idx ) (CvGraphVtx*)cvGetSetElem((CvSet*)(graph), (idx)) argument
1831 #define cvGraphVtxIdx( graph, vtx ) ((vtx)->flags & CV_SET_ELEM_IDX_MASK) argument
1834 #define cvGraphEdgeIdx( graph, edge ) ((edge)->flags & CV_SET_ELEM_IDX_MASK) argument
1836 #define cvGraphGetVtxCount( graph ) ((graph)->active_count) argument
1837 #define cvGraphGetEdgeCount( graph ) ((graph)->edges->active_count) argument
1866 CvGraph* graph; /* the graph */ member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/
H A Ddebug_complement_graph.hpp28 complement_graph<TurnPoint> const& graph) in debug_print_complement_graph()
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-platform.c475 static inline bool acpi_validate_dsd_graph(const union acpi_object *graph) in acpi_validate_dsd_graph()
586 const union acpi_object *graph_list, *graph; in acpi_get_coresight_graph() local
690 const union acpi_object *graph; in acpi_coresight_parse_graph() local
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dstacktrace.c20 int graph = 0; in __save_stack_trace() local
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/decorator/
H A Ddepends.py44 def _dep_resolve(graph, node, resolved, seen): argument
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dperf_callchain.c27 int graph = 0; in unwind_frame_kernel() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/arm-none-linux-gnueabihf/bits/
H A Dctype_base.h56 static const mask graph = _ISalpha | _ISdigit | _ISpunct; in _GLIBCXX_VISIBILITY() member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/aarch64-none-linux-gnu/bits/
H A Dctype_base.h56 static const mask graph = _ISalpha | _ISdigit | _ISpunct; in _GLIBCXX_VISIBILITY() member
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/deb/
H A Drootfs.py78 def _dep_resolve(graph, node, resolved, seen): argument
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dsc27xx_adc.c125 struct sc27xx_adc_linear_graph *graph; in sc27xx_adc_scale_calibration() local
271 static int sc27xx_adc_to_volt(struct sc27xx_adc_linear_graph *graph, in sc27xx_adc_to_volt()
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/ipk/
H A Drootfs.py79 def _dep_resolve(graph, node, resolved, seen): argument
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dstacktrace.h60 int graph; member

12