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

  /external/webkit/Source/WebKit2/Platform/CoreIPC/
ArgumentDecoder.cpp 70 static inline uint8_t* roundUpToAlignment(uint8_t* ptr, unsigned alignment)
79 uint8_t* buffer = roundUpToAlignment(m_bufferPos, alignment);
92 return static_cast<size_t>(m_bufferEnd - roundUpToAlignment(m_bufferPos, alignment)) >= size;
ArgumentEncoder.cpp 61 static inline size_t roundUpToAlignment(size_t value, unsigned alignment)
68 size_t alignedSize = roundUpToAlignment(m_bufferSize, alignment);

Completed in 120 milliseconds