Searched refs:roundUpToAlignment (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DArgumentDecoder.cpp70 static inline uint8_t* roundUpToAlignment(uint8_t* ptr, unsigned alignment) function in namespace:CoreIPC
79 uint8_t* buffer = roundUpToAlignment(m_bufferPos, alignment);
92 return static_cast<size_t>(m_bufferEnd - roundUpToAlignment(m_bufferPos, alignment)) >= size;
H A DArgumentEncoder.cpp61 static inline size_t roundUpToAlignment(size_t value, unsigned alignment) function in namespace:CoreIPC
68 size_t alignedSize = roundUpToAlignment(m_bufferSize, alignment);

Completed in 40 milliseconds