Home
last modified time | relevance | path

Searched refs:ALIGNED_SIZE (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/rsc/source/res/
H A Drscarray.cxx103 nSize = nOffInstData + ALIGNED_SIZE( sizeof( RscArrayInst ) ); in RscArray()
H A Drscclass.cxx58 nSize = nSuperSize + ALIGNED_SIZE( sizeof( RscClassInst ) ); in RscClass()
H A Drsccont.cxx77 nSize = nOffInstData + ALIGNED_SIZE( sizeof( RscBaseContInst ) ); in RscBaseCont()
H A Drscmgr.cxx65 return RscClass::Size() + ALIGNED_SIZE( sizeof( RscMgrInst ) ); in Size()
H A Drscstr.cxx54 nSize = ALIGNED_SIZE( sizeof( RscStringInst ) ); in RscString()
H A Drscconst.cxx247 nSize = ALIGNED_SIZE( sizeof( RscEnumInst ) ); in RscEnum()
H A Drscflag.cxx62 return( ALIGNED_SIZE( sizeof( RscFlagInst ) * in Size()
H A Drscrange.cxx55 nSize = ALIGNED_SIZE( sizeof( RscRangeInst ) ); in RscRange()
265 nSize = ALIGNED_SIZE( sizeof( RscLongRangeInst ) ); in RscLongRange()
488 nSize = ALIGNED_SIZE( sizeof( RscId ) ); in RscIdRange()
/trunk/main/rsc/inc/
H A Drsctools.hxx43 #define ALIGNED_SIZE( nSize ) \ macro

Completed in 208 milliseconds