Lines Matching refs:ucCount
56 UCHAR ucCount,ucSize; in SaveEntryFile() local
61 ucCount = m_471Count; in SaveEntryFile()
66 ucCount = m_472Count; in SaveEntryFile()
71 ucCount = m_loaderCount; in SaveEntryFile()
77 if (ucIndex >= ucCount) in SaveEntryFile()
96 UCHAR ucCount,ucSize; in GetEntryProperty() local
101 ucCount = m_471Count; in GetEntryProperty()
106 ucCount = m_472Count; in GetEntryProperty()
111 ucCount = m_loaderCount; in GetEntryProperty()
117 if (ucIndex >= ucCount) in GetEntryProperty()
134 UCHAR ucCount,ucSize; in GetEntryData() local
139 ucCount = m_471Count; in GetEntryData()
144 ucCount = m_472Count; in GetEntryData()
149 ucCount = m_loaderCount; in GetEntryData()
155 if (ucIndex >= ucCount) in GetEntryData()
167 UCHAR ucCount,ucSize; in GetIndexByName() local
172 ucCount = m_471Count; in GetIndexByName()
177 ucCount = m_472Count; in GetIndexByName()
182 ucCount = m_loaderCount; in GetIndexByName()
189 for (UCHAR i=0;i<ucCount;i++) in GetIndexByName()