Home
last modified time | relevance | path

Searched defs:command_length (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.cpp346 const uint32_t command_length = 8 + 2 + 2 + ::strlen(greeting) + 1; in SendRequestConnect() local
372 const uint32_t command_length = 8 + 2; in SendRequestReattach() local
405 const uint32_t command_length = 8; in SendRequestVersion() local
491 const uint32_t command_length = 8; in SendRequestHostInfo() local
521 const uint32_t command_length = 8; in SendRequestKernelVersion() local
537 const uint32_t command_length = 8; in SendRequestDisconnect() local
556 const uint32_t command_length = 8 + command_addr_byte_size + 4; in SendRequestReadMemory() local
595 const uint32_t command_length = 8 + command_addr_byte_size + 4 + src_len; in SendRequestWriteMemory() local
626 const uint32_t command_length = 8 + src_len; in SendRawRequest() local
1176 const uint32_t command_length = 8 + 4 + 4; in SendRequestReadRegisters() local
[all …]
/external/arm-trusted-firmware/lib/semihosting/
Dsemihosting.c38 size_t command_length; member
/external/mesa3d/src/mapi/glapi/gen/
DglX_XML.py364 def command_length(self): member in glx_function