Searched refs:DECODE_SLABEL (Results 1 – 3 of 3) sorted by relevance
42 #define DECODE_SLABEL do { unum = (ip[0] | (ip[1] << 8)) - 0x8000; ip += 2; } while (0) macro323 DECODE_SLABEL; in mp_bytecode_print_str()328 DECODE_SLABEL; in mp_bytecode_print_str()333 DECODE_SLABEL; in mp_bytecode_print_str()338 DECODE_SLABEL; in mp_bytecode_print_str()343 DECODE_SLABEL; in mp_bytecode_print_str()357 DECODE_SLABEL; in mp_bytecode_print_str()
451 #define DECODE_SLABEL do { unum = (ip[0] | (ip[1] << 8)) - 0x8000; ip += 2; } while (0) macro677 DECODE_SLABEL; in mp_prof_opcode_decode()683 DECODE_SLABEL; in mp_prof_opcode_decode()689 DECODE_SLABEL; in mp_prof_opcode_decode()695 DECODE_SLABEL; in mp_prof_opcode_decode()701 DECODE_SLABEL; in mp_prof_opcode_decode()717 DECODE_SLABEL; in mp_prof_opcode_decode()
65 #define DECODE_SLABEL size_t slab = (ip[0] | (ip[1] << 8)) - 0x8000; ip += 2 macro605 DECODE_SLABEL; in mp_execute_bytecode()611 DECODE_SLABEL; in mp_execute_bytecode()619 DECODE_SLABEL; in mp_execute_bytecode()627 DECODE_SLABEL; in mp_execute_bytecode()637 DECODE_SLABEL; in mp_execute_bytecode()715 DECODE_SLABEL; in mp_execute_bytecode()
Completed in 7 milliseconds