Lines Matching defs:Word
1237 uint64_t Word;
1239 // scan sizeof(Word) bytes at a time for new lines.
1241 if ((unsigned long)(End - Start) > sizeof(Word)) {
1243 Word = llvm::support::endian::read64(Buf, llvm::endianness::little);
1244 // no new line => jump over sizeof(Word) bytes.
1245 auto Mask = likelyhasbetween(Word, '\n', '\r');
1247 Buf += sizeof(Word);
1256 Word >>= N;
1258 unsigned char Byte = Word;
1269 } while (Buf < End - sizeof(Word) - 1);