Searched defs:subcode (Results 1 - 5 of 5) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dxmppengineimpl.h67 virtual XmppReturnStatus ConnectionClosed(int subcode);
124 virtual Error GetError(int *subcode) { argument
125 if (subcode) {
126 *subcode = subcode_;
H A Dxmppclient.cc153 XmppClient::GetError(int *subcode) { argument
154 if (subcode) {
155 *subcode = 0;
160 if (subcode) {
161 *subcode = d_->pre_engine_subcode_;
165 return d_->engine_->GetError(subcode);
H A Dxmppengineimpl.cc120 XmppEngineImpl::ConnectionClosed(int subcode) { argument
125 if (subcode) {
126 SignalError(ERROR_SOCKET, subcode);
128 SignalError(ERROR_CONNECTION_CLOSED, 0); // no subcode
/external/v8/src/x64/
H A Dassembler-x64.cc650 void Assembler::immediate_arithmetic_op(byte subcode, argument
657 emit_modrm(subcode, dst);
660 emit(0x05 | (subcode << 3));
664 emit_modrm(subcode, dst);
669 void Assembler::immediate_arithmetic_op(byte subcode, argument
676 emit_operand(subcode, dst);
680 emit_operand(subcode, dst);
686 void Assembler::immediate_arithmetic_op_16(byte subcode, argument
694 emit_modrm(subcode, dst);
697 emit(0x05 | (subcode <<
707 immediate_arithmetic_op_16(byte subcode, const Operand& dst, Immediate src) argument
725 immediate_arithmetic_op_32(byte subcode, Register dst, Immediate src) argument
745 immediate_arithmetic_op_32(byte subcode, const Operand& dst, Immediate src) argument
762 immediate_arithmetic_op_8(byte subcode, const Operand& dst, Immediate src) argument
774 immediate_arithmetic_op_8(byte subcode, Register dst, Immediate src) argument
789 shift(Register dst, Immediate shift_amount, int subcode) argument
805 shift(Register dst, int subcode) argument
813 shift_32(Register dst, int subcode) argument
821 shift_32(Register dst, Immediate shift_amount, int subcode) argument
[all...]
/external/kernel-headers/original/sound/
H A Dasound.h66 unsigned char subcode[147]; /* AES/IEC958 subcode bits */ member in struct:snd_aes_iec958

Completed in 451 milliseconds