Home
last modified time | relevance | path

Searched refs:ucSize (Results 1 – 2 of 2) sorted by relevance

/rkdeveloptool/
H A DRKBoot.cpp56 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()
[all …]
H A DRKBoot.h29 UCHAR ucSize; member