Home
last modified time | relevance | path

Searched refs:command_length (Results 1 – 3 of 3) 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
409 MakeRequestPacketHeader (command, request_packet, command_length); in SendRequestConnect()
437 const uint32_t command_length = 8 + 2; in SendRequestReattach() local
438 MakeRequestPacketHeader (command, request_packet, command_length); in SendRequestReattach()
476 const uint32_t command_length = 8; in SendRequestVersion() local
477 MakeRequestPacketHeader (command, request_packet, command_length); in SendRequestVersion()
503 const uint32_t command_length = 8;
504 MakeRequestPacketHeader (command, request_packet, command_length);
613 const uint32_t command_length = 8; in SendRequestHostInfo() local
614 MakeRequestPacketHeader (command, request_packet, command_length); in SendRequestHostInfo()
[all …]
/external/mesa3d/src/mapi/glapi/gen/
DglX_proto_common.py90 print ' const GLuint cmdlen = %s - %u;' % (f.command_length(), bias)
92 print ' const GLuint cmdlen = %s;' % (f.command_length())
DglX_XML.py372 def command_length(self): member in glx_function