Searched defs:MachineWord (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/text/
H A DTextCodecASCIIFastPath.h36 typedef uintptr_t MachineWord; typedef in namespace:WebCore
39 // pointers. Not because MachineWord is uintptr_t.
40 const uintptr_t machineWordAlignmentMask = sizeof(MachineWord) - 1;
74 inline bool isAllASCII(MachineWord word)
76 return !(word & NonASCIIMask<sizeof(MachineWord)>::value());
81 UCharByteFiller<sizeof(MachineWord)>::copy(destination, source);

Completed in 56 milliseconds