MachineWord 40 Source/wtf/text/ASCIIFastPath.h const uintptr_t machineWordAlignmentMask = sizeof(MachineWord) - 1; MachineWord 68 Source/wtf/text/ASCIIFastPath.h inline bool isAllASCII(MachineWord word) MachineWord 70 Source/wtf/text/ASCIIFastPath.h return !(word & NonASCIIMask<sizeof(MachineWord), CharacterType>::value()); MachineWord 78 Source/wtf/text/ASCIIFastPath.h MachineWord allCharBits = 0; MachineWord 89 Source/wtf/text/ASCIIFastPath.h const size_t loopIncrement = sizeof(MachineWord) / sizeof(CharacterType); MachineWord 91 Source/wtf/text/ASCIIFastPath.h allCharBits |= *(reinterpret_cast_ptr<const MachineWord*>(characters)); MachineWord 101 Source/wtf/text/ASCIIFastPath.h MachineWord nonASCIIBitMask = NonASCIIMask<sizeof(MachineWord), CharacterType>::value(); MachineWord 70 Source/wtf/text/TextCodecASCIIFastPath.h UCharByteFiller<sizeof(WTF::MachineWord)>::copy(destination, source); MachineWord 75 Source/wtf/text/TextCodecASCIIFastPath.h UCharByteFiller<sizeof(WTF::MachineWord)>::copy(destination, source); MachineWord 138 Source/wtf/text/TextCodecLatin1.cpp MachineWord chunk = *reinterpret_cast_ptr<const MachineWord*>(source); MachineWord 144 Source/wtf/text/TextCodecLatin1.cpp source += sizeof(MachineWord); MachineWord 145 Source/wtf/text/TextCodecLatin1.cpp destination += sizeof(MachineWord); MachineWord 189 Source/wtf/text/TextCodecLatin1.cpp MachineWord chunk = *reinterpret_cast_ptr<const MachineWord*>(source); MachineWord 195 Source/wtf/text/TextCodecLatin1.cpp source += sizeof(MachineWord); MachineWord 196 Source/wtf/text/TextCodecLatin1.cpp destination16 += sizeof(MachineWord); MachineWord 302 Source/wtf/text/TextCodecUTF8.cpp MachineWord chunk = *reinterpret_cast_ptr<const MachineWord*>(source); MachineWord 306 Source/wtf/text/TextCodecUTF8.cpp source += sizeof(MachineWord); MachineWord 307 Source/wtf/text/TextCodecUTF8.cpp destination += sizeof(MachineWord); MachineWord 379 Source/wtf/text/TextCodecUTF8.cpp MachineWord chunk = *reinterpret_cast_ptr<const MachineWord*>(source); MachineWord 383 Source/wtf/text/TextCodecUTF8.cpp source += sizeof(MachineWord); MachineWord 384 Source/wtf/text/TextCodecUTF8.cpp destination16 += sizeof(MachineWord);