HomeSort by relevance Sort by last modified time
    Searched defs:zbuf (Results 1 - 12 of 12) sorted by null

  /external/bzip2/
unzcrash.c 42 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/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_clear.c 87 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/mesa3d/src/gallium/drivers/i915/
i915_clear.c 87 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);
  /system/extras/f2fs_utils/
f2fs_sparseblock.c 533 char *zbuf; member in struct:privdata
607 char *zbuf = calloc(1, F2FS_BLKSIZE); local
609 d.zbuf = zbuf;
618 free(zbuf);
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h 67 png_bytep zbuf; /* buffer for zlib */ member in struct:png_struct_def
68 uInt zbuf_size; /* size of zbuf (typically 65536) */
  /external/openssl/apps/
s_client.c 1820 { char zbuf[10240]; local
    [all...]
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 5939 uchar zbuf[M_BLOCK + 600 + (M_BLOCK \/ 100)]; variable
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 5962 char zbuf[M_BLOCK + 600 + (M_BLOCK \/ 100)]; variable
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 5954 char zbuf[M_BLOCK + 600 + (M_BLOCK \/ 100)]; variable
    [all...]
varinfo6.c 5991 char zbuf[M_BLOCK + 600 + (M_BLOCK \/ 100)]; variable
    [all...]
  /external/valgrind/main/perf/
bz2.c 5953 char zbuf[M_BLOCK + 600 + (M_BLOCK \/ 100)]; variable
    [all...]
test_input_for_tinycc.c 4435 char zbuf[1000000 + 600 + (1000000 \/ 100)]; variable
    [all...]

Completed in 1289 milliseconds