Searched refs:opcode_length (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp464 uint8_t opcode_length = Prologue.StandardOpcodeLengths[opcode - 1]; local
465 for (uint8_t i = 0; i < opcode_length; ++i)
/external/freetype/src/truetype/
H A Dttinterp.c650 /* the `opcode_length' table, and the value in `Pop_Push_Count' is set */
1226 const FT_Char opcode_length[256] = variable
3342 exc->length = opcode_length[exc->opcode];
7584 if ( ( exc->length = opcode_length[exc->opcode] ) < 0 )
/external/pdfium/third_party/freetype/src/truetype/
H A Dttinterp.c643 /* the `opcode_length' table, and the value in `Pop_Push_Count' is set */
1219 const FT_Char opcode_length[256] = variable
3332 exc->length = opcode_length[exc->opcode];
7574 if ( ( exc->length = opcode_length[exc->opcode] ) < 0 )

Completed in 160 milliseconds