Searched defs:nZ (Results 1 - 7 of 7) sorted by relevance

/external/bzip2/
H A Dunzcrash.c44 int nIn, nOut, nZ; variable
95 nZ = M_BLOCK;
97 zbuf, &nZ, inbuf, nIn, 9, 0, 30 );
100 fprintf ( stderr, "%d after compression\n", nZ );
102 for (bit = 0; bit < nZ*8; bit++) {
107 outbuf, &nOut, zbuf, nZ, 0, 0 );
/external/valgrind/VEX/switchback/
H A Dtest_bzip2.c5939 int nIn, nOut, nZ; variable
6066 nZ = M_BLOCK;
6068 zbuf, &nZ, inbuf, nIn, 9, 4/*verb*/, 30 );
6074 vexxx_printf( "%d after compression\n", nZ );
6076 for (bit = 0; bit < nZ*8; bit += (bit < 35 ? 1 : 377)) {
6081 outbuf, &nOut, zbuf, nZ, 1/*small*/, 0 );
/external/valgrind/exp-sgcheck/tests/
H A Dhackedbz2.c5966 unsigned int nZ; variable
6483 nZ = M_BLOCK;
6485 zbuf, &nZ, inbuf, nIn, 9, 3/*verb*/, 30 );
6491 vex_printf( "%d after compression\n", nZ );
6493 for (bit = 0; bit < nZ*8; bit += (bit < 35 ? 1 : (regtest?2377:137))) {
6499 outbuf, &nOut, zbuf, nZ, 1/*small*/, 0 );
/external/valgrind/memcheck/tests/
H A Dorigin5-bz2.c5958 unsigned int nZ; variable
6483 nZ = M_BLOCK;
6485 zbuf, &nZ, inbuf, nIn, 9, 3/*verb*/, 30 );
6491 vex_printf( "%d after compression\n", nZ );
6493 for (bit = 0; bit < nZ*8; bit += (bit < 35 ? 1 : (regtest?2377:137))) {
6499 outbuf, &nOut, zbuf, nZ, 1/*small*/, 0 );
H A Dvarinfo6.c5995 unsigned int nZ; variable
6516 nZ = M_BLOCK;
6518 zbuf, &nZ, inbuf, nIn, 9, 3/*verb*/, 30 );
6524 vex_printf( "%d after compression\n", nZ );
6526 for (bit = 0; bit < nZ*8; bit += (bit < 35 ? 3 : (regtest?2377:137))) {
6533 outbuf, &nOut, zbuf, nZ, 1/*small*/, 0 );
/external/valgrind/perf/
H A Dbz2.c5955 unsigned int nZ; variable
6473 nZ = M_BLOCK;
6475 zbuf, &nZ, inbuf, nIn, 9, 3/*verb*/, 30 );
6481 vex_printf( "%d after compression\n", nZ );
6483 for (bit = 0; bit < nZ*8; bit += (bit < 35 ? 1 : (regtest?2377:137))) {
6489 outbuf, &nOut, zbuf, nZ, 1/*small*/, 0 );
H A Dtest_input_for_tinycc.c4439 unsigned int nZ; variable
5737 nZ = 1000000;
5739 zbuf, &nZ, inbuf, nIn, 9, 3 , 30 );
5745 vex_printf( "%d after compression\n", nZ );
5747 for (bit = 0; bit < nZ*8; bit += (bit < 35 ? 1 : 137)) {
5752 outbuf, &nOut, zbuf, nZ, 1 , 0 );

Completed in 1210 milliseconds