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

/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp425 uint8_t opcode_length = prologue->StandardOpcodeLengths[opcode - 1]; local
426 for (uint8_t i=0; i<opcode_length; ++i)
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttinterp.c834 /* the `opcode_length' table, and the value in `Pop_Push_Count' is set */
1406 const FT_Char opcode_length[256] = variable
4471 CUR.length = opcode_length[CUR.opcode];
7509 if ( ( CUR.length = opcode_length[CUR.opcode] ) < 0 )
/external/freetype/src/truetype/
H A Dttinterp.c843 /* the `opcode_length' table, and the value in `Pop_Push_Count' is set */
1415 const FT_Char opcode_length[256] = variable
4356 CUR.length = opcode_length[CUR.opcode];
8196 if ( ( CUR.length = opcode_length[CUR.opcode] ) < 0 )

Completed in 2917 milliseconds