Lines Matching refs:numSub
508 UINT32 numSub; in sCountDirsNeeded() local
541 numSub = 1; in sCountDirsNeeded()
547 numSub++; in sCountDirsNeeded()
551 ret += sCountDirsNeeded(apFiles, numSub); in sCountDirsNeeded()
566 UINT32 numSub; in sDirify() local
573 numSub = aNumFiles; in sDirify()
587 } while (--numSub); in sDirify()
595 if (!numSub) in sDirify()
641 numSub = 1; in sDirify()
647 numSub++; in sDirify()
651 sDirify(pNewDir, apFiles, numSub, ppFreeDir); in sDirify()