Searched refs:eeSectorWaste (Results 1 – 2 of 2) sorted by relevance
170 …handle->eeSectorWaste = (handle->eeSectorSize - handle->eeSectorHeaderSize) % handle->eeSectorReco… in EE_SetEepromEmulationInfo()820 …recordAddress = oldSectorAddress + handle->eeSectorSize - handle->eeSectorWaste - handle->eeSector… in EE_SwapSector()872 … g_freeSpaceAddress = g_currentActiveSector + handle->eeSectorSize - handle->eeSectorWaste; in EE_SwapSector()944 recordAddress = sectorAddress + handle->eeSectorSize - handle->eeSectorWaste; in EE_SearchInSector()1001 searchAddress = sectorAddress + handle->eeSectorSize - handle->eeSectorWaste; in EE_SearchBlankSpace()
109 …uint32_t eeSectorWaste; /* Number of bytes in a sector that are not used for emulation … member