Lines Matching defs:words
173 vector<deUint32> words (numWords, 0u);
175 deMemcpy(&words[0], combinedStr.c_str(), strLen);
177 return words;
182 const vector<deUint32> words = getSearchPath(id);
190 if (curNode.word == words[wordNdx])
192 if (wordNdx+1 < words.size())
199 else if (wordNdx+1 == words.size())
251 void addToSparseIndex (SparseIndexNode* group, const deUint32* words, size_t numWords, deUint32 index)
253 const deUint32 curWord = words[0];
276 addToSparseIndex(child, words+1, numWords-1, index);