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

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
ASCIIFastPath.h 112 for (;i < length && !isAlignedTo<memoryAccessMask>(&source[i]); ++i) {
144 while (!isAlignedTo<memoryAccessMask>(destination))
  /external/chromium_org/third_party/WebKit/Source/wtf/
Alignment.h 63 inline bool isAlignedTo(const void* pointer)

Completed in 95 milliseconds