Home
last modified time | relevance | path

Searched refs:attributesAreaSize (Results 1 – 8 of 8) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/alan3/
H A Dstate.cpp219 …gameState.attributes = (AttributeEntry *)duplicate(attributes, header->attributesAreaSize * sizeof… in collectInstanceData()
328 header->attributesAreaSize * sizeof(Aword)); in recallInstances()
H A Dacode.h551 Aint attributesAreaSize; /* Size of attribute data area in Awords */ member
608 Aint attributesAreaSize; /* Size of attribute data area in Awords */ member
664 Aint attributesAreaSize; /* Size of attribute data area in Awords */ member
H A Dsave.cpp68 for (Aint i = 0; i < header->attributesAreaSize / 3; ++i) in syncGame()
H A Dmain.cpp471 if (size != header->attributesAreaSize in sizeOfAttributeData()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/alan3/
H A Dstate.cpp219 …gameState.attributes = (AttributeEntry *)duplicate(attributes, header->attributesAreaSize * sizeof… in collectInstanceData()
328 header->attributesAreaSize * sizeof(Aword)); in recallInstances()
H A Dacode.h551 Aint attributesAreaSize; /* Size of attribute data area in Awords */ member
608 Aint attributesAreaSize; /* Size of attribute data area in Awords */ member
664 Aint attributesAreaSize; /* Size of attribute data area in Awords */ member
H A Dsave.cpp68 for (Aint i = 0; i < header->attributesAreaSize / 3; ++i) in syncGame()
H A Dmain.cpp471 if (size != header->attributesAreaSize in sizeOfAttributeData()