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

/external/vboot_reference/firmware/2lib/
H A D2api.c29 void vb2api_fail(struct vb2_context *ctx, uint8_t reason, uint8_t subcode) argument
34 vb2_fail(ctx, reason, subcode);
H A D2misc.c66 void vb2_fail(struct vb2_context *ctx, uint8_t reason, uint8_t subcode) argument
104 * Set a recovery reason and subcode only if they're not already set.
108 VB2_DEBUG("Need recovery, reason: %#x / %#x\n", reason, subcode);
111 vb2_nv_set(ctx, VB2_NV_RECOVERY_SUBCODE, subcode);
/external/google-breakpad/src/client/mac/handler/
H A Dminidump_generator.h100 void SetExceptionInformation(int type, int code, int subcode, argument
104 exception_subcode_ = subcode;
H A Dexception_handler.cc568 int subcode = 0; local
570 subcode = receive.code[1];
574 subcode, NULL, receive.thread.name,
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp1183 const uint32_t subcode = packet.GetU32 (&offset); local
1201 s.Printf ("{ cpu = 0x%8.8x, exc = %s (%u), code = %u (0x%8.8x), subcode = %u (0x%8.8x)} ",
1202 cpu, exc_cstr, exc, code, code, subcode, subcode);
/external/v8/src/x64/
H A Dassembler-x64.cc496 void Assembler::immediate_arithmetic_op(byte subcode, argument
504 emit_modrm(subcode, dst);
507 emit(0x05 | (subcode << 3));
511 emit_modrm(subcode, dst);
516 void Assembler::immediate_arithmetic_op(byte subcode, argument
524 emit_operand(subcode, dst);
528 emit_operand(subcode, dst);
534 void Assembler::immediate_arithmetic_op_16(byte subcode, argument
542 emit_modrm(subcode, dst);
545 emit(0x05 | (subcode <<
555 immediate_arithmetic_op_16(byte subcode, const Operand& dst, Immediate src) argument
573 immediate_arithmetic_op_8(byte subcode, const Operand& dst, Immediate src) argument
585 immediate_arithmetic_op_8(byte subcode, Register dst, Immediate src) argument
600 shift(Register dst, Immediate shift_amount, int subcode, int size) argument
620 shift(Register dst, int subcode, int size) argument
[all...]
/external/kernel-headers/original/uapi/sound/
H A Dasound.h50 unsigned char subcode[147]; /* AES/IEC958 subcode bits */ member in struct:snd_aes_iec958
/external/robolectric/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...

Completed in 272 milliseconds