Lines Matching refs:ucSize
56 UCHAR ucCount,ucSize; in SaveEntryFile() local
62 ucSize = m_471Size; in SaveEntryFile()
67 ucSize = m_472Size; in SaveEntryFile()
72 ucSize = m_loaderSize; in SaveEntryFile()
82 pEntry = (PSTRUCT_RKBOOT_ENTRY)(m_BootData+dwOffset+(ucSize*ucIndex)); in SaveEntryFile()
96 UCHAR ucCount,ucSize; in GetEntryProperty() local
102 ucSize = m_471Size; in GetEntryProperty()
107 ucSize = m_472Size; in GetEntryProperty()
112 ucSize = m_loaderSize;//Loader��������ʱ�Ѿ�512���� in GetEntryProperty()
122 pEntry = (PSTRUCT_RKBOOT_ENTRY)(m_BootData+dwOffset+(ucSize*ucIndex)); in GetEntryProperty()
134 UCHAR ucCount,ucSize; in GetEntryData() local
140 ucSize = m_471Size; in GetEntryData()
145 ucSize = m_472Size; in GetEntryData()
150 ucSize = m_loaderSize; in GetEntryData()
160 pEntry = (PSTRUCT_RKBOOT_ENTRY)(m_BootData+dwOffset+(ucSize*ucIndex)); in GetEntryData()
167 UCHAR ucCount,ucSize; in GetIndexByName() local
173 ucSize = m_471Size; in GetIndexByName()
178 ucSize = m_472Size; in GetIndexByName()
183 ucSize = m_loaderSize; in GetIndexByName()
192 pEntry = (PSTRUCT_RKBOOT_ENTRY)(m_BootData+dwOffset+(ucSize*i)); in GetIndexByName()