Searched refs:obuf (Results 1 - 18 of 18) 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
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
126 memset(obuf,0x00,sizeof(obuf));
127 RC4(&key,data_len[i],&(data[i][0]),obuf);
128 if (memcmp(obuf,output[i],data_len[i]+1) != 0)
133 printf(" %02x",obuf[j]);
149 memset(obuf,0x00,sizeof(obuf));
150 RC4(&key,i,&(data[3][0]),obuf);
151 if ((memcmp(obuf,outpu
[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_len]),in,inl);
222 memcpy(&(ctx->obuf[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...]
H A Dbio.h317 char *obuf; /* the char array */ member in struct:bio_f_buffer_ctx_struct
/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:__anon3877
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.c95 char obuf[256]; local
113 snprintf(obuf, sizeof(obuf), "(%s, %s)",
117 fprintf(ofp, "%-32s Iif: ", obuf);
/external/clearsilver/util/
H A Dneo_net.h33 UINT8 obuf[NET_BUFSIZE]; member in struct:_neo_sock
H A Dneo_net.c400 r = write(sock->fd, sock->obuf + x, sock->ol - x);
612 memcpy(sock->obuf + sock->ol, b + blen - x, l);
/external/qemu/
H A Di386-dis.c1562 static char obuf[100]; variable
3644 obuf[0] = 0;
3681 obufp = obuf;
3894 obufp = obuf + strlen (obuf);
3895 for (i = strlen (obuf); i < 6; i++)
3898 (*info->fprintf_func) (info->stream, "%s", obuf);
4352 pstrcpy (obuf, sizeof(obuf), "(bad)");
4353 obufp = obuf
[all...]
/external/bzip2/
H A Dbzip2.c437 UChar obuf[5000]; local
462 nread = BZ2_bzRead ( &bzerr, bzf, obuf, 5000 );
465 fwrite ( obuf, sizeof(UChar), nread, stream );
509 nread = fread ( obuf, sizeof(UChar), 5000, zStream );
511 if (nread > 0) fwrite ( obuf, sizeof(UChar), nread, stream );
558 UChar obuf[5000]; local
580 nread = BZ2_bzRead ( &bzerr, bzf, obuf, 5000 );
/external/netcat/
H A Dnetcat.c1091 static unsigned char obuf [4]; /* tiny thing to build responses into */ local
1102 obuf[0] = 255;
1109 obuf[1] = y;
1111 obuf[2] = *p; /* copy actual option byte */
1112 (void) write (netfd, obuf, 3);
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dcrypto_internal.c446 char obuf[80]; local
508 asn1_oid_to_str(&oid, obuf, sizeof(obuf));
509 wpa_printf(MSG_DEBUG, "PKCS #8: algorithm=%s", obuf);
520 "algorithm %s", obuf);
/external/blktrace/
H A Dblktrace.c242 * ofn, ofd, ofp, obuf & mmap_info are used for output file (optionally).
247 char *obuf; member in struct:io_info
1516 iop->obuf = malloc(size);
1517 if (setvbuf(iop->ofp, iop->obuf, mode, size) < 0) {
1521 free(iop->obuf);
1569 if (iop->obuf)
1570 free(iop->obuf);
/external/clearsilver/cgi/
H A Dcgi.c883 static NEOERR *cgi_compress (STRING *str, char *obuf, int *olen) argument
890 stream.next_out = (Bytef*)obuf;
/external/openssl/include/openssl/
H A Dbio.h317 char *obuf; /* the char array */ member in struct:bio_f_buffer_ctx_struct

Completed in 196 milliseconds