Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.cpp408 const uint32_t command_length = 8 + 2 + 2 + ::strlen(greeting) + 1; in SendRequestConnect() local
437 const uint32_t command_length = 8 + 2; in SendRequestReattach() local
476 const uint32_t command_length = 8; in SendRequestVersion() local
613 const uint32_t command_length = 8; in SendRequestHostInfo() local
648 const uint32_t command_length = 8; in SendRequestKernelVersion() local
666 const uint32_t command_length = 8; in SendRequestDisconnect() local
688 const uint32_t command_length = 8 + command_addr_byte_size + 4; in SendRequestReadMemory() local
733 const uint32_t command_length = 8 + command_addr_byte_size + 4 + src_len; in SendRequestWriteMemory() local
768 const uint32_t command_length = 8 + src_len; in SendRawRequest() local
1326 const uint32_t command_length = 8 + 4 + 4; in SendRequestReadRegisters() local
[all …]
/external/mesa3d/src/mapi/glapi/gen/
DglX_XML.py372 def command_length(self): member in glx_function