Searched refs:_FX_DYNAMICSTOREBLOCK (Results 1 – 1 of 1) sorted by relevance
94 typedef struct _FX_DYNAMICSTOREBLOCK { struct95 _FX_DYNAMICSTOREBLOCK* NextBlock() const { in NextBlock() argument96 return (_FX_DYNAMICSTOREBLOCK*)(Data() + iBlockSize); in NextBlock()99 return (uint8_t*)this + sizeof(_FX_DYNAMICSTOREBLOCK); in Data() argument