HomeSort by relevance Sort by last modified time
    Searched refs:ibuf (Results 1 - 24 of 24) sorted by null

  /external/qemu/audio/
rate_template.h 27 * Processed signed long samples from ibuf to obuf.
30 void NAME (void *opaque, struct st_sample *ibuf, struct st_sample *obuf,
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...]
mixeng.h 44 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/bio/
bf_buff.c 99 ctx->ibuf=(char *)OPENSSL_malloc(DEFAULT_BUFFER_SIZE);
100 if (ctx->ibuf == NULL) { OPENSSL_free(ctx); return(0); }
102 if (ctx->obuf == NULL) { OPENSSL_free(ctx->ibuf); OPENSSL_free(ctx); return(0); }
122 if (b->ibuf != NULL) OPENSSL_free(b->ibuf);
149 memcpy(out,&(ctx->ibuf[ctx->ibuf_off]),i);
183 i=BIO_read(b->next_bio,ctx->ibuf,ctx->ibuf_size);
296 p1=ctx->ibuf;
323 if (ctx->ibuf != NULL) OPENSSL_free(ctx->ibuf);
    [all...]
bio.h 313 char *ibuf; /* the char array */ member in struct:bio_f_buffer_ctx_struct
  /external/wpa_supplicant/
eap_gpsk_common.c 53 u8 ibuf[2], hash[16]; local
59 addr[0] = ibuf;
60 vlen[0] = sizeof(ibuf);
68 WPA_PUT_BE16(ibuf, i);
87 u8 ibuf[2], hash[SHA256_MAC_LEN]; local
93 addr[0] = ibuf;
94 vlen[0] = sizeof(ibuf);
102 WPA_PUT_BE16(ibuf, i);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_gpsk_common.c 53 u8 ibuf[2], hash[16]; local
59 addr[0] = ibuf;
60 vlen[0] = sizeof(ibuf);
68 WPA_PUT_BE16(ibuf, i);
88 u8 ibuf[2], hash[SHA256_MAC_LEN]; local
94 addr[0] = ibuf;
95 vlen[0] = sizeof(ibuf);
103 WPA_PUT_BE16(ibuf, i);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ppp-comp.h 103 int (*decompress) (void *state, unsigned char *ibuf, int isize,
107 void (*incomp) (void *state, unsigned char *ibuf, int icnt);
  /external/openssl/crypto/comp/
c_zlib.c 430 unsigned char *ibuf; /* Input buffer */ member in struct:__anon5312
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/clearsilver/util/
neo_net.h 28 UINT8 ibuf[NET_BUFSIZE]; member in struct:_neo_sock
neo_net.c 354 sock->ibuf[0] = '\0';
355 r = read(sock->fd, sock->ibuf, NET_BUFSIZE);
428 memcpy(buf + buflen - x, sock->ibuf + sock->ib, l);
455 nl = memchr(sock->ibuf + sock->ib, '\n', sock->il - sock->ib);
459 err = string_appendn(&str, (char *)(sock->ibuf + sock->ib), l);
465 l = nl - (sock->ibuf + sock->ib);
466 err = string_appendn(&str, (char *)(sock->ibuf + sock->ib), l);
496 buf[x] = sock->ibuf[sock->ib++];
neo_str.c 310 char ibuf[4096]; local
318 size = sizeof (ibuf);
319 bl = vsnprintf (ibuf, sizeof (ibuf), fmt, tmp);
324 strncpy(*buf, ibuf, bl);
neo_hdf.c 1826 char *ibuf = NULL; local
    [all...]
  /libcore/luni/src/test/java/tests/api/java/io/
FilterOutputStreamTest.java 39 byte[] ibuf = new byte[4096]; field in class:FilterOutputStreamTest
BufferedInputStreamTest.java 46 byte[] ibuf = new byte[4096]; field in class:BufferedInputStreamTest
FileInputStreamTest.java 51 byte[] ibuf = new byte[4096]; field in class:FileInputStreamTest
FileOutputStreamTest.java 58 byte[] ibuf = new byte[4096]; field in class:FileOutputStreamTest
FilterInputStreamTest.java 45 byte[] ibuf = new byte[4096]; field in class:FilterInputStreamTest
PrintStreamTest.java 36 byte[] ibuf = new byte[4096]; field in class:PrintStreamTest
  /hardware/broadcom/wlan/bcm4329/src/dhd/exe/
dhdu.c 2292 char ibuf[DHD_IOCTL_SMLEN]; local
2311 char ibuf[DHD_IOCTL_SMLEN]; local
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
MonitorThread.java 407 ByteBuffer ibuf = buf.slice(); local
408 ByteBuffer roBuf = ibuf.asReadOnlyBuffer(); // enforce R/O
  /external/clearsilver/cs/
csparse.c 402 char *ibuf; local
413 err = parse->fileload(parse->fileload_ctx, parse->hdf, path, &ibuf);
426 err = ne_load_file (path, &ibuf);
444 err = cs_parse_string(parse, ibuf, strlen(ibuf));
551 NEOERR *cs_parse_string (CSPARSE *parse, char *ibuf, size_t ibuf_len)
565 err = uListAppend(parse->alloc, ibuf);
568 free (ibuf);
577 parse->context_string = ibuf;
581 i = find_open_delim (parse, ibuf, parse->offset, ibuf_len)
    [all...]
  /external/bzip2/
bzip2.c 332 UChar ibuf[5000]; local
353 nIbuf = fread ( ibuf, sizeof(UChar), 5000, stream );
355 if (nIbuf > 0) BZ2_bzWrite ( &bzerr, bzf, (void*)ibuf, nIbuf );
    [all...]
  /external/openssl/include/openssl/
bio.h 313 char *ibuf; /* the char array */ member in struct:bio_f_buffer_ctx_struct
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 753 milliseconds