Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dgencode.h254 struct edge { struct
256 int code; /* opcode for branch corresponding to this edge */ argument
260 struct edge *next; /* link list of incoming edges for a node */ argument
/freebsd/contrib/unbound/edns-subnet/
H A Daddrtree.c59 struct addredge *edge = (struct addredge *)malloc( sizeof (*edge) ); in edge_create() local
366 struct addredge *edge; in addrtree_insert() local
482 struct addredge *edge = NULL; in addrtree_find() local
H A Daddrtree.h103 struct addredge *edge[2]; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp176 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); in addIntraChainConstraint() local
272 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); in addInterChainConstraint() local
/freebsd/tools/tools/ath/athprom/
H A Dathprom.c384 printEdge(FILE *fd, int edge) in printEdge()
396 printEdgePower(FILE *fd, int edge) in printEdgePower()
410 printEdgeFlag(FILE *fd, int edge) in printEdgeFlag()
/freebsd/contrib/llvm-project/lld/MachO/
H A DExportTrie.cpp152 for (const Edge &edge : edges) { in updateOffset() local
184 for (const Edge &edge : edges) { in writeTo() local
/freebsd/contrib/ldns/ldns/
H A Dradix.h64 ldns_radix_node_t* edge; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h51 using edge = ProfiledCallGraphEdge; global() member
/freebsd/contrib/byacc/
H A Dlalr.c280 Value_t *edge; in initialize_F() local
363 Value_t *edge; in build_relations() local
/freebsd/sys/dev/gpio/
H A Dgpiopps.c174 uint32_t edge, pincaps; in gpiopps_fdt_attach() local
/freebsd/sys/x86/iommu/
H A Dintel_intrmap.c154 dmar_map_ioapic_intr(u_int ioapic_id, u_int cpu, u_int vector, bool edge, in dmar_map_ioapic_intr()
H A Damd_intrmap.c205 bool edge, bool activehi, int irq, u_int *cookie, uint32_t *hi, in amdiommu_map_ioapic_intr()
H A Diommu_utils.c228 bool edge, bool activehi, int irq, u_int *cookie, uint32_t *hi, in x86_no_iommu_map_ioapic_intr()
318 iommu_map_ioapic_intr(u_int ioapic_id, u_int cpu, u_int vector, bool edge, in iommu_map_ioapic_intr()
/freebsd/sys/sys/
H A Dtimepps.h119 int edge; member
252 const int edge, const int tsformat) in time_pps_kcbind()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp175 for (const auto &edge : archTree) { in isArchMatched() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp353 [](const std::unique_ptr<CallEdge> &edge) { return edge->IsTailCall(); }); in GetTailCallingEdges()
360 llvm::partition_point(edges, [&](const std::unique_ptr<CallEdge> &edge) { in GetCallEdgeForReturnAddress()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp268 for (const auto &edge : begin.GetCallEdges()) in FindInterveningFrames() local
335 for (const auto &edge : callee.GetTailCallingEdges()) { in FindInterveningFrames() local
/freebsd/contrib/ntp/include/
H A Dtimepps-SCO.h485 const int edge, const int tsformat in time_pps_kcbind()
H A Dtimepps-SunOS.h486 const int edge, const int tsformat in time_pps_kcbind()
H A Dtimepps-Solaris.h550 const int edge, in time_pps_kcbind()
/freebsd/sys/powerpc/powermac/
H A Dcpcht.c123 int edge; member
/freebsd/sys/arm/mv/
H A Dmvebu_gpio.c640 u_int i, lvl, edge; in mvebu_gpio_intr() local
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp656 for (auto &edge : parent_func->GetTailCallingEdges()) { in Evaluate_DW_OP_entry_value() local
/freebsd/lib/libpmc/pmu-events/
H A Djevents.c566 char *edge = NULL; in json_events() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp4159 std::unique_ptr<CallEdge> edge; in CollectCallEdges() local