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

123

/external/elfutils/libasm/
H A Dasm_adduleb128.c56 char tmpbuf[(sizeof (num) * 8 + 6) / 7]; local
57 char *dest = tmpbuf;
75 size_t nbytes = dest - tmpbuf;
83 memcpy (&asmscn->content->data[asmscn->content->len], tmpbuf, nbytes);
H A Dasm_addsleb128.c56 char tmpbuf[(sizeof (num) * 8 + 6) / 7]; local
57 char *dest = tmpbuf;
79 size_t nbytes = dest - tmpbuf;
87 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/c-ares/
H A Dares_getnameinfo.c295 char tmpbuf[4096]; local
313 memset(tmpbuf, 0, sizeof(tmpbuf));
315 if (getservbyport_r(port, proto, &se, (void *)tmpbuf,
316 sizeof(tmpbuf), &sep) != 0)
319 sep = getservbyport_r(port, proto, &se, (void *)tmpbuf,
320 sizeof(tmpbuf));
322 if (getservbyport_r(port, proto, &se, (void *)tmpbuf) != 0)
339 strcpy(tmpbuf, sep->s_name);
342 sprintf(tmpbuf, "
364 char tmpbuf[IF_NAMESIZE + 2]; local
[all...]
/external/elfutils/src/
H A Darlib.c61 char tmpbuf[sizeof (ar_hdr.ar_date) + 1]; local
62 int s = snprintf (tmpbuf, sizeof (tmpbuf), "%-*lld",
66 memcpy (ar_hdr.ar_date, tmpbuf, s);
110 char tmpbuf[sizeof (((struct ar_hdr *) NULL)->ar_size) + 1]; local
124 int s = snprintf (tmpbuf, sizeof (tmpbuf), "%-*zu",
127 memcpy (&((struct ar_hdr *) symtab.longnames)->ar_size, tmpbuf, s);
171 memcpy (&((struct ar_hdr *) symtab.symsoff)->ar_size, tmpbuf,
172 snprintf (tmpbuf, sizeo
[all...]
H A Dar.c856 char tmpbuf[sizeof (arhdr.ar_name) + 1]; local
865 snprintf (tmpbuf, sizeof (tmpbuf), "/%-*ld",
867 changed_header = memcmp (arhdr.ar_name, tmpbuf,
889 memcpy (arhdr.ar_name, tmpbuf, sizeof (arhdr.ar_name));
1087 char tmpbuf[bufsize + 1]; local
1088 snprintf (tmpbuf, sizeof (tmpbuf), ofmt ? "%-*lo" : "%-*ld", bufsize, val);
1089 memcpy (buf, tmpbuf, bufsize);
1458 char tmpbuf[sizeo local
[all...]
/external/elfutils/libcpu/
H A Di386_data.h185 char tmpbuf[sizeof ("-0x1234(%rr,%rr)")]; local
188 n = snprintf (tmpbuf, sizeof (tmpbuf), "0x%" PRIx16, disp);
193 n = snprintf (tmpbuf, sizeof (tmpbuf), "%s0x%" PRIx16,
197 n += snprintf (tmpbuf + n, sizeof (tmpbuf) - n, "(%%b%c,%%%ci)",
200 n += snprintf (tmpbuf + n, sizeof (tmpbuf) - n, "(%%%s)",
207 memcpy (&bufp[*bufcntp], tmpbuf,
227 char tmpbuf[sizeof ("-0x12345678(%rrrr)")]; local
301 char tmpbuf[sizeof ("-0x12345678(%rrrr,%rrrr,N)")]; local
[all...]
/external/marisa-trie/lib/marisa/
H A Dbase.h197 char tmpbuf[100]; local
198 snprintf(tmpbuf, sizeof(tmpbuf), "marisa exception: %d", status);
199 __android_log_write(ANDROID_LOG_ERROR, "marisa-trie", tmpbuf);
/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/libvpx/libvpx/vp9/encoder/
H A Dvp9_resize.c459 uint8_t *tmpbuf = NULL; local
462 if (!tmpbuf) {
463 tmpbuf = (uint8_t *)malloc(sizeof(uint8_t) * length);
464 otmp = tmpbuf;
485 if (tmpbuf)
486 free(tmpbuf);
520 uint8_t *tmpbuf = (uint8_t *)malloc(sizeof(uint8_t) * local
529 intbuf + width2 * i, width2, tmpbuf);
532 resize_multistep(arrbuf, height, arrbuf + height, height2, tmpbuf);
536 free(tmpbuf);
752 uint16_t *tmpbuf = NULL; local
816 uint16_t *tmpbuf = (uint16_t *)malloc(sizeof(uint16_t) * local
821 intbuf + width2 * i, width2, tmpbuf, bd); local
[all...]
/external/elfutils/libelf/
H A Delf_getarsym.c181 char tmpbuf[17]; local
182 memcpy (tmpbuf, index_hdr->ar_size, 10);
183 tmpbuf[10] = '\0';
184 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_tnc.c454 struct wpabuf tmpbuf; local
526 wpabuf_set(&tmpbuf, pos, end - pos);
527 data->in_buf = &tmpbuf;
534 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
/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/libjpeg-turbo/
H A Dturbojpeg.c836 JSAMPROW *tmpbuf[MAX_COMPONENTS], *tmpbuf2[MAX_COMPONENTS]; local
849 tmpbuf[i]=NULL; _tmpbuf[i]=NULL;
926 tmpbuf[i]=(JSAMPROW *)malloc(sizeof(JSAMPROW)*cinfo->max_v_samp_factor);
927 if(!tmpbuf[i]) _throw("tjEncodeYUVPlanes(): Memory allocation failure");
932 tmpbuf[i][row]=&_tmpbuf_aligned[
962 (*cinfo->cconvert->color_convert)(cinfo, &row_pointer[row], tmpbuf, 0,
964 (cinfo->downsample->downsample)(cinfo, tmpbuf, 0, tmpbuf2, 0);
981 if(tmpbuf[i]!=NULL) free(tmpbuf[i]);
1051 JSAMPLE *_tmpbuf=NULL, *ptr; JSAMPROW *tmpbuf[MAX_COMPONENT local
1508 JSAMPROW *tmpbuf[MAX_COMPONENTS], *inbuf[MAX_COMPONENTS]; local
1708 JSAMPLE *_tmpbuf=NULL, *ptr; JSAMPROW *tmpbuf[MAX_COMPONENTS]; local
[all...]
/external/webrtc/webrtc/modules/audio_processing/transient/
H A Dtransient_suppression_test.cc86 rtc::scoped_ptr<int16_t[]> tmpbuf; local
89 tmpbuf.reset(new int16_t[num_channels * audio_buffer_size]);
90 read_ptr = tmpbuf.get();
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_ikev2.c339 struct wpabuf tmpbuf; local
410 wpabuf_set(&tmpbuf, pos, end - pos);
411 data->in_buf = &tmpbuf;
415 if (data->in_buf == &tmpbuf)
421 if (data->in_buf != &tmpbuf)
H A Deap_tnc.c216 struct wpabuf tmpbuf; local
289 wpabuf_set(&tmpbuf, pos, end - pos);
290 data->in_buf = &tmpbuf;
344 if (data->in_buf != &tmpbuf)
404 if (data->in_buf == &tmpbuf)
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_ikev2.c339 struct wpabuf tmpbuf; local
410 wpabuf_set(&tmpbuf, pos, end - pos);
411 data->in_buf = &tmpbuf;
415 if (data->in_buf == &tmpbuf)
421 if (data->in_buf != &tmpbuf)
H A Deap_tnc.c216 struct wpabuf tmpbuf; local
289 wpabuf_set(&tmpbuf, pos, end - pos);
290 data->in_buf = &tmpbuf;
344 if (data->in_buf != &tmpbuf)
404 if (data->in_buf == &tmpbuf)
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_ikev2.c339 struct wpabuf tmpbuf; local
410 wpabuf_set(&tmpbuf, pos, end - pos);
411 data->in_buf = &tmpbuf;
415 if (data->in_buf == &tmpbuf)
421 if (data->in_buf != &tmpbuf)
H A Deap_tnc.c216 struct wpabuf tmpbuf; local
289 wpabuf_set(&tmpbuf, pos, end - pos);
290 data->in_buf = &tmpbuf;
344 if (data->in_buf != &tmpbuf)
404 if (data->in_buf == &tmpbuf)
/external/e2fsprogs/intl/
H A Dvasnprintf.c271 CHAR_T tmpbuf[700]; local
485 if (tmp_length <= sizeof (tmpbuf) / sizeof (CHAR_T))
486 tmp = tmpbuf;
837 if (tmp != tmpbuf)

Completed in 493 milliseconds

123