| /external/iputils/ |
| rarpd.c | 453 char tmpbuf[16*3]; local 454 char *ptr = tmpbuf; 463 syslog(LOG_INFO, "RARP request from %s on if%d", tmpbuf, sll.sll_ifindex);
|
| /external/libvpx/libvpx/vp9/encoder/ |
| vp9_resize.c | 459 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/svox/pico/lib/ |
| picoacph.c | 139 picoos_uint8 tmpbuf[PICODATA_MAX_ITEMSIZE]; /* tmp. location for an item */ member in struct:acph_subobj [all...] |
| picosa.c | 190 picoos_uint8 tmpbuf[PICODATA_MAX_ITEMSIZE]; /* tmp. location for an item */ member in struct:sa_subobj 854 /* use sa->tmpbuf[PICOSA_MAXITEMSIZE] to temporarly store the 858 tmpbuf. */ [all...] |
| picospho.c | 176 picoos_uint8 tmpbuf[PICODATA_MAX_ITEMSIZE]; /* tmp. location for an item */ member in struct:spho_subobj [all...] |
| /external/vboot_reference/utility/ |
| bmpblk_utility.cc | 416 uint8_t *tmpbuf = (uint8_t *)malloc(tmpsize); local 419 tmpbuf, &tmpsize)) { 423 it->second.compressed_content.assign((const char *)tmpbuf, tmpsize); 425 free(tmpbuf); 432 uint8_t *tmpbuf = (uint8_t *)malloc(tmpsize); local 445 stream.next_out = tmpbuf; 453 it->second.compressed_content.assign((const char *)tmpbuf, 457 free(tmpbuf);
|
| /external/wpa_supplicant_8/src/eap_server/ |
| eap_server_tnc.c | 454 struct wpabuf tmpbuf; local 526 wpabuf_set(&tmpbuf, pos, end - pos); 527 data->in_buf = &tmpbuf; 534 if (data->in_buf != &tmpbuf)
|
| /system/core/logwrapper/ |
| logwrap.c | 313 char tmpbuf[256]; local 445 snprintf(tmpbuf, sizeof(tmpbuf), 447 do_log_line(&log_info, tmpbuf); 451 snprintf(tmpbuf, sizeof(tmpbuf), 453 do_log_line(&log_info, tmpbuf); 455 snprintf(tmpbuf, sizeof(tmpbuf), 457 do_log_line(&log_info, tmpbuf); [all...] |
| /external/elfutils/libcpu/ |
| i386_data.h | 185 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, n + 1) 227 char tmpbuf[sizeof ("-0x12345678(%rrrr)")]; local 301 char tmpbuf[sizeof ("-0x12345678(%rrrr,%rrrr,N)")]; local [all...] |
| /external/elfutils/src/ |
| ar.c | 856 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[sizeof (arhdr.ar_name) + 1]; local [all...] |
| strip.c | 1841 union { TYPES; } tmpbuf; local [all...] |
| /external/libjpeg-turbo/ |
| tjbench.c | 281 unsigned char **jpegbuf=NULL, *yuvbuf=NULL, *tmpbuf=NULL, *srcptr, *srcptr2; local 290 if((tmpbuf=(unsigned char *)malloc(pitch*h)) == NULL) 325 memcpy(&tmpbuf[pitch*i], &srcbuf[w*ps*i], w*ps); 440 if(decomp(srcbuf, jpegbuf, jpegsize, tmpbuf, w, h, subsamp, jpegqual, 471 if(tmpbuf) {free(tmpbuf); tmpbuf=NULL;}
|
| turbojpeg.c | 836 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_COMPONENTS] local 1508 JSAMPROW *tmpbuf[MAX_COMPONENTS], *inbuf[MAX_COMPONENTS]; local 1708 JSAMPLE *_tmpbuf=NULL, *ptr; JSAMPROW *tmpbuf[MAX_COMPONENTS]; local [all...] |
| /external/libvncserver/test/ |
| tjbench.c | 213 unsigned char **jpegbuf=NULL, *tmpbuf=NULL, *srcptr, *srcptr2; local 219 if((tmpbuf=(unsigned char *)malloc(pitch*h)) == NULL) 253 memcpy(&tmpbuf[pitch*i], &srcbuf[w*ps*i], w*ps); 320 if(decomptest(srcbuf, jpegbuf, jpegsize, tmpbuf, w, h, subsamp, jpegqual, 345 if(tmpbuf) {free(tmpbuf); tmpbuf=NULL;}
|
| /bionic/libc/dns/resolv/ |
| res_debug.c | 1026 static char tmpbuf[sizeof local 1047 ascii = tmpbuf; [all...] |
| /external/compiler-rt/lib/sanitizer_common/ |
| sanitizer_linux.cc | 742 char *tmpbuf; local 745 if (ReadFileToBuffer("/proc/self/cmdline", &tmpbuf, &tmpsize, &tmplen, 747 internal_strncpy(buf, tmpbuf, buf_len); 748 UnmapOrDie(tmpbuf, tmpsize); [all...] |
| /external/ipsec-tools/src/racoon/ |
| isakmp.c | 217 vchar_t *buf = NULL, *tmpbuf = NULL; local 306 if ((tmpbuf = vmalloc(ntohl(isakmp.len) + extralen)) == NULL) { 320 while ((len = recvfromto(so_isakmp, (char *)tmpbuf->v, tmpbuf->l, 338 memcpy (buf->v, tmpbuf->v + extralen, buf->l); 385 if (tmpbuf != NULL) 386 vfree(tmpbuf); [all...] |
| /external/libvncserver/libvncserver/ |
| tight.c | 1562 unsigned char *tmpbuf = NULL; local [all...] |
| /external/valgrind/coregrind/ |
| m_translate.c | 730 static UChar tmpbuf[N_TMPBUF]; variable [all...] |
| /toolchain/binutils/binutils-2.25/bfd/ |
| xtensa-isa.c | 1044 static xtensa_insnbuf tmpbuf = 0; 1047 if (!tmpbuf) 1049 tmpbuf = xtensa_insnbuf_alloc (isa); 1050 CHECK_ALLOC (tmpbuf, -1); 1072 (*set_fn) (tmpbuf, *valp); 1073 return ((*get_fn) (tmpbuf) != *valp); 1039 static xtensa_insnbuf tmpbuf = 0; local [all...] |
| /toolchain/binutils/binutils-2.25/binutils/ |
| dllwrap.c | 939 char *tmpbuf = (char *) xmalloc (sizeof ("0x12345678") + 1); local 941 sprintf (tmpbuf, "0x%.8lX", 0x60000000|((hash<<16)&0xFFC0000)); 942 image_base_str = tmpbuf; [all...] |
| /toolchain/binutils/binutils-2.25/gas/config/ |
| tc-microblaze.c | 762 char *tmpbuf; local 796 tmpbuf = xmalloc (first + second + 2); /* One extra byte for ' ' and one for NUL. */ 797 memcpy (tmpbuf, input_line_pointer, first); 798 tmpbuf[first] = ' '; /* @GOTOFF is replaced with a single space. */ 799 memcpy (tmpbuf + first + 1, past_got, second); 800 tmpbuf[first + second + 1] = '\0'; 802 return tmpbuf; [all...] |
| /toolchain/binutils/binutils-2.25/gold/ |
| archive.cc | 65 char* tmpbuf = *tmpbufp; local 73 tmpbuf = static_cast<char*>(xrealloc(tmpbuf, symlen + 1)); 74 *tmpbufp = tmpbuf; 77 memcpy(tmpbuf, sym_name, symlen); 78 tmpbuf[symlen] = '\0'; 79 sym_name = tmpbuf; 772 char* tmpbuf = NULL; local 802 &why, &tmpbuf, &tmpbuflen); 819 if (tmpbuf != NULL [all...] |
| plugin.cc | 1152 char* tmpbuf = NULL; local 1164 &tmpbuf, 1168 if (tmpbuf != NULL) 1169 free(tmpbuf); 1173 if (tmpbuf != NULL) 1174 free(tmpbuf); [all...] |
| /external/bison/lib/ |
| vasnprintf.c | 2947 DCHAR_T tmpbuf[700]; local 3454 DCHAR_T tmpbuf[700]; local 4634 TCHAR_T tmpbuf[700]; local [all...] |