Home
last modified time | relevance | path

Searched refs:instructionLength (Results 1 – 7 of 7) sorted by relevance

/external/proguard/src/proguard/preverify/
DCodeSubroutineInliner.java119 int instructionLength = instruction.length(offset); in visitCodeAttribute0() local
140 offset += instructionLength; in visitCodeAttribute0()
360 int instructionLength = instruction.length(offset); in visitExceptionInfo() local
377 startPC = offset + instructionLength; in visitExceptionInfo()
/external/proguard/src/proguard/classfile/attribute/
DCodeAttribute.java137 int instructionLength = instruction.length(offset); in instructionsAccept() local
139 offset += instructionLength; in instructionsAccept()
/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh442 const HBUINT16 &instructionLength = StructAtOffset<HBUINT16> (&bytes, instruction_length_offset); in instructions_length() local
444 if (unlikely (length (instructionLength) > bytes.length)) return 0; in instructions_length()
445 return instructionLength; in instructions_length()
/external/mesa3d/src/gallium/drivers/svga/include/
DVGPU10ShaderTokens.h488 unsigned int instructionLength : 7; member
/external/fonttools/Lib/fontTools/ttLib/
Dwoff2.py794 instructionLength, glyphStream = unpack255UShort(glyphStream)
796 glyph.program.fromBytecode(instructionStream[:instructionLength])
798 self.instructionStream = instructionStream[instructionLength:]
/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_l_y_f.py700 instructionLength, = struct.unpack(">h", data[:2])
703 self.program.fromBytecode(data[:instructionLength])
704 data = data[instructionLength:]
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c1980 token0.instructionLength = 0; /* Filled in by end_emit_instruction() */ in emit_opcode_precise()
2020 token0.instructionLength = 0; /* Filled in by end_emit_instruction() */ in emit_opcode_resinfo()
2042 token0.instructionLength = 0; /* Filled in by end_emit_instruction() */ in emit_sample_opcode()
2128 tokens[emit->inst_start_token].instructionLength = inst_length; in end_emit_instruction()
10744 token.instructionLength = 1; in emit_vgpu10_header()
10760 token.instructionLength = 1; in emit_vgpu10_header()