Searched refs:OPCODE_DECRQ (Results 1 – 1 of 1) sorted by relevance
91 pub const OPCODE_DECRQ: u8 = 0x16; const243 DecrementQuietly = consts::OPCODE_DECRQ,313 consts::OPCODE_DECRQ => Some(Command::DecrementQuietly), in from_u8()