HomeSort by relevance Sort by last modified time
    Searched refs:zbuf (Results 1 - 25 of 33) sorted by null

1 2

  /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/openssl/openssl/crypto/pkcs12/
p12_decr.c 117 * if zbuf set zero buffer after use.
121 const char *pass, int passlen, ASN1_OCTET_STRING *oct, int zbuf)
147 if (zbuf) OPENSSL_cleanse(out, outlen);
154 * if zbuf set zero encoding.
159 void *obj, int zbuf)
179 if (zbuf) OPENSSL_cleanse(in, inlen);
pkcs12.h 213 const char *pass, int passlen, ASN1_OCTET_STRING *oct, int zbuf);
216 void *obj, int zbuf);
  /external/openssl/crypto/pkcs12/
p12_decr.c 117 * if zbuf set zero buffer after use.
121 const char *pass, int passlen, ASN1_OCTET_STRING *oct, int zbuf)
147 if (zbuf) OPENSSL_cleanse(out, outlen);
154 * if zbuf set zero encoding.
159 void *obj, int zbuf)
179 if (zbuf) OPENSSL_cleanse(in, inlen);
pkcs12.h 213 const char *pass, int passlen, ASN1_OCTET_STRING *oct, int zbuf);
216 void *obj, int zbuf);
  /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);
  /external/chromium_org/third_party/libpng/
pngread.c 89 png_free(png_ptr, png_ptr->zbuf);
90 png_ptr->zbuf = NULL;
156 /* Initialize zbuf - compression buffer */
158 png_ptr->zbuf = (png_bytep)png_malloc(png_ptr,
176 png_ptr->zstream.next_out = png_ptr->zbuf;
320 /* Initialize zbuf - compression buffer */
323 png_ptr->zbuf = (png_bytep)png_malloc(png_ptr,
338 png_ptr->zstream.next_out = png_ptr->zbuf;
746 png_ptr->zstream.next_in = png_ptr->zbuf;
749 png_crc_read(png_ptr, png_ptr->zbuf,
    [all...]
pngwrite.c 508 png_free(png_ptr, png_ptr->zbuf);
509 png_ptr->zbuf = NULL;
571 /* Initialize zbuf - compression buffer */
573 png_ptr->zbuf = (png_bytep)png_malloc(png_ptr,
721 /* Initialize zbuf - compression buffer */
723 png_ptr->zbuf = (png_bytep)png_malloc(png_ptr,
1016 png_write_IDAT(png_ptr, png_ptr->zbuf,
1018 png_ptr->zstream.next_out = png_ptr->zbuf;
    [all...]
pngwutil.c 225 png_ptr->zstream.next_out = (Bytef *)png_ptr->zbuf;
272 png_memcpy(comp->output_ptr[comp->num_output_ptr], png_ptr->zbuf,
278 png_ptr->zstream.next_out = png_ptr->zbuf;
324 png_memcpy(comp->output_ptr[comp->num_output_ptr], png_ptr->zbuf,
330 png_ptr->zstream.next_out = png_ptr->zbuf;
376 /* Write anything left in zbuf */
378 png_write_chunk_data(png_ptr, png_ptr->zbuf,
559 png_ptr->zstream.next_out = png_ptr->zbuf;
    [all...]
pngpread.c     [all...]
pngset.c     [all...]
pngrutil.c 160 png_crc_read(png_ptr, png_ptr->zbuf, png_ptr->zbuf_size);
164 png_crc_read(png_ptr, png_ptr->zbuf, i);
237 png_ptr->zstream.next_out = png_ptr->zbuf;
252 png_memcpy(output + count, png_ptr->zbuf, copy);
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngread.c 89 png_free(png_ptr, png_ptr->zbuf);
90 png_ptr->zbuf = NULL;
156 /* Initialize zbuf - compression buffer */
158 png_ptr->zbuf = (png_bytep)png_malloc(png_ptr,
176 png_ptr->zstream.next_out = png_ptr->zbuf;
324 /* Initialize zbuf - compression buffer */
327 png_ptr->zbuf = (png_bytep)png_malloc(png_ptr,
342 png_ptr->zstream.next_out = png_ptr->zbuf;
762 png_ptr->zstream.next_in = png_ptr->zbuf;
765 png_crc_read(png_ptr, png_ptr->zbuf,
    [all...]
pngwrite.c 508 png_free(png_ptr, png_ptr->zbuf);
509 png_ptr->zbuf = NULL;
571 /* Initialize zbuf - compression buffer */
573 png_ptr->zbuf = (png_bytep)png_malloc(png_ptr,
721 /* Initialize zbuf - compression buffer */
723 png_ptr->zbuf = (png_bytep)png_malloc(png_ptr,
1016 png_write_IDAT(png_ptr, png_ptr->zbuf,
1018 png_ptr->zstream.next_out = png_ptr->zbuf;
    [all...]
pngwutil.c 225 png_ptr->zstream.next_out = (Bytef *)png_ptr->zbuf;
272 png_memcpy(comp->output_ptr[comp->num_output_ptr], png_ptr->zbuf,
278 png_ptr->zstream.next_out = png_ptr->zbuf;
324 png_memcpy(comp->output_ptr[comp->num_output_ptr], png_ptr->zbuf,
330 png_ptr->zstream.next_out = png_ptr->zbuf;
376 /* Write anything left in zbuf */
378 png_write_chunk_data(png_ptr, png_ptr->zbuf,
559 png_ptr->zstream.next_out = png_ptr->zbuf;
    [all...]
pngpread.c     [all...]
pngrutil.c 161 png_crc_read(png_ptr, png_ptr->zbuf, png_ptr->zbuf_size);
165 png_crc_read(png_ptr, png_ptr->zbuf, i);
254 png_ptr->zstream.next_out = png_ptr->zbuf;
269 png_memcpy(output + count, png_ptr->zbuf, copy);
    [all...]
pngset.c     [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
pkcs12.h 213 const char *pass, int passlen, ASN1_OCTET_STRING *oct, int zbuf);
216 void *obj, int zbuf);
  /external/openssl/include/openssl/
pkcs12.h 213 const char *pass, int passlen, ASN1_OCTET_STRING *oct, int zbuf);
216 void *obj, int 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/chromium_org/third_party/openssl/openssl/apps/
s_client.c 1791 { char zbuf[10240]; local
    [all...]
  /external/openssl/apps/
s_client.c 1818 { char zbuf[10240]; local
    [all...]

Completed in 1670 milliseconds

1 2