Home
last modified time | relevance | path

Searched refs:_pe (Results 1 – 25 of 213) sorted by relevance

123456789

/dports/devel/rudiments/rudiments-1.2.2/src/
H A Dprotocolentry.cpp26 protoent *_pe; member in protocolentryprivate
43 pvt->_pe=NULL; in protocolentry()
73 return (pvt->_pe)?pvt->_pe->p_name:NULL; in getName()
77 return (pvt->_pe && in getAliasList()
78 pvt->_pe->p_aliases && in getAliasList()
79 pvt->_pe->p_aliases[0])? in getAliasList()
84 return (pvt->_pe)?pvt->_pe->p_proto:-1; in getNumber()
113 pvt->_pe=NULL; in initialize()
135 &pvt->_pe)) in initialize()
139 &pvt->_pe)))) { in initialize()
[all …]
/dports/devel/py-cle/cle-9.0.5405/cle/backends/pe/
H A Dpe.py31 self._pe = self._pefile_cache[self.binary]
33 self._pe = pefile.PE(self.binary, fast_load=True)
37 self._pefile_cache[self.binary] = self._pe
46 if hasattr(self._pe, 'DIRECTORY_ENTRY_IMPORT'):
119 del self._pe
162 if hasattr(self._pe, 'DIRECTORY_ENTRY_IMPORT'):
163 for entry in self._pe.DIRECTORY_ENTRY_IMPORT:
180 if hasattr(self._pe, 'DIRECTORY_ENTRY_EXPORT'):
248 if hasattr(self._pe, 'DIRECTORY_ENTRY_TLS'):
249 tls = self._pe.DIRECTORY_ENTRY_TLS.struct
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/Numeric/
H A DHierarchicalBasisH1Line.cpp24 _pe = pe; in HierarchicalBasisH1Line()
58 for(int k = 2; k <= _pe; k++) { in generateBasis()
76 for(int k = 2; k <= _pe; k++) { in generateGradientBasis()
88 for(int k = 0; k <= _pe - 2; k++) { in orientEdge()
93 for(int k = 0; k <= _pe - 2; k++) { in orientEdge()
106 for(int k = 0; k <= _pe - 2; k++) { in orientEdge()
111 for(int k = 0; k <= _pe - 2; k++) { in orientEdge()
119 for(int k = 0; k <= _pe - 2; k++) { in orientEdgeFunctionsForNegativeFlag()
127 for(int k = 0; k <= _pe - 2; k++) { in orientEdgeFunctionsForNegativeFlag()
139 for(int k = 2; k <= _pe; k++) { in getKeysInfo()
H A DHierarchicalBasisHcurlLine.cpp24 _pe = order; in HierarchicalBasisHcurlLine()
73 std::vector<double> legendreVector(_pe, 0); in generateHcurlBasis()
80 if(_pe >= 1) { in generateHcurlBasis()
83 for(int iedge = 2; iedge <= _pe; iedge++) { in generateHcurlBasis()
101 for(int k = 0; k <= _pe; k++) { in orientEdge()
108 for(int k = 0; k <= _pe; k++) { in orientEdge()
119 for(int k = 0; k <= _pe; k++) { in orientEdgeFunctionsForNegativeFlag()
139 for(int k = 0; k <= _pe; k++) { in getKeysInfo()
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstmath/
H A Dequation.cpp60 _pe = 0L; in Equation()
86 delete _pe; in ~Equation()
87 _pe = 0L; in ~Equation()
122 if (!_pe) { in internalUpdate()
133 _pe->update(&ctx); in internalUpdate()
237 delete _pe; in setEquation()
238 _pe = 0L; in setEquation()
271 _pe = 0L; in setEquation()
275 _isValid = _pe != 0L; in setEquation()
481 if (!_pe) { in FillY()
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/networkmanager/impl/udp/
H A DTransportEndpointUDP.java33 ProtocolEndpoint _pe ) in TransportEndpointUDP() argument
35 pe = _pe; in TransportEndpointUDP()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/networkmanager/impl/tcp/
H A DTransportEndpointTCP.java36 ProtocolEndpoint _pe, in TransportEndpointTCP() argument
39 pe = _pe; in TransportEndpointTCP()
/dports/devel/slibtool/slibtool-0.5.34/
H A DCOPYING.SOFORT48 /* ./sofort/exrules/_pe/pe_mdso_version_none.mk */
49 /* ./sofort/exrules/_pe/pe_mdso_version_used.mk */
50 /* ./sofort/exrules/_pe/pe_version_none.mk */
51 /* ./sofort/exrules/_pe/pe_version_used.mk */
/dports/editors/cpeditor/cpeditor-6.8.2/third_party/testlib/checkers/
H A Dcaseicmp.cpp70 vector<long long> pa = readStream(ouf, _pe); in main()
77 …quitf(_pe, "Expected %u test case(s) but found %u", (unsigned int)(ja.size()), (unsigned int)(pa.s… in main()
H A Dhcmp.cpp29 quitf(_pe, "%s is not a valid integer", compress(pa).c_str()); in main()
/dports/math/py-sympy/sympy-1.9/sympy/physics/mechanics/
H A Dparticle.py219 return self._pe
243 self._pe = sympify(scalar)
H A Drigidbody.py289 return self._pe
317 self._pe = sympify(scalar)
/dports/editors/cpeditor/cpeditor-6.8.2/third_party/testlib/
H A Dtestlib.h1430 _pe = 2, enumerator
2473 if (r == _pe) in resultExitCode()
2628 result = _pe; in quit()
2658 case _pe: in quit()
2669 result = _pe; in quit()
2808 quits(_pe, std::string("Output file not found: \"") + name + "\""); in reset()
2927 quit(_pe, "Unexpected white-space - token expected"); in readWordTo()
2937 quitf(_pe, "Length of token exceeds %d, token is '%s...'", int(maxTokenLength), in readWordTo()
3692 quit(_pe, "Expected EOLN"); in readEoln()
3698 quit(_pe, "Expected EOF"); in readEof()
[all …]
/dports/audio/lmms/lmms-1.2.2/plugins/vestige/
H A Dvestige.h119 virtual void paintEvent( QPaintEvent * _pe );
161 virtual void paintEvent( QPaintEvent * _pe );
/dports/net/kamailio/kamailio-5.4.5/src/modules/db_text/
H A Ddbt_res.c577 char *_po, *_ps, *_pe; in dbt_parse_orderbyclause() local
622 _pe = strpbrk(_ps, _d); /* search quote, space, comma or eos */ in dbt_parse_orderbyclause()
623 if (!_pe && _d[0] == ' ') /* if token is last token in string */ in dbt_parse_orderbyclause()
624 _pe = _po + _o->len; /* point to end of string */ in dbt_parse_orderbyclause()
625 if (! _pe) /* we were looking for quote but found none */ in dbt_parse_orderbyclause()
630 _c = *_pe; in dbt_parse_orderbyclause()
631 *_pe = '\0'; in dbt_parse_orderbyclause()
633 (*_o_k)[*_o_n]->len = _pe - _ps; in dbt_parse_orderbyclause()
641 _ps = _pe + 1; in dbt_parse_orderbyclause()
/dports/math/ignition-math/ignitionrobotics-ign-math-46f3dd24499c/src/
H A DPID.cc190 void PID::Errors(double &_pe, double &_ie, double &_de) const in Errors() argument
192 _pe = this->pErr; in Errors()
/dports/devel/slibtool/slibtool-0.5.34/sofort/exrules/
H A Dpe-version.mk4 include $(PROJECT_DIR)/sofort/exrules/_pe/pe_version_$(VERSION_OPT).mk
H A Dpe-mdso.mk9 include $(PROJECT_DIR)/sofort/exrules/_pe/pe_mdso_version_$(VERSION_OPT).mk
/dports/audio/lmms/lmms-1.2.2/src/gui/widgets/
H A DTrackLabelButton.cpp191 void TrackLabelButton::paintEvent( QPaintEvent * _pe ) in paintEvent() argument
209 QToolButton::paintEvent( _pe ); in paintEvent()
/dports/audio/lmms/lmms-1.2.2/include/
H A DFadeButton.h51 virtual void paintEvent( QPaintEvent * _pe );
H A DGroupBox.h60 virtual void paintEvent( QPaintEvent * _pe );
H A DPixmapButton.h52 virtual void paintEvent( QPaintEvent * _pe );
H A DSideBarWidget.h52 virtual void paintEvent( QPaintEvent * _pe );
/dports/audio/lmms/lmms-1.2.2/plugins/VstEffect/
H A DVstEffectControlDialog.h52 virtual void paintEvent( QPaintEvent * _pe );
/dports/security/libprelude/libprelude-1.2.6/src/
H A Dprelude-plugin.c557 pe = plugin->_pe; in prelude_plugin_new_instance()
840 pl->_pe = pe; in prelude_plugin_entry_set_plugin()
904 prelude_list_for_each_safe(&plugin->_pe->instance_list, tmp, bkp) { in prelude_plugin_unload()
909 pe = plugin->_pe; in prelude_plugin_unload()

123456789