Home
last modified time | relevance | path

Searched refs:OpCode_OneByteIntFirst (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-cff-interp-common.hh77 #define OpCode_OneByteIntFirst 32 /* All. beginning of the range of first byte ints */ macro
621 if (likely ((OpCode_OneByteIntFirst <= op) && (op <= OpCode_OneByteIntLast))) in process_op()
H A Dhb-cff-interp-cs-common.hh443 return (OpCode_OneByteIntFirst <= op) && (op <= OpCode_OneByteIntLast); in is_number_op()