Home
last modified time | relevance | path

Searched defs:cmd1 (Results 1 – 5 of 5) sorted by relevance

/external/mtools/
Dmzip.c194 static int short_command(int priv, int fd, uint8_t cmd1, uint8_t cmd2, in short_command()
219 static int door_command(int priv, int fd, uint8_t cmd1, uint8_t cmd2, in door_command()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeIndirectComputeDispatchTests.cpp807 const DispatchCommand& cmd1, in commandsVec()
822 const DispatchCommand& cmd1, in commandsVec()
/external/rust/crates/vulkano/src/command_buffer/synced/
Dbuilder.rs290 let cmd1 = &self.commands[*collision_cmd_id]; in append_command() localVariable
/external/google-breakpad/src/common/mac/
Dmacho_reader_unittest.cc1299 SegmentLoadCommand cmd1, cmd2, cmd3; in TEST_F() local
1689 SegmentLoadCommand cmd1, cmd2, cmd3; in TEST_F() local
/external/openthread/tests/scripts/thread-cert/pktverify/
Dpacket_filter.py600 def filter_mle_cmd2(self, cmd1, cmd2, **kwargs): argument