Home
last modified time | relevance | path

Searched refs:newAlignedSize (Results 1 – 2 of 2) sorted by relevance

/trunk/main/cppu/source/typelib/
H A Dstatic_types.cxx102 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 Dtypelib.cxx90 static inline sal_Int32 newAlignedSize( in newAlignedSize() function
808 …OSL_ENSURE( newAlignedSize( 0, ((typelib_TypeDescription *)pTmp->pBaseTypeDescription)->nSize, ((t… in newTypeDescription()
861 nOffset = newAlignedSize( nOffset, size, alignment ); in newTypeDescription()
1863 nStructSize = newAlignedSize( nStructSize, nMaxIntegral, nMaxIntegral ); in typelib_typedescription_getAlignedUnoSize()
1949 return newAlignedSize( nOffset, nSize, rMaxIntegralTypeSize ); in typelib_typedescription_getAlignedUnoSize()

Completed in 18 milliseconds