Searched refs:sector_end (Results 1 – 1 of 1) sorted by relevance
138 const Address sector_end = sector_base + partition_.sector_size_bytes(); in AddressInSector() local140 return ((address >= sector_base) && (address < sector_end)); in AddressInSector()