Searched refs:obuf (Results 1 - 25 of 30) sorted by relevance

12

/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
48 ostart = obuf;
49 oend = obuf + *osamp;
54 OP (obuf[i].l, ibuf[i].l);
55 OP (obuf[i].r, ibuf[i].r);
62 while (obuf < oend) {
98 OP (obuf->l, out.l);
99 OP (obuf->r, out.r);
100 obuf
[all...]
H A Dmixeng.h44 void st_rate_flow (void *opaque, struct st_sample *ibuf, struct st_sample *obuf,
46 void st_rate_flow_mix (void *opaque, struct st_sample *ibuf, struct st_sample *obuf,
/external/openssl/crypto/rc4/
H A Drc4test.c121 unsigned char obuf[512]; local
132 memset(obuf,0x00,sizeof(obuf));
133 RC4(&key,data_len[i],&(data[i][0]),obuf);
134 if (memcmp(obuf,output[i],data_len[i]+1) != 0)
139 printf(" %02x",obuf[j]);
155 memset(obuf,0x00,sizeof(obuf));
156 RC4(&key,i,&(data[3][0]),obuf);
157 if ((memcmp(obuf,outpu
[all...]
/external/iptables/utils/
H A Dnfnl_osf.c150 static void xt_osf_parse_opt(struct xt_osf_opt *opt, __u16 *optnum, char *obuf, int olen) argument
156 ptr = &obuf[0];
162 switch (obuf[i]) {
165 ptr = xt_osf_strchr(&obuf[i], OPTDEL);
169 i += (int)(ptr - &obuf[i]);
175 ptr = xt_osf_strchr(&obuf[i], OPTDEL);
179 i += (int)(ptr - &obuf[i]);
185 ptr = xt_osf_strchr(&obuf[i], OPTDEL);
189 i += (int)(ptr - &obuf[i]);
195 ptr = xt_osf_strchr(&obuf[
273 char obuf[MAXOPTSTRLEN]; local
[all...]
/external/openssl/crypto/bio/
H A Dbf_lbuf.c100 char *obuf; /* the output char array */ member in struct:bio_linebuffer_ctx_struct
111 ctx->obuf=(char *)OPENSSL_malloc(DEFAULT_LINEBUFFER_SIZE);
112 if (ctx->obuf == NULL) { OPENSSL_free(ctx); return(0); }
128 if (b->obuf != NULL) OPENSSL_free(b->obuf);
185 memcpy(&(ctx->obuf[ctx->obuf_len]),
194 memcpy(&(ctx->obuf[ctx->obuf_len]),
207 ctx->obuf, ctx->obuf_len);
223 memmove(ctx->obuf, ctx->obuf
[all...]
H A Dbf_buff.c101 ctx->obuf=(char *)OPENSSL_malloc(DEFAULT_BUFFER_SIZE);
102 if (ctx->obuf == NULL) { OPENSSL_free(ctx->ibuf); OPENSSL_free(ctx); return(0); }
123 if (b->obuf != NULL) OPENSSL_free(b->obuf);
212 memcpy(&(ctx->obuf[ctx->obuf_off+ctx->obuf_len]),in,inl);
222 memcpy(&(ctx->obuf[ctx->obuf_off+ctx->obuf_len]),in,i);
231 i=BIO_write(b->next_bio,&(ctx->obuf[ctx->obuf_off]),
352 p2=ctx->obuf;
375 if (ctx->obuf != p2)
377 OPENSSL_free(ctx->obuf);
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dyuvscaler_unittest.cc109 uint8 *obuf = ALIGNP(obuffer.get(), kAlignment) + memoffset; local
121 memset(obuf, 100, osize); // Output set to something wrong for now.
127 FlushCache(obuf, osize);
141 FlushCache(obuf, osize);
146 EXPECT_EQ(0, libyuv::ScaleOffset(ibuf, iw, ih, obuf, ow, oh,
162 DumpPlanarYuvTestImage(test_name, obuf, ow, oh);
165 double sse = cricket::ComputeSumSquareError(obuf, xbuf, osize);
193 ALIGN16(uint8 obuf[I420_SIZE(ow, oh)]);
198 libyuv::ScaleOffset(ibuf, iw, ih, obuf, ow, oh, 0, false);
200 if (dump_) DumpPlanarYuvTestImage("TestCopy", obuf, o
213 uint8 *obuf = ALIGNP(obuffer.get(), kAlignment); local
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dbuffer.c83 char *obuf; /* the char array */ member in struct:bio_f_buffer_ctx_struct
101 ctx->obuf = (char *)OPENSSL_malloc(DEFAULT_BUFFER_SIZE);
102 if (ctx->obuf == NULL) {
131 if (ctx->obuf != NULL) {
132 OPENSSL_free(ctx->obuf);
227 memcpy(&ctx->obuf[ctx->obuf_off + ctx->obuf_len], in, inl);
235 memcpy(&ctx->obuf[ctx->obuf_off + ctx->obuf_len], in, i);
244 i = BIO_write(b->next_bio, &ctx->obuf[ctx->obuf_off], ctx->obuf_len);
342 p2 = ctx->obuf;
367 if (ctx->obuf !
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dpkcs8.c25 char obuf[80]; local
87 asn1_oid_to_str(&oid, obuf, sizeof(obuf));
88 wpa_printf(MSG_DEBUG, "PKCS #8: algorithm=%s", obuf);
99 "algorithm %s", obuf);
H A Dpkcs5.c51 char obuf[80]; local
65 asn1_oid_to_str(&oid, obuf, sizeof(obuf));
66 wpa_printf(MSG_DEBUG, "PKCS #5: encryption algorithm %s", obuf);
70 "algorithm %s", obuf);
/external/wpa_supplicant_8/src/tls/
H A Dpkcs8.c25 char obuf[80]; local
87 asn1_oid_to_str(&oid, obuf, sizeof(obuf));
88 wpa_printf(MSG_DEBUG, "PKCS #8: algorithm=%s", obuf);
99 "algorithm %s", obuf);
H A Dpkcs5.c51 char obuf[80]; local
65 asn1_oid_to_str(&oid, obuf, sizeof(obuf));
66 wpa_printf(MSG_DEBUG, "PKCS #5: encryption algorithm %s", obuf);
70 "algorithm %s", obuf);
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dpkcs8.c25 char obuf[80]; local
87 asn1_oid_to_str(&oid, obuf, sizeof(obuf));
88 wpa_printf(MSG_DEBUG, "PKCS #8: algorithm=%s", obuf);
99 "algorithm %s", obuf);
H A Dpkcs5.c51 char obuf[80]; local
65 asn1_oid_to_str(&oid, obuf, sizeof(obuf));
66 wpa_printf(MSG_DEBUG, "PKCS #5: encryption algorithm %s", obuf);
70 "algorithm %s", obuf);
/external/openssl/crypto/des/
H A Ddes.c375 static unsigned char buf[BUFSIZE+8],obuf[BUFSIZE+8]; local
377 static unsigned char *buf=NULL,*obuf=NULL; local
382 ((obuf=OPENSSL_malloc(BUFSIZE+8)) == NULL))
511 (DES_cblock *)&(obuf[i]),
517 (DES_cblock *)&(obuf[i]),
526 (DES_cblock *)buf,(DES_cblock *)obuf,
535 buf,obuf,
537 if (l >= 8) memcpy(iv,&(obuf[l-8]),8);
545 j=uufwrite(obuf,1,(unsigned int)l-i,
548 j=fwrite(obuf,
[all...]
/external/openssl/crypto/comp/
H A Dc_zlib.c433 unsigned char *obuf; /* Output buffer */ member in struct:__anon28196
489 ctx->obuf = NULL;
523 if(ctx->obuf)
527 OPENSSL_free(ctx->obuf);
607 if(!ctx->obuf)
609 ctx->obuf = OPENSSL_malloc(ctx->obufsize);
611 if(!ctx->obuf)
616 ctx->optr = ctx->obuf;
619 zout->next_out = ctx->obuf;
649 ctx->optr = ctx->obuf;
[all...]
/external/iproute2/ip/
H A Dipmroute.c100 char obuf[256]; local
118 snprintf(obuf, sizeof(obuf), "(%s, %s)",
122 fprintf(ofp, "%-32s Iif: ", obuf);
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_helpers.h16 int get_wpa_status(const char *ifname, const char *field, char *obuf,
H A Dwpa_helpers.c163 int get_wpa_status(const char *ifname, const char *field, char *obuf, argument
203 memcpy(obuf, pos, end - pos);
/external/wpa_supplicant_8/src/common/
H A Dwpa_helpers.h16 int get_wpa_status(const char *ifname, const char *field, char *obuf,
H A Dwpa_helpers.c163 int get_wpa_status(const char *ifname, const char *field, char *obuf, argument
203 memcpy(obuf, pos, end - pos);
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_helpers.h16 int get_wpa_status(const char *ifname, const char *field, char *obuf,
H A Dwpa_helpers.c163 int get_wpa_status(const char *ifname, const char *field, char *obuf, argument
203 memcpy(obuf, pos, end - pos);
/external/netcat/
H A Dnetcat.c825 unsigned char obuf[4]; local
835 obuf[0] = IAC;
838 obuf[1] = DONT;
840 obuf[1] = WONT;
845 obuf[2] = *p;
846 if (atomicio(vwrite, nfd, obuf, 3) != 3)
/external/qemu/disas/
H A Di386.c1577 static char obuf[100]; variable
3716 obuf[0] = 0;
3753 obufp = obuf;
3966 obufp = obuf + strlen (obuf);
3967 for (i = strlen (obuf); i < 6; i++)
3970 (*info->fprintf_func) (info->stream, "%s", obuf);
4424 pstrcpy (obuf, sizeof(obuf), "(bad)");
4425 obufp = obuf
[all...]

Completed in 1647 milliseconds

12