Home
last modified time | relevance | path

Searched defs:graph (Results 1 – 9 of 9) 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/pkgconf/cli/spdxtool/
H A Dserialize.c382 spdxtool_serialize_array_t *graph = NULL; in spdxtool_serialize_sbom() local
/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. */ term_fill() local
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc502 MatchMatrix graph(nodes, nodes); in TEST_P() local
554 MatchMatrix graph(nlhs, nrhs); in TEST_P() local
579 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.cpp696 const ctype_base::mask ctype_base::graph; member in ctype_base