Searched refs:OpCode_TwoBytePosInt0 (Results 1 – 3 of 3) sorted by relevance
79 #define OpCode_TwoBytePosInt0 247 /* All. first byte of two byte positive int (+108 to +1131) */ macro652 case OpCode_TwoBytePosInt0: case OpCode_TwoBytePosInt1: in process_op()654 env.argStack.push_int ((int16_t)((op - OpCode_TwoBytePosInt0) * 256 + env.str_ref[0] + 108)); in process_op()
60 encode_byte ((v >> 8) + OpCode_TwoBytePosInt0); in encode_int()
446 case OpCode_TwoBytePosInt0: case OpCode_TwoBytePosInt1: in is_number_op()