Searched refs:tmpbuf (Results 1 - 25 of 64) sorted by relevance

123

/external/elfutils/0.153/libasm/
H A Dasm_adduleb128.c55 char tmpbuf[(sizeof (num) * 8 + 6) / 7]; local
56 char *dest = tmpbuf;
74 size_t nbytes = dest - tmpbuf;
82 memcpy (&asmscn->content->data[asmscn->content->len], tmpbuf, nbytes);
H A Dasm_addsleb128.c55 char tmpbuf[(sizeof (num) * 8 + 6) / 7]; local
56 char *dest = tmpbuf;
78 size_t nbytes = dest - tmpbuf;
86 memcpy (&asmscn->content->data[asmscn->content->len], tmpbuf, nbytes);
/external/speex/libspeex/
H A Dkiss_fftr.c25 kiss_fft_cpx * tmpbuf; member in struct:kiss_fftr_state
58 st->tmpbuf = (kiss_fft_cpx *) (((char *) st->substate) + subsize);
59 st->super_twiddles = st->tmpbuf + nfft;
94 kiss_fft( st->substate , (const kiss_fft_cpx*)timedata, st->tmpbuf );
95 /* The real part of the DC element of the frequency spectrum in st->tmpbuf
105 tdc.r = st->tmpbuf[0].r;
106 tdc.i = st->tmpbuf[0].i;
119 fpk = st->tmpbuf[k];
120 fpnk.r = st->tmpbuf[ncfft-k].r;
121 fpnk.i = - st->tmpbuf[ncff
[all...]
/external/openssl/crypto/des/
H A Denc_read.c102 static unsigned char *tmpbuf=NULL;
107 if (tmpbuf == NULL)
109 tmpbuf=OPENSSL_malloc(BSIZE);
110 if (tmpbuf == NULL) return(-1);
217 DES_pcbc_encrypt(net,tmpbuf,num,sched,iv,
220 DES_cbc_encrypt(net,tmpbuf,num,sched,iv,
225 memcpy(buf,tmpbuf,num);
/external/elfutils/0.153/src/
H A Darlib.c68 char tmpbuf[sizeof (ar_hdr.ar_date) + 1]; local
69 memcpy (ar_hdr.ar_date, tmpbuf,
70 snprintf (tmpbuf, sizeof (tmpbuf), "%-*lld",
117 char tmpbuf[sizeof (((struct ar_hdr *) NULL)->ar_size) + 1]; local
131 memcpy (&((struct ar_hdr *) symtab.longnames)->ar_size, tmpbuf,
132 snprintf (tmpbuf, sizeof (tmpbuf), "%-*zu",
178 memcpy (&((struct ar_hdr *) symtab.symsoff)->ar_size, tmpbuf,
179 snprintf (tmpbuf, sizeo
[all...]
/external/elfutils/0.153/libcpu/
H A Di386_data.h182 char tmpbuf[sizeof ("-0x1234(%rr,%rr)")]; local
185 n = snprintf (tmpbuf, sizeof (tmpbuf), "0x%" PRIx16, disp);
190 n = snprintf (tmpbuf, sizeof (tmpbuf), "%s0x%" PRIx16,
194 n += snprintf (tmpbuf + n, sizeof (tmpbuf) - n, "(%%b%c,%%%ci)",
197 n += snprintf (tmpbuf + n, sizeof (tmpbuf) - n, "(%%%s)",
204 memcpy (&bufp[*bufcntp], tmpbuf,
224 char tmpbuf[sizeof ("-0x12345678(%rrrr)")]; local
298 char tmpbuf[sizeof ("-0x12345678(%rrrr,%rrrr,N)")]; local
[all...]
/external/openssl/crypto/rand/
H A Drand_unix.c242 unsigned char tmpbuf[ENTROPY_NEEDED]; local
347 r = read(fd,(unsigned char *)tmpbuf+n, ENTROPY_NEEDED-n);
383 r = RAND_query_egd_bytes(*egdsocket, (unsigned char *)tmpbuf+n,
393 RAND_add(tmpbuf,sizeof tmpbuf,(double)n);
394 OPENSSL_cleanse(tmpbuf,n);
/external/e2fsprogs/lib/quota/
H A Dquotaio_tree.c135 dqbuf_t tmpbuf = getdqbuf(); local
141 if (!tmpbuf)
145 read_blk(h, nextblk, tmpbuf);
146 ((struct qt_disk_dqdbheader *)tmpbuf)->dqdh_prev_free =
148 write_blk(h, nextblk, tmpbuf);
151 read_blk(h, prevblk, tmpbuf);
152 ((struct qt_disk_dqdbheader *)tmpbuf)->dqdh_next_free =
154 write_blk(h, prevblk, tmpbuf);
159 freedqbuf(tmpbuf);
168 dqbuf_t tmpbuf local
[all...]
/external/libedit/src/
H A Dsearch.c458 Char tmpbuf[EL_BUFSIZ]; local
462 tmpbuf[0] = '.';
463 tmpbuf[1] = '*';
469 tmplen = c_gets(el, &tmpbuf[LEN],
475 ch = tmpbuf[tmplen];
476 tmpbuf[tmplen] = '\0';
489 (void) Strncpy(tmpbuf, el->el_search.patbuf,
490 sizeof(tmpbuf) / sizeof(*tmpbuf) - 1);
493 (void) Strncpy(&el->el_search.patbuf[2], tmpbuf,
[all...]
/external/openssl/apps/
H A Dasn1pars.c96 unsigned char *tmpbuf; local
307 tmpbuf=(unsigned char *)str;
319 tmpbuf+=j;
322 ctmpbuf = tmpbuf;
341 tmpbuf=at->value.asn1_string->data;
344 str=(char *)tmpbuf;
/external/elfutils/0.153/libelf/
H A Delf_getarsym.c176 char tmpbuf[17]; local
177 memcpy (tmpbuf, index_hdr->ar_size, 10);
178 tmpbuf[10] = '\0';
179 size_t index_size = atol (tmpbuf);
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_tls_common.h52 struct wpabuf tmpbuf; member in struct:eap_ssl_data
H A Deap_server_ikev2.c353 struct wpabuf tmpbuf; local
427 wpabuf_set(&tmpbuf, pos, end - pos);
428 data->in_buf = &tmpbuf;
432 if (data->in_buf == &tmpbuf)
457 if (data->in_buf != &tmpbuf)
/external/wpa_supplicant_8/src/eap_server/
H A Deap_tls_common.h52 struct wpabuf tmpbuf; member in struct:eap_ssl_data
H A Deap_server_ikev2.c353 struct wpabuf tmpbuf; local
427 wpabuf_set(&tmpbuf, pos, end - pos);
428 data->in_buf = &tmpbuf;
432 if (data->in_buf == &tmpbuf)
457 if (data->in_buf != &tmpbuf)
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_tls_common.h52 struct wpabuf tmpbuf; member in struct:eap_ssl_data
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_resize.c455 uint8_t *tmpbuf = NULL; local
458 if (!tmpbuf) {
459 tmpbuf = (uint8_t *)malloc(sizeof(uint8_t) * length);
460 otmp = tmpbuf;
481 if (tmpbuf)
482 free(tmpbuf);
516 uint8_t *tmpbuf = (uint8_t *)malloc(sizeof(uint8_t) * local
521 intbuf + width2 * i, width2, tmpbuf);
524 resize_multistep(arrbuf, height, arrbuf + height, height2, tmpbuf);
528 free(tmpbuf);
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_resize.c455 uint8_t *tmpbuf = NULL; local
458 if (!tmpbuf) {
459 tmpbuf = (uint8_t *)malloc(sizeof(uint8_t) * length);
460 otmp = tmpbuf;
481 if (tmpbuf)
482 free(tmpbuf);
516 uint8_t *tmpbuf = (uint8_t *)malloc(sizeof(uint8_t) * local
521 intbuf + width2 * i, width2, tmpbuf);
524 resize_multistep(arrbuf, height, arrbuf + height, height2, tmpbuf);
528 free(tmpbuf);
[all...]
/external/chromium_org/third_party/libjpeg_turbo/
H A Dturbojpeg.c678 JSAMPROW *tmpbuf[MAX_COMPONENTS], *tmpbuf2[MAX_COMPONENTS]; local
692 tmpbuf[i]=NULL; _tmpbuf[i]=NULL;
765 tmpbuf[i]=(JSAMPROW *)malloc(sizeof(JSAMPROW)*cinfo->max_v_samp_factor);
766 if(!tmpbuf[i]) _throw("tjEncodeYUV2(): Memory allocation failure");
771 tmpbuf[i][row]=&_tmpbuf_aligned[
802 (*cinfo->cconvert->color_convert)(cinfo, &row_pointer[row], tmpbuf, 0,
804 (cinfo->downsample->downsample)(cinfo, tmpbuf, 0, tmpbuf2, 0);
821 if(tmpbuf[i]!=NULL) free(tmpbuf[i]);
1059 JSAMPLE *_tmpbuf=NULL, *ptr=dstBuf; JSAMPROW *tmpbuf[MAX_COMPONENT local
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_ikev2.c331 struct wpabuf tmpbuf; local
402 wpabuf_set(&tmpbuf, pos, end - pos);
403 data->in_buf = &tmpbuf;
407 if (data->in_buf == &tmpbuf)
413 if (data->in_buf != &tmpbuf)
H A Deap_tnc.c211 struct wpabuf tmpbuf; local
284 wpabuf_set(&tmpbuf, pos, end - pos);
285 data->in_buf = &tmpbuf;
339 if (data->in_buf != &tmpbuf)
404 if (data->in_buf == &tmpbuf)
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_ikev2.c331 struct wpabuf tmpbuf; local
402 wpabuf_set(&tmpbuf, pos, end - pos);
403 data->in_buf = &tmpbuf;
407 if (data->in_buf == &tmpbuf)
413 if (data->in_buf != &tmpbuf)
H A Deap_tnc.c211 struct wpabuf tmpbuf; local
284 wpabuf_set(&tmpbuf, pos, end - pos);
285 data->in_buf = &tmpbuf;
339 if (data->in_buf != &tmpbuf)
404 if (data->in_buf == &tmpbuf)
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_ikev2.c331 struct wpabuf tmpbuf; local
402 wpabuf_set(&tmpbuf, pos, end - pos);
403 data->in_buf = &tmpbuf;
407 if (data->in_buf == &tmpbuf)
413 if (data->in_buf != &tmpbuf)
H A Deap_tnc.c211 struct wpabuf tmpbuf; local
284 wpabuf_set(&tmpbuf, pos, end - pos);
285 data->in_buf = &tmpbuf;
339 if (data->in_buf != &tmpbuf)
404 if (data->in_buf == &tmpbuf)

Completed in 285 milliseconds

123