Searched refs:newAlignedSize (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/cppu/source/typelib/ |
H A D | static_types.cxx | 102 static inline sal_Int32 newAlignedSize( in newAlignedSize() function 389 …OSL_ENSURE( newAlignedSize( 0, ((typelib_TypeDescription *)pComp->pBaseTypeDescription)->nSize, ((… in init() 410 nOffset = newAlignedSize( nOffset, pTD->nSize, pTD->nAlignment ); in init()
|
H A D | typelib.cxx | 92 static inline sal_Int32 newAlignedSize( in newAlignedSize() function 810 …OSL_ENSURE( newAlignedSize( 0, ((typelib_TypeDescription *)pTmp->pBaseTypeDescription)->nSize, ((t… in newTypeDescription() 863 nOffset = newAlignedSize( nOffset, size, alignment ); in newTypeDescription() 1865 nStructSize = newAlignedSize( nStructSize, nMaxIntegral, nMaxIntegral ); in typelib_typedescription_getAlignedUnoSize() 1951 return newAlignedSize( nOffset, nSize, rMaxIntegralTypeSize ); in typelib_typedescription_getAlignedUnoSize()
|
Completed in 37 milliseconds