Home
last modified time | relevance | path

Searched refs:command_length (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mapi/glapi/gen/
DglX_proto_common.py87 print ' const GLuint cmdlen = %s - %u;' % (f.command_length(), bias)
89 print ' const GLuint cmdlen = %s;' % (f.command_length())
DglX_XML.py365 def command_length(self): member in glx_function
/external/syslinux/gpxe/src/drivers/net/e1000/
De1000_hw.h364 uint16_t command_length; member
2184 uint8_t command_length; member
De1000_hw.c7863 hdr.command_length = length; in e1000_mng_write_dhcp_info()