Searched refs:WordCount (Results 1 – 4 of 4) sorted by relevance
93 size_t WordCount = Size / 2; in encodeInstruction() local95 while (WordCount--) { in encodeInstruction()
272 size_t WordCount = Size / 2; in emitInstruction() local274 for (int64_t i = WordCount - 1; i >= 0; --i) { in emitInstruction()