Lines Matching refs:numSub
294 UINT32 numSub; in sCountDirsNeeded() local
327 numSub = 1; in sCountDirsNeeded()
333 numSub++; in sCountDirsNeeded()
337 ret += sCountDirsNeeded(apFiles, numSub); in sCountDirsNeeded()
352 UINT32 numSub; in sDirify() local
359 numSub = aNumFiles; in sDirify()
373 } while (--numSub); in sDirify()
381 if (!numSub) in sDirify()
428 numSub = 1; in sDirify()
434 numSub++; in sDirify()
438 sDirify(pNewDir, apFiles, numSub, ppFreeDir); in sDirify()