Searched refs:notDone (Results 1 – 6 of 6) sorted by relevance
200 BOOL notDone = YES;201 while (notDone) {203 notDone = DoTestIo(input, output);
3434 U32 notDone = 1; in ZBUFF_decompressContinue() local3437 while (notDone) in ZBUFF_decompressContinue()3512 notDone = 0; in ZBUFF_decompressContinue()3528 if (ip==iend) { notDone = 0; break; } /* no more input */ in ZBUFF_decompressContinue()3541 … if (loadedSize < toLoad) { notDone = 0; break; } /* not enough input, wait for more */ in ZBUFF_decompressContinue()3569 notDone = 0; in ZBUFF_decompressContinue()
3899 U32 notDone = 1; in ZBUFFv05_decompressContinue() local3901 while (notDone) { in ZBUFFv05_decompressContinue()3974 notDone = 0; in ZBUFFv05_decompressContinue()3989 if (ip==iend) { notDone = 0; break; } /* no more input */ in ZBUFFv05_decompressContinue()4002 … if (loadedSize < toLoad) { notDone = 0; break; } /* not enough input, wait for more */ in ZBUFFv05_decompressContinue()4029 notDone = 0; in ZBUFFv05_decompressContinue()
4028 U32 notDone = 1; in ZBUFFv06_decompressContinue() local4030 while (notDone) { in ZBUFFv06_decompressContinue()4083 notDone = 0; in ZBUFFv06_decompressContinue()4097 if (ip==iend) { notDone = 0; break; } /* no more input */ in ZBUFFv06_decompressContinue()4109 … if (loadedSize < toLoad) { notDone = 0; break; } /* not enough input, wait for more */ in ZBUFFv06_decompressContinue()4136 notDone = 0; in ZBUFFv06_decompressContinue()
4410 U32 notDone = 1; in ZBUFFv07_decompressContinue() local4412 while (notDone) { in ZBUFFv07_decompressContinue()4468 notDone = 0; in ZBUFFv07_decompressContinue()4483 if (ip==iend) { notDone = 0; break; } /* no more input */ in ZBUFFv07_decompressContinue()4495 … if (loadedSize < toLoad) { notDone = 0; break; } /* not enough input, wait for more */ in ZBUFFv07_decompressContinue()4524 notDone = 0; in ZBUFFv07_decompressContinue()
814 typedef enum { notDone, fromTmpBuffer, fromSrcBuffer } LZ4F_lastBlockStatus; enumerator834 LZ4F_lastBlockStatus lastBlockCompressed = notDone; in LZ4F_compressUpdate()