HomeSort by relevance Sort by last modified time
    Searched refs:alignToMachineWord (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
ASCIIFastPath.h 47 template<typename T> inline T* alignToMachineWord(T* pointer)
88 const CharacterType* wordEnd = alignToMachineWord(end);
TextCodecLatin1.cpp 130 const uint8_t* alignedEnd = alignToMachineWord(end);
TextCodecUTF8.cpp 277 const uint8_t* alignedEnd = alignToMachineWord(end);

Completed in 199 milliseconds