Home
last modified time | relevance | path

Searched refs:m_opCode (Results 1 – 17 of 17) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/tools/cil-strip/Mono.Cecil.Cil/
H A DInstruction.cs34 OpCode m_opCode; field in Mono.Cecil.Cil.Instruction
48 get { return m_opCode; }
49 set { m_opCode = value; }
80 m_opCode = opCode; in Instruction()
93 int size = m_opCode.Size; in GetSize()
95 switch (m_opCode.OperandType) { in GetSize()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/libs/ec/cpp/
H A DECPacket.cpp36 return socket.ReadNumber(&m_opCode, sizeof(ec_opcode_t)) in ReadFromSocket()
43 if (!socket.WriteNumber(&m_opCode, sizeof(ec_opcode_t))) return false; in WritePacket()
61 % GetDebugNameECOpCodes(m_opCode) % size); in DebugPrint()
64 % GetDebugNameECOpCodes(m_opCode) % size % trueSize); in DebugPrint()
H A DECPacket.h43 : CECEmptyTag(0), m_opCode(opCode)
51 ec_opcode_t GetOpCode(void) const { return m_opCode; } in GetOpCode()
65 ec_opcode_t m_opCode; variable
/dports/net-p2p/amule/aMule-2.3.3/src/libs/ec/cpp/
H A DECPacket.cpp36 return socket.ReadNumber(&m_opCode, sizeof(ec_opcode_t))
43 if (!socket.WriteNumber(&m_opCode, sizeof(ec_opcode_t))) return false;
61 % GetDebugNameECOpCodes(m_opCode) % size); in OnSend()
64 % GetDebugNameECOpCodes(m_opCode) % size % trueSize); in OnSend()
H A DECPacket.h43 : CECEmptyTag(0), m_opCode(opCode) in WritePacket()
51 ec_opcode_t GetOpCode(void) const { return m_opCode; }
65 ec_opcode_t m_opCode;
/dports/www/qt5-websockets/kde-qtwebsockets-5.15.2p4/src/websockets/
H A Dqwebsocketframe.cpp118 return (m_opCode & 0x08) == 0x08; in isControlFrame()
134 return isDataFrame() && (m_opCode == QWebSocketProtocol::OpCodeContinue); in isContinuationFrame()
158 return m_opCode; in opCode()
183 m_opCode = QWebSocketProtocol::OpCodeReservedC; in clear()
274 m_opCode = static_cast<QWebSocketProtocol::OpCode>(header[0] & 0x0F); in readFrameHeader()
420 } else if (Q_UNLIKELY(QWebSocketProtocol::isOpCodeReserved(m_opCode))) { in checkValidity()
H A Dqwebsocketdataprocessor.cpp79 m_opCode(QWebSocketProtocol::OpCodeClose), in QWebSocketDataProcessor()
191 m_opCode = frame.opCode(); in process()
194 quint64 messageLength = m_opCode == QWebSocketProtocol::OpCodeText in process()
205 if (m_opCode == QWebSocketProtocol::OpCodeText) { in process()
227 if (m_opCode == QWebSocketProtocol::OpCodeText) { in process()
256 m_opCode = QWebSocketProtocol::OpCodeClose; in clear()
H A Dqwebsocketframe_p.h107 QWebSocketProtocol::OpCode m_opCode = QWebSocketProtocol::OpCodeReservedC; variable
H A Dqwebsocketdataprocessor_p.h113 QWebSocketProtocol::OpCode m_opCode; variable
/dports/www/qt5-websockets-qml/kde-qtwebsockets-5.15.2p4/src/websockets/
H A Dqwebsocketframe.cpp118 return (m_opCode & 0x08) == 0x08; in isControlFrame()
134 return isDataFrame() && (m_opCode == QWebSocketProtocol::OpCodeContinue); in isContinuationFrame()
158 return m_opCode; in opCode()
183 m_opCode = QWebSocketProtocol::OpCodeReservedC; in clear()
274 m_opCode = static_cast<QWebSocketProtocol::OpCode>(header[0] & 0x0F); in readFrameHeader()
420 } else if (Q_UNLIKELY(QWebSocketProtocol::isOpCodeReserved(m_opCode))) { in checkValidity()
H A Dqwebsocketdataprocessor.cpp79 m_opCode(QWebSocketProtocol::OpCodeClose), in QWebSocketDataProcessor()
191 m_opCode = frame.opCode(); in process()
194 quint64 messageLength = m_opCode == QWebSocketProtocol::OpCodeText in process()
205 if (m_opCode == QWebSocketProtocol::OpCodeText) { in process()
227 if (m_opCode == QWebSocketProtocol::OpCodeText) { in process()
256 m_opCode = QWebSocketProtocol::OpCodeClose; in clear()
H A Dqwebsocketframe_p.h107 QWebSocketProtocol::OpCode m_opCode = QWebSocketProtocol::OpCodeReservedC; variable
H A Dqwebsocketdataprocessor_p.h113 QWebSocketProtocol::OpCode m_opCode; variable
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XPath/
H A DXPathProcessorImpl.hpp306 return searchTable(s_functionTable, s_functionTableSize, key).m_opCode; in getFunctionToken()
315 return searchTable(s_nodeTypeTable, s_nodeTypeTableSize, key).m_opCode; in getNodeTypeToken()
324 return searchTable(s_axisTable, s_axisTableSize, key).m_opCode; in getAxisToken()
714 XPathExpression::eOpCodes m_opCode; member
H A DXPathProcessorImpl.cpp2926 … if (searchTable(s_functionTable, s_functionTableSize, key).m_opCode == XPathExpression::eENDOP) in isValidFunction()
/dports/net/yate/yate-6.4.0-1/libs/ysig/
H A Dtcap.cpp1620 m_opCode = params.getValue(paramRoot + s_tcapOpCode,""); in SS7TCAPComponent()
1690 params.setParam(paramRoot + "." + s_tcapOpCode,m_opCode); in update()
1751 fillIn.setParam(paramRoot + s_tcapOpCode,m_opCode); in fill()
H A Dyatesig.h11735 String m_opCode; variable