Searched full:oic (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | microchip,lan966x-oic.yaml | 4 $id: http://devicetree.org/schemas/interrupt-controller/microchip,lan966x-oic.yaml# 16 The Microchip LAN966x outband interrupt controller (OIC) maps the internal 23 const: microchip,lan966x-oic 48 compatible = "microchip,lan966x-oic";
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InlineAdvisor.h | 147 std::optional<InlineCost> OIC, 149 : InlineAdvice(Advisor, CB, ORE, OIC.has_value()), OriginalCB(&CB), 150 OIC(OIC), EmitRemarks(EmitRemarks) {} 159 std::optional<InlineCost> OIC; 160 std::optional<InlineCost> OIC; global() variable
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InlineAdvisor.cpp | 111 "; " + inlineCostStr(*OIC)); in recordUnsuccessfulInliningImpl() 123 emitInlinedIntoBasedOnCost(ORE, DLoc, Block, *Callee, *Caller, *OIC, in recordInliningWithCalleeDeletedImpl() 130 emitInlinedIntoBasedOnCost(ORE, DLoc, Block, *Callee, *Caller, *OIC, in recordInliningImpl() 170 auto OIC = getDefaultInlineAdvice(CB, FAM, Params); in getAdviceImpl() local 172 this, CB, OIC, in getAdviceImpl() 214 auto OIC = getDefaultInlineAdvice(CB, FAM, Params); in tryCreate() local 215 return OIC.has_value(); in tryCreate()
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_state.c | 4354 struct icmp6_hdr *ic6, *oic; in ipf_checkicmp6matchingstate() local 4424 oic = ofin.fin_dp; in ipf_checkicmp6matchingstate() 4432 if (!(oic->icmp6_type & ICMP6_INFOMSG_MASK)) { in ipf_checkicmp6matchingstate() 4446 hv += oic->icmp6_id; in ipf_checkicmp6matchingstate() 4447 hv += oic->icmp6_seq; in ipf_checkicmp6matchingstate() 4457 (oic->icmp6_id == ic->ici_id) && in ipf_checkicmp6matchingstate() 4458 (oic->icmp6_seq == ic->ici_seq) && in ipf_checkicmp6matchingstate() 4467 (oic->icmp6_type == ICMP6_ECHO_REQUEST)) || in ipf_checkicmp6matchingstate() 4468 (ic->ici_type - 1 == oic->icmp6_type )) { in ipf_checkicmp6matchingstate() 4505 oic = (struct icmp6_hdr *)(oip6 + 1); in ipf_checkicmp6matchingstate() [all …]
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 9415 @Article{Balzer:1973:OIC,
|