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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DASCIIFastPath.h47 template<typename T> inline T* alignToMachineWord(T* pointer) function in namespace:WTF
88 const CharacterType* wordEnd = alignToMachineWord(end);
H A DTextCodecLatin1.cpp130 const uint8_t* alignedEnd = alignToMachineWord(end);
H A DTextCodecUTF8.cpp277 const uint8_t* alignedEnd = alignToMachineWord(end);

Completed in 285 milliseconds