Searched defs:zbuf (Results 1 - 11 of 11) 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/openssl/crypto/pkcs12/
H A Dp12_decr.c110 * if zbuf set zero buffer after use.
114 const char *pass, int passlen, ASN1_OCTET_STRING *oct, int zbuf)
140 if (zbuf) OPENSSL_cleanse(out, outlen);
147 * if zbuf set zero encoding.
152 void *obj, int zbuf)
172 if (zbuf) OPENSSL_cleanse(in, inlen);
113 PKCS12_item_decrypt_d2i(X509_ALGOR *algor, const ASN1_ITEM *it, const char *pass, int passlen, ASN1_OCTET_STRING *oct, int zbuf) argument
150 PKCS12_item_i2d_encrypt(X509_ALGOR *algor, const ASN1_ITEM *it, const char *pass, int passlen, void *obj, int zbuf) argument
/external/openssl/apps/
H A Ds_client.c1554 { char zbuf[10240]; local
1555 printf("read=%d pending=%d peek=%d\n",k,SSL_pending(con),SSL_peek(con,zbuf,10240));
/external/quake/quake/src/QW/client/
H A Dd_polyse.c153 short *zbuf; local
163 zbuf = zspantable[fv->v[1]] + fv->v[0];
164 if (z >= *zbuf)
168 *zbuf = z;
318 short *zbuf; local
373 zbuf = zspantable[new[1]] + new[0];
374 if (z >= *zbuf)
378 *zbuf = z;
/external/quake/quake/src/WinQuake/
H A Dd_polyse.cpp153 short *zbuf; local
163 zbuf = zspantable[fv->v[1]] + fv->v[0];
164 if (z >= *zbuf)
168 *zbuf = z;
318 short *zbuf; local
373 zbuf = zspantable[new[1]] + new[0];
374 if (z >= *zbuf)
378 *zbuf = z;
/external/qemu/distrib/libpng-1.2.19/
H A Dpng.h1154 png_bytep zbuf; /* buffer for zlib */ member in struct:png_struct_def
1155 png_size_t zbuf_size; /* size of zbuf */
/external/valgrind/main/exp-ptrcheck/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/main/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/main/perf/
H A Dbz2.c5953 char zbuf[M_BLOCK + 600 + (M_BLOCK / 100)]; variable
5986 zbuf[byteno] ^= mask;
6477 zbuf, &nZ, inbuf, nIn, 9, 3/*verb*/, 30 );
6491 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 370 milliseconds