Home
last modified time | relevance | path

Searched defs:_command (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/core/
Devent.hpp138 cl_command_type _command; member in clover::hard_event
/external/syslinux/gpxe/src/drivers/infiniband/
Darbel.h462 #define ARBEL_HCR_OPCODE( _command ) ( (_command) & 0xfff ) argument
463 #define ARBEL_HCR_IN_LEN( _command ) ( ( (_command) >> 12 ) & 0x7fc ) argument
464 #define ARBEL_HCR_OUT_LEN( _command ) ( ( (_command) >> 21 ) & 0x7fc ) argument
Dhermon.h588 #define HERMON_HCR_OPCODE( _command ) ( (_command) & 0xfff ) argument
589 #define HERMON_HCR_IN_LEN( _command ) ( ( (_command) >> 12 ) & 0x7fc ) argument
590 #define HERMON_HCR_OUT_LEN( _command ) ( ( (_command) >> 21 ) & 0x7fc ) argument
/external/python/cpython2/Lib/
Dimaplib.py831 def _command(self, name, *args): member in IMAP4
/external/python/cpython3/Lib/
Dimaplib.py929 def _command(self, name, *args): member in IMAP4
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp3183 BOOTSTRAPPER_COMMAND _command; member in PythonBootstrapperApplication