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