Searched refs:opcode_length (Results 1 – 4 of 4) sorted by relevance
455 uint8_t opcode_length = Prologue.StandardOpcodeLengths[opcode - 1]; in parse() local456 for (uint8_t i = 0; i < opcode_length; ++i) in parse()
790 const uint8_t opcode_length = prologue->standard_opcode_lengths[opcode - 1]; in ParseStatementTable() local791 for (i=0; i<opcode_length; ++i) in ParseStatementTable()
1226 const FT_Char opcode_length[256] = variable3342 exc->length = opcode_length[exc->opcode]; in SkipCode()7584 if ( ( exc->length = opcode_length[exc->opcode] ) < 0 ) in TT_RunIns()
1381 const FT_Char opcode_length[256] = variable4438 CUR.length = opcode_length[CUR.opcode]; in SkipCode()8269 if ( ( CUR.length = opcode_length[CUR.opcode] ) < 0 ) in TT_RunIns()