Searched refs:alginedSize (Results 1 – 1 of 1) sorted by relevance
716 uint32_t alginedSize; in EE_CopyRecord() local721 alginedSize = handle->eeDataValueSize - (handle->eeDataValueSize % handle->ftfxProgramSize); in EE_CopyRecord()722 …remainingSize = handle->eeSectorRecordLength - alginedSize - handle->ftfxProgramSize - handle->com… in EE_CopyRecord()727 alginedSize = handle->eeSectorRecordLength; in EE_CopyRecord()733 returnCode = EE_MultiProgram(handle, g_freeSpaceAddress, alginedSize, (uint8_t *)address); in EE_CopyRecord()739 … returnCode = EE_MultiProgram(handle, g_freeSpaceAddress + alginedSize + handle->ftfxProgramSize, in EE_CopyRecord()752 …returnCode = EE_MultiProgram(handle, g_freeSpaceAddress + alginedSize, handle->ftfxProgramSize, re… in EE_CopyRecord()2115 uint32_t alginedSize; in EE_WriteData() local2127 alginedSize = handle->eeDataValueSize - (handle->eeDataValueSize % handle->ftfxProgramSize); in EE_WriteData()2128 …remainingSize = handle->eeSectorRecordLength - alginedSize - handle->ftfxProgramSize - handle->com… in EE_WriteData()[all …]