/external/libjpeg-turbo/ |
tjbench.c | 108 char tempstr[1024], sizestr[20]="\0", qualstr[6]="\0", *ptr; local 194 sigfig((double)(w*h)/1000000.*(double)iter/elapsed, 4, tempstr, 1024), 198 sigfig((double)(w*h)/1000000.*(double)iter/elapsedDecode, 4, tempstr, 222 snprintf(tempstr, 1024, "%s_%s.%s", filename, sizestr, ext); 224 snprintf(tempstr, 1024, "%s_%s%s_%s.%s", filename, subName[subsamp], 227 if(savebmp(tempstr, dstbuf, scaledw, scaledh, pf, 230 ptr=strrchr(tempstr, '.'); 231 snprintf(ptr, 1024-(ptr-tempstr), "-err.%s", ext); 234 if(!quiet) printf("Compression error written to %s.\n", tempstr); 262 if(savebmp(tempstr, dstbuf, w, h, pf 279 char tempstr[1024], tempstr2[80]; local 485 char *temp=NULL, tempstr[80], tempstr2[80]; local [all...] |
/external/libvncserver/test/ |
tjbench.c | 82 char tempstr[1024], sizestr[20]="\0", qualstr[6]="\0", *ptr; local 142 sigfig((double)(w*h)/1000000.*(double)i/elapsed, 4, tempstr, 1024)); 156 snprintf(tempstr, 1024, "%s_%s.%s", filename, sizestr, ext); 158 snprintf(tempstr, 1024, "%s_%s%s_%s.%s", filename, subName[subsamp], 160 if(savebmp(tempstr, dstbuf, scaledw, scaledh, bmpPF[pf], pitch, 163 ptr=strrchr(tempstr, '.'); 164 snprintf(ptr, 1024-(ptr-tempstr), "-err.%s", ext); 167 if(!quiet) printf("Compression error written to %s.\n", tempstr); 195 if(savebmp(tempstr, dstbuf, w, h, bmpPF[pf], pitch, 211 char tempstr[1024], tempstr2[80] local [all...] |
/external/toybox/kconfig/lxdialog/ |
util.c | 318 char tempstr[MAX_LEN + 1], *word, *sp, *sp2; local 320 strcpy(tempstr, prompt); 322 prompt_len = strlen(tempstr); 328 if (tempstr[i] == '\n') 329 tempstr[i] = ' '; 334 waddstr(win, tempstr); 339 word = tempstr;
|
/external/icu/icu4c/source/i18n/ |
rbt_pars.cpp | 922 UnicodeString *tempstr = NULL; \/\/ used for memory allocation error checking local [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
nlmcode.h | 165 char tempstr[16]; local 172 amt = sizeof (tempstr); 173 if (bfd_bread ((void *) tempstr, amt, abfd) != amt) 177 if (CONST_STRNEQ (tempstr, "VeRsIoN#")) 199 else if (CONST_STRNEQ (tempstr, "MeSsAgEs")) 267 else if (CONST_STRNEQ (tempstr, "CoPyRiGhT=")) 283 else if (CONST_STRNEQ (tempstr, "CuStHeAd")) [all...] |
/external/icu/icu4c/source/common/ |
uloc.cpp | 2304 char *tempstr; \/* Use for null pointer check *\/ local [all...] |