Searched refs:main_pause (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/contrib/zstd/tests/
H A Dfullbench.c585 U32 benchNb = 0, main_pause = 0; local
607 case 'p': main_pause = 1; break;
656 if (main_pause) { int unused; printf("press enter...\n"); unused = getchar(); (void)unused; }
H A Dparamgrill.c884 U32 main_pause = 0; local
918 case 'p': main_pause = 1; argument++; break;
1048 if (main_pause) { int unused; printf("press enter...\n"); unused = getchar(); (void)unused; }
/freebsd-12-stable/sys/contrib/zstd/programs/
H A Dzstdcli.c374 main_pause = 0, local
688 main_pause=1;
908 if (main_pause) waitEnter();
/freebsd-12-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c857 main_pause=0, local
965 main_pause=1;
1006 if (main_pause) waitEnter();

Completed in 103 milliseconds