/external/u-boot/tools/ |
D | bmp_logo.c | 39 fgetc (fp); in skip_bytes() 101 if (fgetc (fp) != 'B' || fgetc (fp) != 'M') in main() 163 b->palette[(int)(i*3+2)] = fgetc(fp); in main() 164 b->palette[(int)(i*3+1)] = fgetc(fp); in main() 165 b->palette[(int)(i*3+0)] = fgetc(fp); in main() 166 x=fgetc(fp); in main() 187 b->data[i + x] = (uint8_t) fgetc(fp) in main()
|
/external/libgsm/src/ |
D | toast_audio.c | 61 if ( fgetc(in) != '.' in P0() 62 || fgetc(in) != 's' in P0() 63 || fgetc(in) != 'n' in P0() 64 || fgetc(in) != 'd' in P0()
|
D | toast_ulaw.c | 608 for (i = 0; i < 160 && (c = fgetc(in)) != EOF; i++) buf[i] = U2S(c);
|
D | toast_alaw.c | 321 for (i = 0; i < 160 && (c = fgetc(in)) != EOF; i++) buf[i] = A2S( c );
|
/external/toybox/toys/other/ |
D | xxd.c | 140 if ((n1 = n2 = dehex(fgetc(fp))) < 0 || (n2 = dehex(fgetc(fp))) < 0) { in do_xxd_reverse() 151 tmp = fgetc(fp); in do_xxd_reverse() 156 while ((tmp = fgetc(fp)) != EOF && tmp != '\n') in do_xxd_reverse()
|
/external/icu/icu4c/source/test/perf/ubrkperf/ |
D | ubrkperfold.cpp | 519 BOMC1 = fgetc(fFile); in UCharFile() 520 BOMC2 = fgetc(fFile); in UCharFile() 526 else if (BOMC1 == 0xEF && BOMC2 == 0xBB && (BOMC3 = fgetc(fFile)) == 0xBF ) { in UCharFile() 550 cL = fgetc(fFile); in get() 551 cH = fgetc(fFile); in get() 562 cH = fgetc(fFile); in get() 563 cL = fgetc(fFile); in get() 579 …int ch = fgetc(fFile); // Note: c and ch are separate cause eof test doesn't work on UChar type. in get() 608 bytes[i] = fgetc(fFile); in get()
|
/external/libpng/contrib/mips-msa/ |
D | linux.c | 39 int ch = fgetc(f); in png_have_msa() 45 ch = fgetc(f); in png_have_msa()
|
/external/autotest/client/profilers/powertop/src/ |
D | wireless.c | 69 val = fgetc(file); in rfkill_enabled() 89 val = fgetc(file); in check_unused_wiresless_up() 154 val = fgetc(file); in need_wireless_suggest_new()
|
/external/libese/tools/ese_replay/ |
D | buffer.c | 44 char c = fgetc(fp); in buffer_read_hex() 55 b->buffer[b->len] = fgetc(fp); in buffer_read_hex()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | filestrm.cpp | 133 int c = fgetc((FILE*)fileStream); in T_FileStream_getc() 148 int32_t c = fgetc((FILE*)fileStream); in T_FileStream_peek()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/ |
D | cross-rc-coalescing-1.ll | 7 declare i32 @fgetc(%struct.FILE* nocapture) nounwind 23 %0 = call i32 @fgetc(%struct.FILE* undef) nounwind ; <i32> [#uses=0]
|
/external/llvm/test/CodeGen/Thumb2/ |
D | cross-rc-coalescing-1.ll | 7 declare i32 @fgetc(%struct.FILE* nocapture) nounwind 23 %0 = call i32 @fgetc(%struct.FILE* undef) nounwind ; <i32> [#uses=0]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/ |
D | cross-rc-coalescing-1.ll | 7 declare i32 @fgetc(%struct.FILE* nocapture) nounwind 23 %0 = call i32 @fgetc(%struct.FILE* undef) nounwind ; <i32> [#uses=0]
|
/external/grpc-grpc/test/core/json/ |
D | json_rewrite_test.cc | 53 int cmp = fgetc(state->cmp); in json_writer_output_char() 57 cmp = fgetc(state->cmp); in json_writer_output_char() 141 r = fgetc(state->in); in json_reader_read_char()
|
/external/libpng/contrib/pngminus/ |
D | pnm2png.c | 543 ret = fgetc(pnm_file); in get_token() 549 ret = fgetc(pnm_file); in get_token() 561 ret = fgetc(pnm_file); in get_token() 593 old_value = fgetc (pnm_file); in get_data()
|
/external/u-boot/doc/ |
D | README.iomux | 39 The major change in common/console.c was to modify fgetc() to call 42 when one of them returns true. fgetc() then calls iomux_getc(), 43 which calls the corresponding getc() routine. fgetc() hangs in
|
/external/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 1247 BOMC1 = fgetc(fFile); in UCharFile() 1248 BOMC2 = fgetc(fFile); in UCharFile() 1254 else if (BOMC1 == 0xEF && BOMC2 == 0xBB && (BOMC3 = fgetc(fFile)) == 0xBF ) { in UCharFile() 1278 cL = fgetc(fFile); in get() 1279 cH = fgetc(fFile); in get() 1290 cH = fgetc(fFile); in get() 1291 cL = fgetc(fFile); in get() 1307 …int ch = fgetc(fFile); // Note: c and ch are separate cause eof test doesn't work on UChar type. in get() 1336 bytes[i] = fgetc(fFile); in get()
|
/external/ImageMagick/MagickWand/ |
D | script-token.c | 320 c=fgetc(token_info->stream); \ 323 c=fgetc(token_info->stream); \
|
/external/vboot_reference/tests/futility/ |
D | binary_editor.c | 29 for ( curpos = 0; (c = fgetc(stdin)) != EOF; curpos++) { in main()
|
/external/libpcap/msdos/ |
D | bin2c.c | 34 while ((ch = fgetc(inFile)) != EOF) in main()
|
/external/u-boot/include/ |
D | stdio.h | 57 int fgetc(int file);
|
/external/lzma/CPP/Common/ |
D | StdInStream.cpp | 88 return fgetc(_stream); // getc() doesn't work in BeOS? in GetChar()
|
/external/libpng/contrib/arm-neon/ |
D | linux.c | 45 int ch = fgetc(f); in png_have_neon()
|
/external/python/cpython2/Modules/ |
D | _hotshot.c | 287 if ((c = fgetc(self->logfp)) == EOF) in unpack_packed_int() 322 ch = fgetc(self->logfp); in unpack_string() 408 if ((c = fgetc(self->logfp)) == EOF) { in logreader_tp_iternext() 458 if ((c = fgetc(self->logfp)) == EOF) in logreader_tp_iternext() 466 if ((c = fgetc(self->logfp)) == EOF) in logreader_tp_iternext() 1371 if ((c = fgetc(self->logfp)) == EOF) { in hotshot_logreader()
|
/external/libcxx/include/ |
D | cstdio | 71 int fgetc(FILE* stream); 126 using ::fgetc;
|