Home
last modified time | relevance | path

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

/freebsd/sys/arm64/coresight/
H A Dcoresight_acpi.c63 cs_acpi_validate_dsd_graph(const union acpi_object *graph) in cs_acpi_validate_dsd_graph()
225 const union acpi_object *graph_list, *graph; in cs_get_coresight_graph() local
299 const union acpi_object *graph; in coresight_acpi_get_ports() local
/freebsd/contrib/byacc/
H A Dgraph.c11 graph(void) in graph() function
/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc126 explicit MaxBipartiteMatchState(const MatchMatrix& graph) in MaxBipartiteMatchState()
/freebsd/usr.bin/tsort/
H A Dtsort.c89 static NODE *graph, **cycle_buf, **longest_cycle; variable
/freebsd/contrib/mandoc/
H A Dterm.c266 int graph; /* Last character was non-blank. */ in term_fill() local
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc501 MatchMatrix graph(nodes, nodes); in TEST_P() local
553 MatchMatrix graph(nlhs, nrhs); in TEST_P() local
578 MatchMatrix graph(static_cast<size_t>(nodes), static_cast<size_t>(nodes)); in TEST_P() local
/freebsd/tools/sched/
H A Dschedgraph.py1639 graph = SchedGraph(root) variable
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp700 const ctype_base::mask ctype_base::graph; member in ctype_base