Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-cff-interp-common.hh86 #define OpCode_TwoByteNegInt0 251 /* All. first byte of two byte negative int (-1131 to -108) */ macro
613 case OpCode_TwoByteNegInt0: case OpCode_TwoByteNegInt1: in process_op()
615 env.argStack.push_int ((-(int16_t)(op - OpCode_TwoByteNegInt0) * 256 - env.str_ref[0] - 108)); in process_op()
H A Dhb-subset-cff-common.hh68 encode_byte ((v >> 8) + OpCode_TwoByteNegInt0); in encode_int()
H A Dhb-cff-interp-cs-common.hh437 case OpCode_TwoByteNegInt0: case OpCode_TwoByteNegInt1: in is_number_op()