Searched refs:byref_word_count (Results 1 – 1 of 1) sorted by relevance
2607 unsigned strong_word_count = 0, byref_word_count=0, weak_word_count=0; in InlineLayoutInstruction() local2621 byref_word_count = (inst & 0xF)+1; in InlineLayoutInstruction()2640 byref_word_count = (inst & 0xF)+1; in InlineLayoutInstruction()2647 byref_word_count = (inst & 0xF)+1; in InlineLayoutInstruction()2665 byref_word_count = (inst & 0xF)+1; in InlineLayoutInstruction()2679 if (strong_word_count == 16 || byref_word_count == 16 || weak_word_count == 16) in InlineLayoutInstruction()2683 (strong_word_count != 0) + (byref_word_count != 0) + (weak_word_count != 0); in InlineLayoutInstruction()2689 if (byref_word_count) in InlineLayoutInstruction()2690 Result += byref_word_count; in InlineLayoutInstruction()