Home
last modified time | relevance | path

Searched refs:subcode (Results 1 – 12 of 12) sorted by relevance

/external/apache-http/src/org/apache/http/impl/
DEnglishReasonPhraseCatalog.java94 final int subcode = status - 100*category; in getReason() local
97 if (REASON_PHRASES[category].length > subcode) in getReason()
98 reason = REASON_PHRASES[category][subcode]; in getReason()
125 final int subcode = status - 100*category; in setReason() local
126 REASON_PHRASES[category][subcode] = reason; in setReason()
/external/v8/src/x64/
Dassembler-x64.h811 #define DECLARE_SHIFT_INSTRUCTION(instruction, subcode) \ argument
813 shift(dst, imm8, subcode, kPointerSize); \
817 shift(dst, imm8, subcode, kInt32Size); \
821 shift(dst, imm8, subcode, kInt64Size); \
825 shift(dst, subcode, kPointerSize); \
829 shift(dst, subcode, kInt32Size); \
833 shift(dst, subcode, kInt64Size); \
1339 void immediate_arithmetic_op_8(byte subcode,
1342 void immediate_arithmetic_op_8(byte subcode,
1346 void immediate_arithmetic_op_16(byte subcode,
[all …]
Dassembler-x64.cc496 void Assembler::immediate_arithmetic_op(byte subcode, in immediate_arithmetic_op() argument
504 emit_modrm(subcode, dst); in immediate_arithmetic_op()
507 emit(0x05 | (subcode << 3)); in immediate_arithmetic_op()
511 emit_modrm(subcode, dst); in immediate_arithmetic_op()
516 void Assembler::immediate_arithmetic_op(byte subcode, in immediate_arithmetic_op() argument
524 emit_operand(subcode, dst); in immediate_arithmetic_op()
528 emit_operand(subcode, dst); in immediate_arithmetic_op()
534 void Assembler::immediate_arithmetic_op_16(byte subcode, in immediate_arithmetic_op_16() argument
542 emit_modrm(subcode, dst); in immediate_arithmetic_op_16()
545 emit(0x05 | (subcode << 3)); in immediate_arithmetic_op_16()
[all …]
/external/vboot_reference/firmware/2lib/
D2api.c29 void vb2api_fail(struct vb2_context *ctx, uint8_t reason, uint8_t subcode) in vb2api_fail() argument
34 vb2_fail(ctx, reason, subcode); in vb2api_fail()
D2misc.c66 void vb2_fail(struct vb2_context *ctx, uint8_t reason, uint8_t subcode) in vb2_fail() argument
108 VB2_DEBUG("Need recovery, reason: %#x / %#x\n", reason, subcode); in vb2_fail()
111 vb2_nv_set(ctx, VB2_NV_RECOVERY_SUBCODE, subcode); in vb2_fail()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.h100 void SetExceptionInformation(int type, int code, int subcode, in SetExceptionInformation() argument
104 exception_subcode_ = subcode; in SetExceptionInformation()
Dexception_handler.cc568 int subcode = 0; in WaitForMessage() local
570 subcode = receive.code[1]; in WaitForMessage()
574 subcode, NULL, receive.thread.name, in WaitForMessage()
/external/vboot_reference/firmware/2lib/include/
D2misc.h65 void vb2_fail(struct vb2_context *ctx, uint8_t reason, uint8_t subcode);
D2api.h275 void vb2api_fail(struct vb2_context *ctx, uint8_t reason, uint8_t subcode);
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.cpp1183 const uint32_t subcode = packet.GetU32 (&offset); in DumpPacket() local
1202 cpu, exc_cstr, exc, code, code, subcode, subcode); in DumpPacket()
/external/kernel-headers/original/uapi/sound/
Dasound.h50 unsigned char subcode[147]; /* AES/IEC958 subcode bits */ member
/external/robolectric/lib/main/
Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...