Lines Matching refs:ucSize
50 UCHAR ucCount, ucSize; in SaveEntryFile() local
56 ucSize = m_471Size; in SaveEntryFile()
61 ucSize = m_472Size; in SaveEntryFile()
66 ucSize = m_loaderSize; in SaveEntryFile()
76 pEntry = (PSTRUCT_RKBOOT_ENTRY)(m_BootData + dwOffset + (ucSize * ucIndex)); in SaveEntryFile()
90 UCHAR ucCount, ucSize; in GetEntryProperty() local
96 ucSize = m_471Size; in GetEntryProperty()
101 ucSize = m_472Size; in GetEntryProperty()
106 ucSize = m_loaderSize;//Loader��������ʱ�Ѿ�512���� in GetEntryProperty()
116 pEntry = (PSTRUCT_RKBOOT_ENTRY)(m_BootData + dwOffset + (ucSize * ucIndex)); in GetEntryProperty()
128 UCHAR ucCount, ucSize; in GetEntryData() local
134 ucSize = m_471Size; in GetEntryData()
139 ucSize = m_472Size; in GetEntryData()
144 ucSize = m_loaderSize; in GetEntryData()
154 pEntry = (PSTRUCT_RKBOOT_ENTRY)(m_BootData + dwOffset + (ucSize * ucIndex)); in GetEntryData()
161 UCHAR ucCount, ucSize; in GetIndexByName() local
167 ucSize = m_471Size; in GetIndexByName()
172 ucSize = m_472Size; in GetIndexByName()
177 ucSize = m_loaderSize; in GetIndexByName()
186 pEntry = (PSTRUCT_RKBOOT_ENTRY)(m_BootData + dwOffset + (ucSize * i)); in GetIndexByName()