Lines Matching refs:ucCount
50 UCHAR ucCount, ucSize; in SaveEntryFile() local
55 ucCount = m_471Count; in SaveEntryFile()
60 ucCount = m_472Count; in SaveEntryFile()
65 ucCount = m_loaderCount; in SaveEntryFile()
71 if (ucIndex >= ucCount) in SaveEntryFile()
90 UCHAR ucCount, ucSize; in GetEntryProperty() local
95 ucCount = m_471Count; in GetEntryProperty()
100 ucCount = m_472Count; in GetEntryProperty()
105 ucCount = m_loaderCount; in GetEntryProperty()
111 if (ucIndex >= ucCount) in GetEntryProperty()
128 UCHAR ucCount, ucSize; in GetEntryData() local
133 ucCount = m_471Count; in GetEntryData()
138 ucCount = m_472Count; in GetEntryData()
143 ucCount = m_loaderCount; in GetEntryData()
149 if (ucIndex >= ucCount) in GetEntryData()
161 UCHAR ucCount, ucSize; in GetIndexByName() local
166 ucCount = m_471Count; in GetIndexByName()
171 ucCount = m_472Count; in GetIndexByName()
176 ucCount = m_loaderCount; in GetIndexByName()
183 for (UCHAR i = 0; i < ucCount; i++) in GetIndexByName()