Searched refs:EXTRACT_OPCODE (Results 1 – 3 of 3) sorted by relevance
169 #define EXTRACT_OPCODE(i) (((i) >> 3) & 31) macro
87 const uint32_t opcode = EXTRACT_OPCODE(bytecode); in main()
86 const uint32_t opcode = EXTRACT_OPCODE(bytecode); in accept_packet()