Searched defs:ibuf (Results 1 - 24 of 24) sorted by relevance

/external/qemu/audio/
H A Drate_template.h27 * Processed signed long samples from ibuf to obuf.
30 void NAME (void *opaque, struct st_sample *ibuf, struct st_sample *obuf, argument
45 istart = ibuf;
46 iend = ibuf + *isamp;
54 OP (obuf[i].l, ibuf[i].l);
55 OP (obuf[i].r, ibuf[i].r);
65 if (ibuf >= iend) {
72 ilast = *ibuf++;
75 if (ibuf >= iend) {
80 icur = *ibuf;
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_swtnl_private.h49 struct pipe_resource *ibuf; member in struct:svga_vbuf_render
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_swtnl_private.h49 struct pipe_resource *ibuf; member in struct:svga_vbuf_render
/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dbuffer.c79 char *ibuf; /* the char array */ member in struct:bio_f_buffer_ctx_struct
97 ctx->ibuf = OPENSSL_malloc(DEFAULT_BUFFER_SIZE);
98 if (ctx->ibuf == NULL) {
113 OPENSSL_free(ctx->ibuf);
128 if (ctx->ibuf != NULL) {
129 OPENSSL_free(ctx->ibuf);
163 memcpy(out, &ctx->ibuf[ctx->ibuf_off], i);
199 i = BIO_read(bio->next_bio, ctx->ibuf, ctx->ibuf_size);
341 p1 = ctx->ibuf;
352 if (p1 != ctx->ibuf) {
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dyuvscaler_unittest.cc108 uint8 *ibuf = ALIGNP(ibuffer.get(), kAlignment) + memoffset; local
113 if (!LoadPlanarYuvTestImage("faces", iw, ih, ibuf) ||
120 memset(ibuf, 213, isize); // Input is constant color.
126 FlushCache(ibuf, isize);
140 FlushCache(ibuf, isize);
146 EXPECT_EQ(0, libyuv::ScaleOffset(ibuf, iw, ih, obuf, ow, oh,
192 ALIGN16(uint8 ibuf[I420_SIZE(iw, ih)]);
196 ASSERT_TRUE(LoadPlanarYuvTestImage("faces", iw, ih, ibuf));
198 libyuv::ScaleOffset(ibuf, iw, ih, obuf, ow, oh, 0, false);
201 EXPECT_EQ(-1, FindDiff(obuf, ibuf, sizeo
212 uint8 *ibuf = ALIGNP(ibuffer.get(), kAlignment); local
[all...]
H A Dplanarfunctions_unittest.cc475 static bool IsMemoryEqual(const uint8* ibuf, const uint8* obuf, argument
477 double sse = cricket::ComputeSumSquareError(ibuf, obuf, osize);
481 << " First Diff Byte: " << FindDiff(ibuf, obuf, osize);
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
H A Dtri-instanced.c109 struct pipe_index_buffer ibuf; local
155 ibuf.buffer = pipe_buffer_create_with_data(ctx,
160 ibuf.offset = 0;
161 ibuf.index_size = 2;
163 ctx->set_index_buffer(ctx, &ibuf);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGpuGL_program.cpp323 GrGLIndexBuffer* ibuf = NULL; local
330 ibuf = (GrGLIndexBuffer*)this->getGeomSrc().fIndexBuffer;
336 ibuf = (GrGLIndexBuffer*) geoPoolState.fPoolIndexBuffer;
339 ibuf = NULL; // suppress warning
343 SkASSERT(ibuf);
344 SkASSERT(!ibuf->isMapped());
345 *indexOffsetInBytes += ibuf->baseOffset();
348 fHWGeometryState.bindArrayAndBuffersToDraw(this, vbuf, ibuf);
/external/mesa3d/src/gallium/tests/graw/
H A Dtri-instanced.c109 struct pipe_index_buffer ibuf; local
155 ibuf.buffer = pipe_buffer_create_with_data(ctx,
160 ibuf.offset = 0;
161 ibuf.index_size = 2;
163 ctx->set_index_buffer(ctx, &ibuf);
/external/opencv/cv/src/
H A Dcvmatchcontours.cpp230 int lpt1, lpt2, lpt, flag, flag_n, i, j, ibuf, ibuf1; local
305 ibuf = 0;
356 ibuf1 = ibuf + 1;
360 ptr12[ibuf] = ptr11[j]->next_v1;
365 ptr12[ibuf] = NULL;
370 ptr22[ibuf] = ptr21[j]->next_v1;
375 ptr22[ibuf] = NULL;
378 ibuf += 2;
381 i = ibuf;
/external/skia/src/gpu/gl/
H A DGrGpuGL_program.cpp321 GrGLIndexBuffer* ibuf = NULL; local
328 ibuf = (GrGLIndexBuffer*)this->getGeomSrc().fIndexBuffer;
334 ibuf = (GrGLIndexBuffer*) geoPoolState.fPoolIndexBuffer;
337 ibuf = NULL; // suppress warning
341 SkASSERT(NULL != ibuf);
342 SkASSERT(!ibuf->isMapped());
343 *indexOffsetInBytes += ibuf->baseOffset();
346 fHWGeometryState.bindArrayAndBuffersToDraw(this, vbuf, ibuf);
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_gpsk_common.c44 u8 ibuf[2], hash[16]; local
50 addr[0] = ibuf;
51 vlen[0] = sizeof(ibuf);
59 WPA_PUT_BE16(ibuf, i);
79 u8 ibuf[2], hash[SHA256_MAC_LEN]; local
85 addr[0] = ibuf;
86 vlen[0] = sizeof(ibuf);
94 WPA_PUT_BE16(ibuf, i);
/external/wpa_supplicant_8/src/eap_common/
H A Deap_gpsk_common.c44 u8 ibuf[2], hash[16]; local
50 addr[0] = ibuf;
51 vlen[0] = sizeof(ibuf);
59 WPA_PUT_BE16(ibuf, i);
79 u8 ibuf[2], hash[SHA256_MAC_LEN]; local
85 addr[0] = ibuf;
86 vlen[0] = sizeof(ibuf);
94 WPA_PUT_BE16(ibuf, i);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_gpsk_common.c44 u8 ibuf[2], hash[16]; local
50 addr[0] = ibuf;
51 vlen[0] = sizeof(ibuf);
59 WPA_PUT_BE16(ibuf, i);
79 u8 ibuf[2], hash[SHA256_MAC_LEN]; local
85 addr[0] = ibuf;
86 vlen[0] = sizeof(ibuf);
94 WPA_PUT_BE16(ibuf, i);
/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Daudio_buffer.cc74 // until the next call to ibuf() or fbuf(), and the return value of ibuf() and
84 ChannelBuffer<int16_t>* ibuf() { return ibuf(false); } function in class:webrtc::IFChannelBuffer
86 const ChannelBuffer<int16_t>* ibuf_const() { return ibuf(true); }
90 ChannelBuffer<int16_t>* ibuf(bool readonly) { function in class:webrtc::IFChannelBuffer
234 channels_->ibuf()->channel(i));
251 ScaleToFloat(channels_->ibuf()->channel(i),
280 return channels_->ibuf()->channel(channel);
301 ? split_channels_low_->ibuf()
[all...]
/external/iputils/
H A Drarpd.c94 struct ifreq ibuf[256]; local
101 ifc.ifc_len = sizeof ibuf;
102 ifc.ifc_buf = (caddr_t)ibuf;
119 ifend = (struct ifreq *)((char *)ibuf + ifc.ifc_len);
120 for (ifrp = ibuf; ifrp < ifend; ifrp++) {
/external/openssl/crypto/comp/
H A Dc_zlib.c430 unsigned char *ibuf; /* Input buffer */ member in struct:__anon28196
488 ctx->ibuf = NULL;
517 if(ctx->ibuf)
521 OPENSSL_free(ctx->ibuf);
545 if(!ctx->ibuf)
547 ctx->ibuf = OPENSSL_malloc(ctx->ibufsize);
548 if(!ctx->ibuf)
554 zin->next_in = ctx->ibuf;
583 ret = BIO_read(b->next_bio, ctx->ibuf, ctx->ibufsize);
593 zin->next_in = ctx->ibuf;
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state.c689 struct i915_buffer *ibuf = i915_buffer(buf); local
694 new_num = ibuf->b.b.width0 / 4 * sizeof(float);
703 diff = memcmp(old->data, ibuf->data, ibuf->b.b.width0);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c689 struct i915_buffer *ibuf = i915_buffer(buf); local
694 new_num = ibuf->b.b.width0 / 4 * sizeof(float);
703 diff = memcmp(old->data, ibuf->data, ibuf->b.b.width0);
/external/bzip2/
H A Dbzip2.c332 UChar ibuf[5000]; local
353 nIbuf = fread ( ibuf, sizeof(UChar), 5000, stream );
355 if (nIbuf > 0) BZ2_bzWrite ( &bzerr, bzf, (void*)ibuf, nIbuf );
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c1888 HChar ibuf[50]; local
1926 VG_(sprintf)(ibuf,"<ip>0x%llX</ip>", (ULong)eip);
1928 APPEND(ibuf);
1954 VG_(sprintf)(ibuf,"%d",lineno);
1955 APPEND(ibuf);
1974 VG_(sprintf)(ibuf,"0x%llX: ", (ULong)eip);
1975 APPEND(ibuf);
2011 VG_(sprintf)(ibuf,"%d",lineno);
2012 APPEND(ibuf);
/external/openssl/crypto/bio/
H A Dbio.h352 char *ibuf; /* the char array */ member in struct:bio_f_buffer_ctx_struct
/external/openssl/include/openssl/
H A Dbio.h352 char *ibuf; /* the char array */ member in struct:bio_f_buffer_ctx_struct
/external/mksh/src/
H A Dedit.c3465 static char *ibuf; /* input buffer */ variable
3518 ibuf = alloc(LINE, AEDIT);
3972 * buffer (if user inserts & deletes char, ibuf gets trashed and
4026 ibuf[inslen++] = ch;
4700 if (putbuf(ibuf, inslen, tobool(insert == REPLACE)) != 0)

Completed in 510 milliseconds