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

123

/external/bison/lib/
H A Dvasnprintf.c2947 DCHAR_T tmpbuf[700]; local
3037 if (tmp_length <= sizeof (tmpbuf) / sizeof (DCHAR_T))
3038 tmp = tmpbuf;
3412 if (tmp != tmpbuf)
3454 DCHAR_T tmpbuf[700]; local
3583 if (tmp_length <= sizeof (tmpbuf) / sizeof (DCHAR_T))
3584 tmp = tmpbuf;
4598 if (tmp != tmpbuf)
4634 TCHAR_T tmpbuf[700]; local
4750 if (tmp_length <= sizeof (tmpbuf) / sizeo
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnumtst.c1880 char tmpbuf[200]; local
1883 log_verbose("%s:%d: formatted %.2f into %s\n", testcase, line, myNumber, u_austrcpy(tmpbuf, myString));
/external/chromium_org/third_party/libjpeg_turbo/
H A Dtjbench.c323 unsigned char **jpegbuf=NULL, *tmpbuf=NULL, *srcptr, *srcptr2; local
331 if((tmpbuf=(unsigned char *)malloc(pitch*h)) == NULL)
366 memcpy(&tmpbuf[pitch*i], &srcbuf[w*ps*i], w*ps);
433 if(decomptest(srcbuf, jpegbuf, jpegsize, tmpbuf, w, h, subsamp, jpegqual,
458 if(tmpbuf) {free(tmpbuf); tmpbuf=NULL;}
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/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/chromium_org/third_party/skia/src/opts/
H A DSkBlitRow_opts_arm_neon.cpp1221 uint16_t tmpbuf[UNROLL]; local
1274 tmpbuf[i] = SkCompact_rgb_16((src_expanded + dst_expanded) >> 5);
1277 tmpbuf[i] = *my_dst;
1363 if (tmpbuf[i] != dst[i]) {
1373 i, ((tmpbuf[i] != dst[i])?"BAD":"got"), dst[i], tmpbuf[i],
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-pp.c3860 char tmpbuf[30]; local
3927 sprintf(tmpbuf, "%ld", mac->nparam);
3928 text = nasm_strdup(tmpbuf);
3932 sprintf(tmpbuf, "..@%lu.", mac->unique);
3933 text = nasm_strcat(tmpbuf, t->text + 2);
/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)
/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/elfutils/0.153/libasm/
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);
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);
/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/elfutils/0.153/libdwfl/
H A Drelocate.c394 union { TYPES; } tmpbuf; local
399 .d_buf = &tmpbuf,
420 tmpbuf.Name = value; \
440 tmpbuf.Name += (GElf_##Name) value; \
/external/elfutils/0.153/libelf/
H A Delf32_updatefile.c706 char tmpbuf[MAX_TMPBUF]; local
726 buf = tmpbuf;
746 if (buf != dl->data.d.d_buf && buf != tmpbuf)
753 if (buf != dl->data.d.d_buf && buf != tmpbuf)
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/elfutils/0.153/src/
H A Dar.c867 char tmpbuf[sizeof (arhdr.ar_name) + 1]; local
876 snprintf (tmpbuf, sizeof (tmpbuf), "/%-*ld",
878 changed_header = memcmp (arhdr.ar_name, tmpbuf,
900 memcpy (arhdr.ar_name, tmpbuf, sizeof (arhdr.ar_name));
1098 char tmpbuf[bufsize + 1]; local
1099 snprintf (tmpbuf, sizeof (tmpbuf), ofmt ? "%-*lo" : "%-*ld", bufsize, val);
1100 memcpy (buf, tmpbuf, bufsize);
1469 char tmpbuf[sizeo local
[all...]
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...]
H A Dstrip.c1714 union { TYPES; } tmpbuf; local
1722 tmpbuf.Name = 0; \
1747 .d_buf = &tmpbuf,
1783 tmpbuf.Name += (GElf_##Name) value; \
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c1883 char tmpbuf[200]; local
1886 log_verbose("%s:%d: formatted %.2f into %s\n", testcase, line, myNumber, u_austrcpy(tmpbuf, myString));
/external/ipsec-tools/src/racoon/
H A Disakmp.c217 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);
/external/iputils/
H A Drarpd.c453 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/libedit/src/
H A Dcommon.c907 Char tmpbuf[EL_BUFSIZ]; local
910 tmplen = c_gets(el, tmpbuf, STR("\n: "));
913 if (tmplen < 0 || (tmpbuf[tmplen] = 0, parse_line(el, tmpbuf)) == -1)
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/libpng/
H A Dpngrutil.c210 png_byte tmpbuf[PNG_INFLATE_BUF_SIZE]; local
212 len = (sizeof tmpbuf);
217 png_crc_read(png_ptr, tmpbuf, len);
245 png_byte tmpbuf[PNG_INFLATE_BUF_SIZE]; local
247 len = (sizeof tmpbuf);
252 png_crc_read(png_ptr, tmpbuf, len);
3978 png_byte tmpbuf[PNG_INFLATE_BUF_SIZE]; local
4036 png_ptr->zstream.next_out = tmpbuf;
4037 png_ptr->zstream.avail_out = (sizeof tmpbuf);
4054 avail_out += (sizeof 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...]

Completed in 951 milliseconds

123