Searched refs:instruction_length_offset (Results 1 – 1 of 1) sorted by relevance
439 unsigned int instruction_length_offset = instruction_len_offset (); in instructions_length() local440 if (unlikely (instruction_length_offset + 2 > bytes.length)) return 0; in instructions_length()442 const HBUINT16 &instructionLength = StructAtOffset<HBUINT16> (&bytes, instruction_length_offset); in instructions_length()