Searched refs:GET_ALIGNED_SIZE (Results 1 – 4 of 4) sorted by relevance
25 constexpr T GET_ALIGNED_SIZE(T x, int alignWidth) in GET_ALIGNED_SIZE() function
24 template<typename T> constexpr T GET_ALIGNED_SIZE(T x, int alignWidth) in GET_ALIGNED_SIZE() function
106 headSize = GET_ALIGNED_SIZE(expectSize, ALIGN_WIDTH); in GetHeadDataSize()
38 dataSize_ = GET_ALIGNED_SIZE(totalSize, ALIGN_WIDH); in MessageHandler()