Home
last modified time | relevance | path

Searched refs:OpCode_TwoByteNegInt0 (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-cff-interp-common.hh84 #define OpCode_TwoByteNegInt0 251 /* All. first byte of two byte negative int (-1131 to -108) */ macro
711 case OpCode_TwoByteNegInt0: case OpCode_TwoByteNegInt1: in process_op()
713 env.argStack.push_int ((int16_t)(-(op - OpCode_TwoByteNegInt0) * 256 - env.substr[0] - 108)); in process_op()
Dhb-subset-cff-common.hh66 encode_byte ((v >> 8) + OpCode_TwoByteNegInt0); in encode_int()
Dhb-cff-interp-cs-common.hh446 case OpCode_TwoByteNegInt0: case OpCode_TwoByteNegInt1: in is_number_op()