Home
last modified time | relevance | path

Searched refs:pcType (Results 1 – 9 of 9) sorted by relevance

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/solver/
H A Dpetscinverseoperators.hh234 int pcType = SolverParameter::none; in initialize() local
238 pcType = reader.getEnum("petsc.preconditioning.method", pcNames, 0 ); in initialize()
241 if (pcType >= 8) in initialize()
242 pcType = 7-pcType; // hypre=-1, ml=-2, lu=-3 in initialize()
246 pcType = parameter.preconditionMethod( in initialize()
268 switch( pcType ) in initialize()
375 if (pcType != SolverParameter::superlu) in initialize()
/dports/net/yate/yate-6.4.0-1/libs/ysig/
H A Dlayer3.cpp131 unsigned char SS7Layer3::getNI(SS7PointCode::Type pcType, unsigned char defNI) const in getNI() argument
135 if (SS7PointCode::Other == pcType || type(defNI) == pcType) in getNI()
137 if (pcType == m_cpType[2]) in getNI()
139 if (pcType == m_cpType[3]) in getNI()
141 if (pcType == m_cpType[0]) in getNI()
143 if (pcType == m_cpType[1]) in getNI()
155 bool SS7Layer3::hasType(SS7PointCode::Type pcType) const in hasType()
157 if (SS7PointCode::Other == pcType) in hasType()
160 if (pcType == m_cpType[i]) in hasType()
H A Dmanagement.cpp152 SS7PointCode::Type pcType, const unsigned char* buf, unsigned int len) in parse() argument
154 const char* pct = SS7PointCode::lookup(pcType); in parse()
176 if (pc.assign(pcType,buf,len,&spare)) { in parse()
195 switch (pcType) { in parse()
211 Debug(DebugStub,"Please implement COO decoding for type %u",pcType); in parse()
222 switch (pcType) { in parse()
234 Debug(DebugStub,"Please implement CBD decoding for type %u",pcType); in parse()
245 if (pc.assign(pcType,buf,len,&spare)) { in parse()
253 unsigned int dlen = SS7PointCode::length(pcType); in parse()
H A Drouter.cpp475 unsigned char SS7Router::getNI(SS7PointCode::Type pcType, unsigned char defNI) const in getNI() argument
479 if (SS7Layer3::hasType(pcType)) in getNI()
480 return SS7Layer3::getNI(pcType,defNI); in getNI()
483 if ((*p)->hasType(pcType)) in getNI()
484 return (*p)->getNI(pcType,defNI); in getNI()
H A Dyatesig.h6375 bool hasType(SS7PointCode::Type pcType) const;
6383 virtual unsigned char getNI(SS7PointCode::Type pcType, unsigned char defNI) const;
6390 inline unsigned char getNI(SS7PointCode::Type pcType) const in getNI() argument
6391 { return getNI(pcType,m_defNI); } in getNI()
6951 virtual unsigned char getNI(SS7PointCode::Type pcType, unsigned char defNI) const;
8104 SS7PointCode::Type pcType,
9006 bool decodeMessage(NamedList& msg, SS7MsgISUP::Type msgType, SS7PointCode::Type pcType,
9019 bool encodeMessage(DataBlock& buf, SS7MsgISUP::Type msgType, SS7PointCode::Type pcType,
10141 SccpRemote(SS7PointCode::Type pcType);
10149 SccpRemote(unsigned int pointcode, SS7PointCode::Type pcType);
[all …]
H A Dsccp.cpp2648 SccpRemote::SccpRemote(unsigned int pointcode, SS7PointCode::Type pcType) in SccpRemote() argument
2649 : m_pointcode(pcType,pointcode), m_pointcodeType(pcType), m_state(SCCPManagement::Allowed) in SccpRemote()
4189 bool SS7SCCP::decodeMessage(SS7MsgSCCP* msg, SS7PointCode::Type pcType, in decodeMessage() argument
4217 switch (pcType) { in decodeMessage()
H A Disup.cpp4461 SS7MsgISUP::Type msgType, SS7PointCode::Type pcType, in decodeMessage() argument
4477 const MsgParams* params = getIsupParams(pcType,msgType); in decodeMessage()
4499 switch (pcType) { in decodeMessage()
4685 bool SS7ISUP::encodeMessage(DataBlock& buf, SS7MsgISUP::Type msgType, SS7PointCode::Type pcType, in encodeMessage() argument
4689 SS7Label label(pcType,1,1,1); in encodeMessage()
/dports/net/yate/yate-6.4.0-1/modules/server/
H A Dysigchan.cpp4797 SS7PointCode::Type pcType = getPCType(msg,prefix); in received() local
4798 if (pcType == SS7PointCode::Other) in received()
4801 if (m_isup->decodeMessage(msg,msgType,pcType,paramPtr,data->length()-1)) in received()
4850 SS7PointCode::Type pcType = getPCType(msg,prefix); in received() local
4851 if (pcType == SS7PointCode::Other) in received()
4855 if (m_isup->encodeMessage(*data,msgType,pcType,msg)) { in received()
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/src/
H A Dnewlines.cpp1754 chunk_t *pcType = chunk_get_next_ncnnl(pcClass); in newlines_enum() local
1756 if (chunk_is_token(pcType, CT_TYPE)) in newlines_enum()
1759 newline_iarf_pair(pcClass, pcType, options::nl_enum_class_identifier()); in newlines_enum()
1761 chunk_t *pcColon = chunk_get_next_ncnnl(pcType); in newlines_enum()
1766 newline_iarf_pair(pcType, pcColon, options::nl_enum_identifier_colon()); in newlines_enum()