Home
last modified time | relevance | path

Searched refs:progress (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13/system/include/
DLzmaEnc.h57 ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
59 int writeEndMark, ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
74 ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
DLzma2Enc.h43 ISeqOutStream *outStream, ISeqInStream *inStream, ICompressProgress *progress);
/CafeSDK-2.12.13/system/src/tool/cafex/
DCafeFunctions.cs1644 CafeBootProgress progress, in tryCafeReboot() argument
1647 bool coldBootIntoApp = progress.waitForTitle && in tryCafeReboot()
1656 progress.waitForTitle = false; in tryCafeReboot()
1657 progress.checkPower = false; in tryCafeReboot()
1668 progress.tries = CAFERUN_RETRY_COUNT; in tryCafeReboot()
1675 if (progress.tries < CAFERUN_LAST_RETRY) in tryCafeReboot()
1677 progress.stage = bootCatDev(); in tryCafeReboot()
1678 if (!progress.Active) in tryCafeReboot()
1680 progress.tries = CAFERUN_LAST_RETRY; in tryCafeReboot()
3489 CafeBootProgress progress = new CafeBootProgress(); in run()
[all …]