Home
last modified time | relevance | path

Searched refs:XId (Results 1 – 25 of 49) sorted by relevance

12

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/d2g/dhcp4client/
H A Dclient.go147 …ptionDHCPMessageType][0]) != dhcp4.Offer || !bytes.Equal(discoverPacket.XId(), offerPacket.XId()) {
192 …if !bytes.Equal(requestPacket.XId(), acknowledgementPacket.XId()) || len(acknowledgementPacketOpti…
235 packet.SetXId(offerPacket.XId())
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/d2g/dhcp4/
H A Dpacket.go15 func (p Packet) XId() []byte { return p[4:8] } func
55 func (p Packet) SetXId(xId []byte) { copy(p.XId(), xId) }
125 p.SetXId(req.XId())
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmith/wxwidgets/properties/
H A Dwxspositionsizeproperty.cpp111 wxPGId XId = Grid->AppendIn(Parent,NEW_IN_WXPG14X wxIntProperty(PGXName,wxPG_LABEL,XVALUE)); in PGCreate() local
119 PGRegister(Object,Grid,XId,XIND); in PGCreate()
125 Grid->DisableProperty(XId); in PGCreate()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithContribItems/wxchart/
H A Dwxschart.h56 wxPGId XId; member
H A Dwxschart.cpp475 …Desc->XId = Grid->AppendIn(Desc->Id, NEW_IN_WXPG14X wxStringProperty(_("X"), wxPG_LABEL,wxString::… in AppendPropertyForPoint()
492 if ( Global || Id == Desc->XId ) in HandleChangeInPoint()
494 Grid->GetPropertyValueAsString(Desc->XId).ToDouble(&Desc->X); in HandleChangeInPoint()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/test/
H A Dsofs_SUITE.erl665 XId = {external, Id},
687 eval(restriction(XId,
694 eval(restriction(XId, E, set([a])), E),
780 XId = {external, Id},
802 eval(drestriction(XId,
809 eval(drestriction(XId, E, set([a])), E),
1635 XId = {external, Id},
1637 eval(partition(XId, R2, E), lpartition(XId, R2, E)),
1640 eval(partition(XId, E, R3), lpartition(XId, E, R3)),
1659 eval(partition(XId, E, S2), lpartition(XId, E, S2)),
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/test/
H A Dsofs_SUITE.erl665 XId = {external, Id},
687 eval(restriction(XId,
694 eval(restriction(XId, E, set([a])), E),
780 XId = {external, Id},
802 eval(drestriction(XId,
809 eval(drestriction(XId, E, set([a])), E),
1635 XId = {external, Id},
1637 eval(partition(XId, R2, E), lpartition(XId, R2, E)),
1640 eval(partition(XId, E, R3), lpartition(XId, E, R3)),
1659 eval(partition(XId, E, S2), lpartition(XId, E, S2)),
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/test/
H A Dsofs_SUITE.erl665 XId = {external, Id},
687 eval(restriction(XId,
694 eval(restriction(XId, E, set([a])), E),
780 XId = {external, Id},
802 eval(drestriction(XId,
809 eval(drestriction(XId, E, set([a])), E),
1635 XId = {external, Id},
1637 eval(partition(XId, R2, E), lpartition(XId, R2, E)),
1640 eval(partition(XId, E, R3), lpartition(XId, E, R3)),
1659 eval(partition(XId, E, S2), lpartition(XId, E, S2)),
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/test/
H A Dsofs_SUITE.erl665 XId = {external, Id},
687 eval(restriction(XId,
694 eval(restriction(XId, E, set([a])), E),
780 XId = {external, Id},
802 eval(drestriction(XId,
809 eval(drestriction(XId, E, set([a])), E),
1635 XId = {external, Id},
1637 eval(partition(XId, R2, E), lpartition(XId, R2, E)),
1640 eval(partition(XId, E, R3), lpartition(XId, E, R3)),
1659 eval(partition(XId, E, S2), lpartition(XId, E, S2)),
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/test/
H A Dsofs_SUITE.erl665 XId = {external, Id},
687 eval(restriction(XId,
694 eval(restriction(XId, E, set([a])), E),
780 XId = {external, Id},
802 eval(drestriction(XId,
809 eval(drestriction(XId, E, set([a])), E),
1635 XId = {external, Id},
1637 eval(partition(XId, R2, E), lpartition(XId, R2, E)),
1640 eval(partition(XId, E, R3), lpartition(XId, E, R3)),
1659 eval(partition(XId, E, S2), lpartition(XId, E, S2)),
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/test/
H A Dsofs_SUITE.erl665 XId = {external, Id},
687 eval(restriction(XId,
694 eval(restriction(XId, E, set([a])), E),
780 XId = {external, Id},
802 eval(drestriction(XId,
809 eval(drestriction(XId, E, set([a])), E),
1635 XId = {external, Id},
1637 eval(partition(XId, R2, E), lpartition(XId, R2, E)),
1640 eval(partition(XId, E, R3), lpartition(XId, E, R3)),
1659 eval(partition(XId, E, S2), lpartition(XId, E, S2)),
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/test/
H A Dsofs_SUITE.erl665 XId = {external, Id},
687 eval(restriction(XId,
694 eval(restriction(XId, E, set([a])), E),
780 XId = {external, Id},
802 eval(drestriction(XId,
809 eval(drestriction(XId, E, set([a])), E),
1635 XId = {external, Id},
1637 eval(partition(XId, R2, E), lpartition(XId, R2, E)),
1640 eval(partition(XId, E, R3), lpartition(XId, E, R3)),
1659 eval(partition(XId, E, S2), lpartition(XId, E, S2)),
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/phoenix/function/
H A Dlazy_operator.hpp89 struct XId struct
110 typedef boost::phoenix::function<impl::XId> Id;
/dports/devel/R-cran-BH/BH/inst/include/boost/phoenix/function/
H A Dlazy_operator.hpp89 struct XId struct
110 typedef boost::phoenix::function<impl::XId> Id;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/phoenix/function/
H A Dlazy_operator.hpp89 struct XId struct
110 typedef boost::phoenix::function<impl::XId> Id;
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/phoenix/function/
H A Dlazy_operator.hpp89 struct XId struct
110 typedef boost::phoenix::function<impl::XId> Id;
/dports/devel/boost-libs/boost_1_72_0/boost/phoenix/function/
H A Dlazy_operator.hpp89 struct XId struct
110 typedef boost::phoenix::function<impl::XId> Id;
/dports/devel/boost-python-libs/boost_1_72_0/boost/phoenix/function/
H A Dlazy_operator.hpp89 struct XId struct
110 typedef boost::phoenix::function<impl::XId> Id;
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/phoenix/function/
H A Dlazy_operator.hpp89 struct XId struct
110 typedef boost::phoenix::function<impl::XId> Id;
/dports/devel/hyperscan/boost_1_75_0/boost/phoenix/function/
H A Dlazy_operator.hpp89 struct XId struct
110 typedef boost::phoenix::function<impl::XId> Id;
/dports/games/alephone/alephone-release-20190331/Source_Files/RenderOther/
H A Dscreen_shared.h814 int XId = XErrors + WPing + CWidth; in DisplayScores() local
822 DisplayText(XId + WId - DisplayTextWidth("ID"), Y, "ID", 0xbf, 0xbf, 0xbf); in DisplayScores()
908 DisplayText(XId + WId - DisplayTextWidth(temporary), Y, temporary, color.r, color.g, color.b); in DisplayScores()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/dhcp/client/
H A Dclient.go171 p.OpCode(), p.HType(), p.HLen(), p.Hops(), p.XId(), p.Secs(), p.Flags(),
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WindowMaker/
H A Dmenu.no71 * %w - bytt ut med XId'en for vinduet som er i fokus.
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WindowMaker/
H A Dmenu.no71 * %w - bytt ut med XId'en for vinduet som er i fokus.
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp6053 llvm::FoldingSetNodeID XId, LHSId, RHSId; in checkBinaryOperation() local
6054 X->IgnoreParenImpCasts()->Profile(XId, SemaRef.getASTContext(), in checkBinaryOperation()
6060 if (XId == LHSId) { in checkBinaryOperation()
6063 } else if (XId == RHSId) { in checkBinaryOperation()
6499 llvm::FoldingSetNodeID XId, PossibleXId; in ActOnOpenMPAtomicDirective() local
6500 Checker.getX()->Profile(XId, Context, /*Canonical=*/true); in ActOnOpenMPAtomicDirective()
6502 IsUpdateExprFound = XId == PossibleXId; in ActOnOpenMPAtomicDirective()
6529 llvm::FoldingSetNodeID XId, PossibleXId; in ActOnOpenMPAtomicDirective() local
6530 Checker.getX()->Profile(XId, Context, /*Canonical=*/true); in ActOnOpenMPAtomicDirective()
6532 IsUpdateExprFound = XId == PossibleXId; in ActOnOpenMPAtomicDirective()

12