/freebsd/contrib/libpcap/ |
H A D | gencode.h | 254 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 D | addrtree.c | 59 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 D | addrtree.h | 103 struct addredge *edge[2]; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64PBQPRegAlloc.cpp | 176 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 D | athprom.c | 384 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 D | ExportTrie.cpp | 152 for (const Edge &edge : edges) { in updateOffset() local 184 for (const Edge &edge : edges) { in writeTo() local
|
/freebsd/contrib/ldns/ldns/ |
H A D | radix.h | 64 ldns_radix_node_t* edge; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | ProfiledCallGraph.h | 51 using edge = ProfiledCallGraphEdge; global() member
|
/freebsd/contrib/byacc/ |
H A D | lalr.c | 280 Value_t *edge; in initialize_F() local 363 Value_t *edge; in build_relations() local
|
/freebsd/sys/dev/gpio/ |
H A D | gpiopps.c | 174 uint32_t edge, pincaps; in gpiopps_fdt_attach() local
|
/freebsd/sys/x86/iommu/ |
H A D | intel_intrmap.c | 154 dmar_map_ioapic_intr(u_int ioapic_id, u_int cpu, u_int vector, bool edge, in dmar_map_ioapic_intr()
|
H A D | amd_intrmap.c | 205 bool edge, bool activehi, int irq, u_int *cookie, uint32_t *hi, in amdiommu_map_ioapic_intr()
|
H A D | iommu_utils.c | 228 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 D | timepps.h | 119 int edge; member 252 const int edge, const int tsformat) in time_pps_kcbind()
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | MipsArchTree.cpp | 175 for (const auto &edge : archTree) { in isArchMatched() local
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Function.cpp | 353 [](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 D | StackFrameList.cpp | 268 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 D | timepps-SCO.h | 485 const int edge, const int tsformat in time_pps_kcbind()
|
H A D | timepps-SunOS.h | 486 const int edge, const int tsformat in time_pps_kcbind()
|
H A D | timepps-Solaris.h | 550 const int edge, in time_pps_kcbind()
|
/freebsd/sys/powerpc/powermac/ |
H A D | cpcht.c | 123 int edge; member
|
/freebsd/sys/arm/mv/ |
H A D | mvebu_gpio.c | 640 u_int i, lvl, edge; in mvebu_gpio_intr() local
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 656 for (auto &edge : parent_func->GetTailCallingEdges()) { in Evaluate_DW_OP_entry_value() local
|
/freebsd/lib/libpmc/pmu-events/ |
H A D | jevents.c | 566 char *edge = NULL; in json_events() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARF.cpp | 4159 std::unique_ptr<CallEdge> edge; in CollectCallEdges() local
|