Searched refs:inbuf (Results 1 - 25 of 80) sorted by relevance

1234

/external/apache-harmony/crypto/src/test/impl/java.injected/org/apache/harmony/crypto/internal/
H A DNullCipherSpiTest.java111 ByteBuffer inbuf = ByteBuffer.wrap(b, 0, b.length);
121 spi.engineUpdate(inbuf, null);
126 inbuf.get();
127 inbuf.get();
128 inbuf.get();
129 inbuf.get();
130 int result = spi.engineUpdate(inbuf, outbuf);
136 inbuf = ByteBuffer.wrap(b, 0, b.length);
138 inbuf.get();
139 inbuf
[all...]
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c5952 char inbuf[M_BLOCK]; variable
5992 inbuf[0] = 0;
5993 my_strcat(inbuf, "At her sixtieth birthday party, Margaret Thatcher ");
5994 my_strcat(inbuf, "blew on the cake to light the candles.\n");
5995 my_strcat(inbuf, "This program, bzip2, the associated library libbzip2, and all\n");
5996 my_strcat(inbuf, "documentation, are copyright (C) 1996-2004 Julian R Seward. All\n");
5997 my_strcat(inbuf, "rights reserved.\n");
5998 my_strcat(inbuf, "\n");
5999 my_strcat(inbuf, "Redistribution and use in source and binary forms, with or without\n");
6000 my_strcat(inbuf, "modificatio
[all...]
H A Dvarinfo6.c5989 char inbuf[M_BLOCK]; variable
6029 inbuf[0] = 0;
6030 my_strcat(inbuf, "At her sixtieth birthday party, Margaret Thatcher ");
6031 my_strcat(inbuf, "blew on the cake to light the candles.\n");
6032 my_strcat(inbuf, "This program, bzip2, the associated library libbzip2, and all\n");
6033 my_strcat(inbuf, "documentation, are copyright (C) 1996-2004 Julian R Seward. All\n");
6034 my_strcat(inbuf, "rights reserved.\n");
6035 my_strcat(inbuf, "\n");
6036 my_strcat(inbuf, "Redistribution and use in source and binary forms, with or without\n");
6037 my_strcat(inbuf, "modificatio
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c5960 char inbuf[M_BLOCK]; variable
6000 inbuf[0] = 0;
6001 my_strcat(inbuf, "At her sixtieth birthday party, Margaret Thatcher ");
6002 my_strcat(inbuf, "blew on the cake to light the candles.\n");
6003 my_strcat(inbuf, "This program, bzip2, the associated library libbzip2, and all\n");
6004 my_strcat(inbuf, "documentation, are copyright (C) 1996-2004 Julian R Seward. All\n");
6005 my_strcat(inbuf, "rights reserved.\n");
6006 my_strcat(inbuf, "\n");
6007 my_strcat(inbuf, "Redistribution and use in source and binary forms, with or without\n");
6008 my_strcat(inbuf, "modificatio
[all...]
/external/valgrind/main/perf/
H A Dbz2.c5951 char inbuf[M_BLOCK]; variable
5991 inbuf[0] = 0;
5992 my_strcat(inbuf, "At her sixtieth birthday party, Margaret Thatcher ");
5993 my_strcat(inbuf, "blew on the cake to light the candles.\n");
5994 my_strcat(inbuf, "This program, bzip2, the associated library libbzip2, and all\n");
5995 my_strcat(inbuf, "documentation, are copyright (C) 1996-2004 Julian R Seward. All\n");
5996 my_strcat(inbuf, "rights reserved.\n");
5997 my_strcat(inbuf, "\n");
5998 my_strcat(inbuf, "Redistribution and use in source and binary forms, with or without\n");
5999 my_strcat(inbuf, "modificatio
[all...]
H A Dtest_input_for_tinycc.c4433 char inbuf[1000000]; variable
4453 inbuf[0] = 0;
4454 my_strcat(inbuf, "At her sixtieth birthday party, Margaret Thatcher ");
4455 my_strcat(inbuf, "blew on the cake to light the candles.\n");
4456 my_strcat(inbuf, "This program, bzip2, the associated library libbzip2, and all\n");
4457 my_strcat(inbuf, "documentation, are copyright (C) 1996-2004 Julian R Seward. All\n");
4458 my_strcat(inbuf, "rights reserved.\n");
4459 my_strcat(inbuf, "\n");
4460 my_strcat(inbuf, "Redistribution and use in source and binary forms, with or without\n");
4461 my_strcat(inbuf, "modificatio
[all...]
/external/bzip2/
H A Dunzcrash.c40 uchar inbuf[M_BLOCK]; variable
92 nIn = fread ( inbuf, 1, M_BLOCK, f );
97 zbuf, &nZ, inbuf, nIn, 9, 0, 30 );
118 if (inbuf[i] != outbuf[i]) {
132 if (inbuf[i] != outbuf[i]) {
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dresize_util.c44 uint8_t *inbuf, *outbuf; local
95 inbuf = (uint8_t*)malloc(width * height * 3 / 2);
97 inbuf_u = inbuf + width * height;
103 if (fread(inbuf, width * height * 3 / 2, 1, fpin) != 1)
105 vp9_resize_frame420(inbuf, width, inbuf_u, inbuf_v, width / 2,
117 free(inbuf);
/external/eigen/bench/
H A DbenchFFT.cpp49 vector<T> inbuf(nfft);
63 std::fill(inbuf.begin(),inbuf.end(),0);
64 fft.fwd( outbuf , inbuf);
72 fft.fwd( outbuf , inbuf);
75 fft.inv(inbuf,outbuf);
/external/libvpx/libvpx/examples/
H A Dresize_util.c44 uint8_t *inbuf, *outbuf; local
95 inbuf = (uint8_t*)malloc(width * height * 3 / 2);
97 inbuf_u = inbuf + width * height;
103 if (fread(inbuf, width * height * 3 / 2, 1, fpin) != 1)
105 vp9_resize_frame420(inbuf, width, inbuf_u, inbuf_v, width / 2,
117 free(inbuf);
/external/compiler-rt/test/msan/
H A Diconv.cc18 char *inbuf = inbuf_; local
38 res = iconv(cd, &inbuf, &inbytesleft, &outbuf, &outbytesleft);
/external/e2fsprogs/lib/ext2fs/
H A Ddirblock.c75 void *inbuf, int flags EXT2FS_ATTR((unused)))
87 memcpy(buf, inbuf, fs->blocksize);
111 return io_channel_write_blk64(fs->io, block, 1, (char *) inbuf);
116 void *inbuf, int flags EXT2FS_ATTR((unused)))
118 return ext2fs_write_dir_block3(fs, block, inbuf, flags);
122 void *inbuf)
124 return ext2fs_write_dir_block3(fs, block, inbuf, 0);
74 ext2fs_write_dir_block3(ext2_filsys fs, blk64_t block, void *inbuf, int flags EXT2FS_ATTR((unused))) argument
115 ext2fs_write_dir_block2(ext2_filsys fs, blk_t block, void *inbuf, int flags EXT2FS_ATTR((unused))) argument
121 ext2fs_write_dir_block(ext2_filsys fs, blk_t block, void *inbuf) argument
H A Dext_attr.c81 errcode_t ext2fs_write_ext_attr2(ext2_filsys fs, blk64_t block, void *inbuf) argument
92 ext2fs_swap_ext_attr(buf, inbuf, fs->blocksize, 1);
94 write_buf = (char *) inbuf;
105 errcode_t ext2fs_write_ext_attr(ext2_filsys fs, blk_t block, void *inbuf) argument
107 return ext2fs_write_ext_attr2(fs, block, inbuf);
/external/chromium_org/third_party/libevent/
H A Dbuffer.c100 evbuffer_add_buffer(struct evbuffer *outbuf, struct evbuffer *inbuf) argument
107 size_t oldoff = inbuf->off;
111 SWAP(outbuf, inbuf);
112 SWAP(inbuf, &tmp);
117 * of data that we transfered from inbuf to outbuf
119 if (inbuf->off != oldoff && inbuf->cb != NULL)
120 (*inbuf->cb)(inbuf, oldoff, inbuf
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dschanneladapter.cc85 SChannelBuffer inbuf, outbuf, readable; member in struct:rtc::SChannelAdapter::SSLImpl
197 sb_in[0].cbBuffer = static_cast<unsigned long>(impl_->inbuf.size());
198 sb_in[0].pvBuffer = &impl_->inbuf[0];
265 ASSERT(extra <= impl_->inbuf.size());
266 size_t consumed = impl_->inbuf.size() - extra;
267 memmove(&impl_->inbuf[0], &impl_->inbuf[consumed], extra);
268 impl_->inbuf.resize(extra);
270 impl_->inbuf.clear();
276 return impl_->inbuf
316 SChannelBuffer& inbuf = impl_->inbuf; local
414 SChannelBuffer& inbuf = impl_->inbuf; local
[all...]
/external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
H A Dsocket_test.cc224 char inbuf[512]; local
227 memset(inbuf, 0, sizeof(inbuf));
241 EXPECT_NE(0, memcmp(outbuf, inbuf, sizeof(outbuf)));
246 ki_recvfrom(sock2_, inbuf, sizeof(inbuf), 0, (sockaddr*) &addr, &addrlen);
252 EXPECT_EQ(0, memcmp(outbuf, inbuf, sizeof(outbuf)));
257 char inbuf[512]; local
260 memset(inbuf, 0, sizeof(inbuf));
337 char inbuf[512]; local
531 char* inbuf = (char*)malloc(LARGE_SEND_BYTES); local
668 char inbuf[512]; local
[all...]
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3gthr.c50 gs->inbuf.len = 0;
53 lbp = gs->inbuf.buf;
85 gs->inbuf.len += nb;
98 ** and then read in the rest of the SSL3 record into gs->inbuf.
114 gs->inbuf.len = 0;
116 if (gs->remainder > gs->inbuf.space) {
117 err = sslBuffer_Grow(&gs->inbuf, gs->remainder);
121 lbp = gs->inbuf.buf;
239 /* OK, we have at least one complete packet, copy into inbuf */
240 if (gs->remainder > gs->inbuf
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_upload_mgr.h123 struct pipe_resource *inbuf,
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_upload_mgr.h123 struct pipe_resource *inbuf,
/external/chromium_org/net/filter/
H A Dgzip_header.h43 Status ReadMore(const char* inbuf,
H A Dgzip_header.cc29 GZipHeader::Status GZipHeader::ReadMore(const char* inbuf, int inbuf_len, argument
32 const uint8* pos = reinterpret_cast<const uint8*>(inbuf);
/external/eigen/unsupported/test/
H A DFFTW.cpp148 ComplexVector inbuf(nfft);
152 inbuf[k]= Complex( (T)(rand()/(double)RAND_MAX - .5), (T)(rand()/(double)RAND_MAX - .5) );
153 fft.fwd( outbuf , inbuf);
155 VERIFY( fft_rmse(outbuf,inbuf) < test_precision<T>() );// gross check
158 VERIFY( dif_rmse(inbuf,buf3) < test_precision<T>() );// gross check
166 VERIFY( dif_rmse(inbuf,buf4) < test_precision<T>() );// gross check
171 VERIFY( dif_rmse(inbuf,buf3) < test_precision<T>() );// gross check
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_iconv.c32 iconv() may or may not use const char ** for the inbuf param.
43 const char **inbuf, size_t *inbytesleft,
48 retCode = iconv(cd, (char **)inbuf, inbytesleft, outbuf, outbytesleft);
50 retCode = iconv(cd, inbuf, inbytesleft, outbuf, outbytesleft);
208 const char **inbuf, size_t *inbytesleft,
218 if ( !inbuf || !*inbuf ) {
225 src = *inbuf;
796 *inbuf = src;
815 char *SDL_iconv_string(const char *tocode, const char *fromcode, const char *inbuf, size_ argument
42 SDL_iconv(SDL_iconv_t cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) argument
207 SDL_iconv(SDL_iconv_t cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) argument
[all...]
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c5937 uchar inbuf[M_BLOCK]; variable
5973 inbuf[0] = 0;
5974 my_strcat(inbuf, "At her sixtieth birthday party, Margaret Thatcher ");
5975 my_strcat(inbuf, "blew on the cake to light the candles.\n");
5976 my_strcat(inbuf, "This program, bzip2, the associated library libbzip2, and all\n");
5977 my_strcat(inbuf, "documentation, are copyright (C) 1996-2004 Julian R Seward. All\n");
5978 my_strcat(inbuf, "rights reserved.\n");
5979 my_strcat(inbuf, "\n");
5980 my_strcat(inbuf, "Redistribution and use in source and binary forms, with or without\n");
5981 my_strcat(inbuf, "modificatio
[all...]
/external/chromium_org/third_party/libjpeg_turbo/
H A Dbmp.c252 unsigned char *inbuf; int row; local
254 if(bottomup) inbuf=&buf[(h-row-1)*w*srcps];
255 else inbuf=&buf[row*w*srcps];
256 pixelconvert(inbuf, srcpf, bottomup, dst->buffer[i], dstpf, 0, w,

Completed in 7627 milliseconds

1234