/external/jpeg/ |
D | wrgif.c | 203 putc(w & 0xFF, dinfo->pub.output_file); in put_word() 204 putc((w >> 8) & 0xFF, dinfo->pub.output_file); in put_word() 212 putc(val, dinfo->pub.output_file); in put_3bytes() 213 putc(val, dinfo->pub.output_file); in put_3bytes() 214 putc(val, dinfo->pub.output_file); in put_3bytes() 242 putc('G', dinfo->pub.output_file); in emit_header() 243 putc('I', dinfo->pub.output_file); in emit_header() 244 putc('F', dinfo->pub.output_file); in emit_header() 245 putc('8', dinfo->pub.output_file); in emit_header() 246 putc('7', dinfo->pub.output_file); in emit_header() [all …]
|
D | wrbmp.c | 304 putc(GETJSAMPLE(colormap[2][i]), outfile); in write_colormap() 305 putc(GETJSAMPLE(colormap[1][i]), outfile); in write_colormap() 306 putc(GETJSAMPLE(colormap[0][i]), outfile); in write_colormap() 308 putc(0, outfile); in write_colormap() 313 putc(GETJSAMPLE(colormap[0][i]), outfile); in write_colormap() 314 putc(GETJSAMPLE(colormap[0][i]), outfile); in write_colormap() 315 putc(GETJSAMPLE(colormap[0][i]), outfile); in write_colormap() 317 putc(0, outfile); in write_colormap() 323 putc(i, outfile); in write_colormap() 324 putc(i, outfile); in write_colormap() [all …]
|
D | wrtarga.c | 191 putc(GETJSAMPLE(cinfo->colormap[2][i]), outfile); in start_output_tga() 192 putc(GETJSAMPLE(cinfo->colormap[1][i]), outfile); in start_output_tga() 193 putc(GETJSAMPLE(cinfo->colormap[0][i]), outfile); in start_output_tga()
|
D | ansi2knr.c | 662 while ( p != endfn ) putc(*p, out), p++; 668 putc(*p, out); 674 putc(*p, out), p++;
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/ |
D | jsmin.c | 135 putc(theA, stdout); in action() 140 putc(theA, stdout); in action() 146 putc(theA, stdout); in action() 162 putc(theA, stdout); in action() 163 putc(theB, stdout); in action() 168 putc(theA, stdout); in action() 174 putc(theA, stdout); in action() 186 putc(theA, stdout); in action() 194 putc(theA, stdout); in action()
|
/external/e2fsprogs/resize/ |
D | sim_progress.c | 35 putc(' ', prog->f); in ext2fs_progress_display() 39 putc(' ', prog->f); in ext2fs_progress_display() 42 putc('-', prog->f); in ext2fs_progress_display() 44 putc('\b', prog->f); in ext2fs_progress_display() 64 putc('X', prog->f); in ext2fs_progress_update() 68 putc('\b', prog->f); in ext2fs_progress_update() 70 putc('-', prog->f); in ext2fs_progress_update() 72 putc('\b', prog->f); in ext2fs_progress_update()
|
/external/bison/lib/ |
D | bitsetv-print.c | 41 putc (i / 10 ? '0' + i / 10 : ' ', out); in bitsetv_matrix_dump() 42 putc ('\n', out); in bitsetv_matrix_dump() 46 putc ('\n', out); in bitsetv_matrix_dump() 51 putc ('-', out); in bitsetv_matrix_dump() 66 putc ('-', out); in bitsetv_matrix_dump()
|
D | unlocked-io.h | 114 # undef putc 115 # define putc(x,y) putc_unlocked (x,y) macro 117 # define putc_unlocked(x,y) putc (x,y)
|
D | error.c | 81 # undef putc 82 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro 277 putc ('\n', stderr); in error_tail()
|
D | stdio.in.h | 880 # undef putc 881 # define putc rpl_fputc 884 _GL_CXXALIAS_RPL_1 (putc, rpl_fputc, int, (int c, FILE *stream)); 886 _GL_CXXALIAS_SYS (putc, int, (int c, FILE *stream)); 888 _GL_CXXALIASWARN (putc);
|
/external/e2fsprogs/intl/ |
D | log.c | 33 putc ('"', stream); in print_escaped() 45 putc ('\\', stream); in print_escaped() 46 putc (*str, stream); in print_escaped() 48 putc ('"', stream); in print_escaped() 97 putc ('\n', logfile); in _nl_log_untranslated()
|
/external/zlib/src/examples/ |
D | gzjoin.c | 247 putc(val & 0xff, out); in put4() 248 putc((val >> 8) & 0xff, out); in put4() 249 putc((val >> 16) & 0xff, out); in put4() 250 putc((val >> 24) & 0xff, out); in put4() 383 putc(last, out); in gzcopy() 389 putc(last, out); in gzcopy() 391 putc(0, out); /* two more bits in block header */ in gzcopy() 398 putc(last | 8, out); in gzcopy() 401 putc(last | 0x20, out); in gzcopy() 404 putc(last | 0x80, out); in gzcopy() [all …]
|
/external/libgsm/src/ |
D | debug.c | 35 if (from < to) putc('\n', stderr); 38 putc('\n', stderr); 56 if (from < to) putc('\n', stderr); 59 putc('\n', stderr);
|
/external/icu/icu4c/source/samples/cal/ |
D | cal.c | 395 putc(' ', f); in indent() 412 putc(' ', f); in print_days() 461 putc('\n', stdout); in print_month() 467 putc('\n', stdout); in print_month() 507 putc(' ', stdout); in print_month() 515 putc('\n', stdout); in print_month() 525 putc('\n', stdout); in print_month() 587 putc('\n', stdout); in print_year() 588 putc('\n', stdout); in print_year() 608 putc('\n', stdout); in print_year() [all …]
|
/external/bison/src/ |
D | getargs.c | 342 putc ('\n', stdout); in usage() 359 putc ('\n', stdout); in usage() 374 putc ('\n', stdout); in usage() 385 putc ('\n', stdout); in usage() 394 putc ('\n', stdout); in usage() 429 putc ('\n', stdout); in version() 431 putc ('\n', stdout); in version()
|
/external/ppp/pppd/ |
D | tty.c | 1086 putc(7, recordf); /* put start marker */ 1087 putc(lasttime.tv_sec >> 24, recordf); 1088 putc(lasttime.tv_sec >> 16, recordf); 1089 putc(lasttime.tv_sec >> 8, recordf); 1090 putc(lasttime.tv_sec, recordf); 1243 putc(5, f); 1244 putc(diff >> 24, f); 1245 putc(diff >> 16, f); 1246 putc(diff >> 8, f); 1247 putc(diff, f); [all …]
|
/external/libcxx/include/ |
D | cstdio | 78 int putc(int c, FILE* stream); 117 #ifdef putc 118 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_putc(int __c, FILE* __stream) {return putc(__c, __str… 119 #undef putc 120 inline _LIBCPP_INLINE_VISIBILITY int putc(int __c, FILE* __stream) {return __libcpp_putc(__c, __str… 121 #endif // putc 182 using ::putc;
|
/external/libvpx/libvpx/examples/ |
D | decode_with_drops.c | 132 putc('.', stdout); in main() 137 putc('X', stdout); in main()
|
/external/deqp/framework/qphelper/ |
D | qpDebugOut.c | 123 putc('\n', out); in printRaw() 139 putc('\n', out); in printFmt()
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 917 putc(*str, out); in emit_string() 920 putc('_', out); in emit_string() 1108 putc(type_char(type >> 24), out); in type_name() 1109 putc(type_char(type >> 16), out); in type_name() 1110 putc(type_char(type >> 8), out); in type_name() 1111 putc(type_char(type ), out); in type_name() 1117 putc(':', out); in type_sep() 1118 putc(' ', out); in type_sep() 1165 putc(' ', stdout); in stop() 1167 putc(' ', stdout); in stop() [all …]
|
/external/skia/src/animator/ |
D | SkBuildCondensedInfo.cpp | 80 putc(',', condensed); in WriteInfo() 207 putc(',', condensed); in BuildCondensedInfo() 218 putc(',', condensed); in BuildCondensedInfo() 257 putc(',', condensed); in BuildCondensedInfo()
|
/external/valgrind/perf/ |
D | ffbench.c | 363 putc(':', fp); in main() 364 putc(1, fp); in main() 366 putc(6, fp); in main()
|
/external/toybox/toys/posix/ |
D | expand.c | 65 if (EOF == putc(c, stdout)) perror_exit(0); in do_expand()
|
/external/libvncserver/common/ |
D | vncauth.c | 102 putc(encryptedPasswd[i], fp); in rfbEncryptAndStorePasswd()
|
/external/bzip2/ |
D | bzip2recover.c | 183 Int32 retVal = putc ( (UChar) bs->buffer, bs->handle ); in bsPutBit() 227 retVal = putc ( (UChar) (bs->buffer), bs->handle ); in bsClose()
|