Searched refs:alignToMachineWord (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/text/
H A DTextCodecASCIIFastPath.h89 template<typename T> inline T* alignToMachineWord(T* pointer) function in namespace:WebCore
H A DTextCodecLatin1.cpp126 const uint8_t* alignedEnd = alignToMachineWord(end);
H A DTextCodecUTF8.cpp225 const uint8_t* alignedEnd = alignToMachineWord(end);

Completed in 606 milliseconds