HomeSort by: relevance | last modified time | path
    Searched refs:notDone (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v04.c 3381 U32 notDone = 1;
3384 while (notDone)
3459 notDone = 0;
3475 if (ip==iend) { notDone = 0; break; } /* no more input */
3488 if (loadedSize < toLoad) { notDone = 0; break; } /* not enough input, wait for more */
3516 notDone = 0;
zstd_v05.c 3850 U32 notDone = 1;
3852 while (notDone) {
3925 notDone = 0;
3940 if (ip==iend) { notDone = 0; break; } /* no more input */
3953 if (loadedSize < toLoad) { notDone = 0; break; } /* not enough input, wait for more */
3980 notDone = 0;
zstd_v06.c 3975 U32 notDone = 1;
3977 while (notDone) {
4031 notDone = 0;
4045 if (ip==iend) { notDone = 0; break; } /* no more input */
4057 if (loadedSize < toLoad) { notDone = 0; break; } /* not enough input, wait for more */
4084 notDone = 0;
zstd_v07.c 4354 U32 notDone = 1;
4356 while (notDone) {
4413 notDone = 0;
4428 if (ip==iend) { notDone = 0; break; } /* no more input */
4440 if (loadedSize < toLoad) { notDone = 0; break; } /* not enough input, wait for more */
4469 notDone = 0;

Completed in 52 milliseconds