Home
last modified time | relevance | path

Searched refs:numSub (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/zipfile/
Dzipfile.c508 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()
[all …]
/CafeSDK-2.12.13/system/src/lib/szfile/
Dszfile.c294 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()
[all …]