Home
last modified time | relevance | path

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

/freebsd-src/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
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp181 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); addIntraChainConstraint() local
277 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); addInterChainConstraint() local
[all...]
/freebsd-src/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-src/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-src/contrib/ldns/ldns/
H A Dradix.h64 ldns_radix_node_t* edge; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h49 using edge = ProfiledCallGraphEdge; member
/freebsd-src/contrib/byacc/
H A Dlalr.c280 Value_t *edge; in initialize_F() local
363 Value_t *edge; in build_relations() local
/freebsd-src/sys/dev/gpio/
H A Dgpiopps.c174 uint32_t edge, pincaps; in gpiopps_fdt_attach() local
/freebsd-src/sys/x86/iommu/
H A Dintel_intrmap.c153 iommu_map_ioapic_intr(u_int ioapic_id,u_int cpu,u_int vector,bool edge,bool activehi,int irq,u_int * cookie,uint32_t * hi,uint32_t * lo) iommu_map_ioapic_intr() argument
/freebsd-src/sys/sys/
H A Dtimepps.h119 int edge; member
252 const int edge, const int tsformat) in time_pps_kcbind()
/freebsd-src/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp175 for (const auto &edge : archTree) { in isArchMatched() local
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp352 __anon7e47758a0302(const std::unique_ptr<CallEdge> &edge) GetTailCallingEdges() argument
359 __anon7e47758a0402(const std::unique_ptr<CallEdge> &edge) GetCallEdgeForReturnAddress() argument
/freebsd-src/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-src/contrib/ntp/include/
H A Dtimepps-SunOS.h486 const int edge, const int tsformat in time_pps_kcbind()
H A Dtimepps-SCO.h485 const int edge, const int tsformat in time_pps_kcbind()
H A Dtimepps-Solaris.h550 const int edge, in time_pps_kcbind()
/freebsd-src/sys/powerpc/powermac/
H A Dcpcht.c123 int edge; member
/freebsd-src/sys/arm/mv/
H A Dmvebu_gpio.c640 u_int i, lvl, edge; in mvebu_gpio_intr() local
/freebsd-src/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp683 for (auto &edge : parent_func->GetTailCallingEdges()) { Evaluate_DW_OP_entry_value() local
/freebsd-src/lib/libpmc/pmu-events/
H A Djevents.c566 char *edge = NULL; in json_events() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp4178 std::unique_ptr<CallEdge> edge; CollectCallEdges() local