Lines Matching refs:idx
336 unsigned int idx=0; in osl_closeProfile() local
339 for ( idx = 0 ; idx < pProfile->m_NoLines ; ++idx) in osl_closeProfile()
341 if ( pProfile->m_Lines[idx] != 0 ) in osl_closeProfile()
343 free(pProfile->m_Lines[idx]); in osl_closeProfile()
344 pProfile->m_Lines[idx]=0; in osl_closeProfile()
353 for ( idx = 0 ; idx < pProfile->m_NoSections ; ++idx ) in osl_closeProfile()
355 if ( pProfile->m_Sections[idx].m_Entries != 0 ) in osl_closeProfile()
357 free(pProfile->m_Sections[idx].m_Entries); in osl_closeProfile()
358 pProfile->m_Sections[idx].m_Entries=0; in osl_closeProfile()
1533 unsigned int idx=0; in addLine() local
1539 for ( idx = oldmax ; idx < pProfile->m_MaxLines ; ++idx ) in addLine()
1541 pProfile->m_Lines[idx]=0; in addLine()
1748 unsigned int idx=0; in addSection() local
1754 for ( idx = oldmax ; idx < pProfile->m_MaxSections ; ++idx ) in addSection()
1756 pProfile->m_Sections[idx].m_Entries=0; in addSection()