Home | History | Annotate | Download | only in codesighs

Lines Matching refs:moduleCount

248     unsigned moduleCount = 0;
480 for(index = 0; index < moduleCount; index++)
492 if(index == moduleCount)
496 moved = realloc(modules, sizeof(ModuleStats) * (moduleCount + 1));
500 moduleCount++;
565 if(inOptions->mModules && moduleCount)
572 qsort(modules, (size_t)moduleCount, sizeof(ModuleStats), moduleCompare);
578 for(loop = 0; loop < moduleCount; loop++)
593 moduleCount = 0;