Searched defs:wordIndex (Results 1 – 13 of 13) sorted by relevance
201 int wordIndex = index * wordSize; in readExternalWord() local221 int wordIndex = index * wordSize; in writeExternalWord() local240 int wordIndex = index * wordSize; in readWordFromBuffer() local256 int wordIndex = index * wordSize; in storeWordInBuffer() local
202 int wordIndex = index * wordSize; in readExternalWord() local222 int wordIndex = index * wordSize; in writeExternalWord() local241 int wordIndex = index * wordSize; in readWordFromBuffer() local257 int wordIndex = index * wordSize; in storeWordInBuffer() local
40 unsigned &wordIndex) { in decodeStringLiteral()694 unsigned wordIndex = 0; in processExtension() local714 unsigned wordIndex = 1; in processExtInstImport() local842 unsigned wordIndex = 2; in processMemberName() local1045 unsigned wordIndex = 0; in processGlobalVariable() local1131 unsigned wordIndex = 1; in processName() local2318 unsigned wordIndex = 1; in processDebugString() local2545 unsigned wordIndex = 0; in processOp() local2587 unsigned wordIndex = 0; in processOp() local2711 size_t wordIndex = 0; in processOp() local
748 StringRef words, StringRef wordIndex, in emitAttributeDeserialization()795 StringRef wordIndex, in emitResultDeserialization()839 StringRef wordIndex, StringRef operands, in emitOperandDeserialization()921 wordIndex("wordIndex"), opVar("op"), operands("operands"), in emitDeserializationFunction() local
99 for (uint32_t wordIndex = 0; wordIndex < 4; ++wordIndex) { in TEST() local
189 int wordIndex = 0; in end() local
174 for (uint16_t wordIndex = 0; wordIndex < wordCount; ++wordIndex) { in spvInstructionCopy() local
193 } wordIndex; member