Searched defs:zbuf (Results 1 - 8 of 8) sorted by relevance

/external/bzip2/
H A Dunzcrash.c42 uchar zbuf[M_BLOCK + 600 + (M_BLOCK / 100)]; variable
71 zbuf[byteno] ^= mask;
97 zbuf, &nZ, inbuf, nIn, 9, 0, 30 );
107 outbuf, &nOut, zbuf, nZ, 0, 0 );
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_clear.c87 struct pipe_surface *zbuf = i915->framebuffer.zsbuf; local
90 depth_tex = i915_texture(zbuf->texture);
108 struct pipe_surface *zbuf = i915->framebuffer.zsbuf; local
111 depth_tex = i915_texture(zbuf->texture);
/external/valgrind/VEX/switchback/
H A Dtest_bzip2.c5937 uchar zbuf[M_BLOCK + 600 + (M_BLOCK / 100)]; variable
5966 zbuf[byteno] ^= mask;
6068 zbuf, &nZ, inbuf, nIn, 9, 4/*verb*/, 30 );
6081 outbuf, &nOut, zbuf, nZ, 1/*small*/, 0 );
/external/valgrind/exp-sgcheck/tests/
H A Dhackedbz2.c5962 char zbuf[M_BLOCK + 600 + (M_BLOCK / 100)]; variable
5995 zbuf[byteno] ^= mask;
6485 zbuf, &nZ, inbuf, nIn, 9, 3/*verb*/, 30 );
6499 outbuf, &nOut, zbuf, nZ, 1/*small*/, 0 );
/external/valgrind/memcheck/tests/
H A Dorigin5-bz2.c5954 char zbuf[M_BLOCK + 600 + (M_BLOCK / 100)]; variable
5987 zbuf[byteno] ^= mask;
6485 zbuf, &nZ, inbuf, nIn, 9, 3/*verb*/, 30 );
6499 outbuf, &nOut, zbuf, nZ, 1/*small*/, 0 );
H A Dvarinfo6.c5991 char zbuf[M_BLOCK + 600 + (M_BLOCK / 100)]; variable
6024 zbuf[byteno] ^= mask;
6518 zbuf, &nZ, inbuf, nIn, 9, 3/*verb*/, 30 );
6533 outbuf, &nOut, zbuf, nZ, 1/*small*/, 0 );
/external/valgrind/perf/
H A Dbz2.c5951 char zbuf[M_BLOCK + 600 + (M_BLOCK / 100)]; variable
5984 zbuf[byteno] ^= mask;
6475 zbuf, &nZ, inbuf, nIn, 9, 3/*verb*/, 30 );
6489 outbuf, &nOut, zbuf, nZ, 1/*small*/, 0 );
H A Dtest_input_for_tinycc.c4435 char zbuf[1000000 + 600 + (1000000 / 100)]; variable
4448 zbuf[byteno] ^= mask;
5739 zbuf, &nZ, inbuf, nIn, 9, 3 , 30 );
5752 outbuf, &nOut, zbuf, nZ, 1 , 0 );

Completed in 326 milliseconds