Home | History | Annotate | Download | only in analysis

Lines Matching refs:totalCount

787 static bool constructIndexMap(int totalCount, const BitVector* pBits,
798 u2* mapToNew = (u2*) malloc(totalCount * sizeof(u2));
807 for (entry = 0; entry < totalCount; entry++) {
825 pMap->origCount = totalCount;