Lines Matching defs:word
190 if (curNode.word == words[wordNdx])
204 else if (curNode.word != 0)
221 deUint32 word;
226 : word (word_)
231 : word (0)
243 bool isNullByteTerminated (deUint32 word)
246 deMemcpy(bytes, &word, sizeof(word));
258 if (group->children[childNdx]->word == curWord)
281 // Prepares sparse index for finalization. Ensures that child with word = 0 is moved
291 if (group->children[childNdx]->word == 0)
300 // Move child with word = 0 to last
332 DE_ASSERT(group->children.empty() || group->children.back()->word == 0);
339 index[childNdx].word = child->word;
368 (*dst)[0].word = 0u;