Home
last modified time | relevance | path

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

/aoo4110/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.cxx92 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 38 milliseconds