/third_party/cups-filters/cupsfilters/ |
H A D | image-bmp.c | 88 getc(fp); /* Skip "BM" sync chars */ in _cupsImageReadBMP() 89 getc(fp); in _cupsImageReadBMP() 157 getc(fp); in _cupsImageReadBMP() 215 byte = getc(fp); in _cupsImageReadBMP() 241 getc(fp); in _cupsImageReadBMP() 262 getc(fp); in _cupsImageReadBMP() 265 if ((count = getc(fp)) == 0) in _cupsImageReadBMP() 267 if ((count = getc(fp)) == 0) in _cupsImageReadBMP() 290 count = getc(fp) * getc(f in _cupsImageReadBMP() [all...] |
H A D | image-pix.c | 127 count = getc(fp); in _cupsImageReadPIX() 128 g = getc(fp); in _cupsImageReadPIX() 167 count = getc(fp); in _cupsImageReadPIX() 168 b = getc(fp); in _cupsImageReadPIX() 169 g = getc(fp); in _cupsImageReadPIX() 170 r = getc(fp); in _cupsImageReadPIX() 228 ch = getc(fp); in read_short() 229 return ((ch << 8) | getc(fp)); in read_short()
|
H A D | image-sun.c | 208 run_value = getc(fp); in _cupsImageReadSunRaster() 212 run_count = getc(fp); in _cupsImageReadSunRaster() 216 run_value = *p = getc(fp); in _cupsImageReadSunRaster() 398 v = getc(fp); in read_unsigned() 399 v = (v << 8) | getc(fp); in read_unsigned() 400 v = (v << 8) | getc(fp); in read_unsigned() 401 v = (v << 8) | getc(fp); in read_unsigned()
|
H A D | image-sgilib.c | 139 *row = getc(sgip->file); in sgiGetRow() 231 sgip->comp = getc(sgip->file); in sgiOpenFile() 232 sgip->bpp = getc(sgip->file); in sgiOpenFile() 629 if ((ch = getc(fp)) == EOF) in read_rle8() 641 *row = getc(fp); in read_rle8() 645 ch = getc(fp); in read_rle8()
|
H A D | image-gif.c | 114 switch (getc(fp)) in _cupsImageReadGIF() 121 buf[0] = getc(fp); in _cupsImageReadGIF() 273 if ((count = getc(fp)) == EOF) in gif_get_block() 466 code_size = getc(fp); in gif_read_image()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | rdcolmap.c | 88 if ((header[i] = getc(infile)) == EOF) in read_gif_map() 104 R = getc(infile); in read_gif_map() 105 G = getc(infile); in read_gif_map() 106 B = getc(infile); in read_gif_map() 127 ch = getc(infile); in pbm_getc() 130 ch = getc(infile); in pbm_getc() 178 c = getc(infile); /* save format discriminator for a sec */ in read_ppm_map() 207 R = getc(infile); in read_ppm_map() 208 G = getc(infile); in read_ppm_map() 209 B = getc(infil in read_ppm_map() [all...] |
/third_party/musl/libc-test/src/functional/ |
H A D | memstream.c | 75 TEST(i, getc(f), 'h', "%d != %d"); in main() 76 TEST(i, getc(f), 'e', "%d != %d"); in main() 77 TEST(i, getc(f), 'l', "%d != %d"); in main() 78 TEST(i, getc(f), 'l', "%d != %d"); in main() 79 TEST(i, getc(f), 'o', "%d != %d"); in main() 80 TEST(i, getc(f), EOF, "%d != %d"); in main() 83 TEST(i, getc(f), EOF, "%d != %d"); in main() 86 TEST(i, getc(f), 'h', "%d != %d"); in main()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | MMap.h | 31 char c = getc(fp); in TMMap() 35 c = getc(fp); in TMMap() 42 c = getc(fp); in TMMap() 45 c = getc(fp); in TMMap()
|
/third_party/musl/src/stdio/ |
H A D | getc.c | 2 #include "getc.h" 7 int getc(FILE *f) in getc() function 15 weak_alias(getc, _IO_getc);
|
/third_party/skia/third_party/externals/brotli/research/ |
H A D | read_dist.h | 29 int c = getc(fin); in ReadBackwardReference() 33 if ((c = getc(fin)) != 1) { in ReadBackwardReference()
|
/third_party/libfuse/test/ |
H A D | stracedecode.c | 150 int c = getc(in); in main() 155 c = getc(in); in main() 169 c = getc(in); in main()
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-linux.cc | 72 c = getc(fp); in GetSharedLibraryAddresses() 113 c = getc(fp); in GetSharedLibraryAddresses() 200 c = getc(fp); in GetFreeMemoryRangesWithin()
|
H A D | platform-openbsd.cc | 66 c = getc(fp); in GetSharedLibraryAddresses() 91 c = getc(fp); in GetSharedLibraryAddresses()
|
/third_party/cups-filters/filter/ |
H A D | textcommon.c | 302 "getc", 801 if ((nextch = getc(fp)) != 0x0a) in TextMain() 1246 if ((ch = getc(fp)) == EOF) in getutf8() 1257 if ((next = getc(fp)) == EOF) in getutf8() 1268 if ((next = getc(fp)) == EOF) in getutf8() 1273 if ((next = getc(fp)) == EOF) in getutf8()
|
/third_party/eudev/src/shared/ |
H A D | process-util.c | 70 while ((c = getc(f)) != EOF) { in get_process_cmdline() 93 while ((c = getc(f)) != EOF) { in get_process_cmdline()
|
/third_party/toybox/toys/pending/ |
H A D | more.c | 58 input_key = tolower(getc(cin)); in prompt() 134 while ((ch = getc(fp)) != EOF) { in more_main()
|
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/ |
H A D | copy_file_range01.c | 52 ch1 = getc(fp1); in check_file_content() 53 ch2 = getc(fp2); in check_file_content()
|
/third_party/ltp/metadata/ |
H A D | metaparse.c | 33 c = getc(f); in oneline_comment() 61 c = getc(f); in multiline_comment() 108 c = getc(f); in maybe_doc_comment() 125 int c = getc(f); in maybe_comment()
|
/third_party/skia/third_party/externals/freetype/src/tools/ftrandom/ |
H A D | ftrandom.c | 279 int ch1 = getc( foo ); in figurefiletype() 280 int ch2 = getc( foo ); in figurefiletype() 281 int ch3 = getc( foo ); in figurefiletype() 282 int ch4 = getc( foo ); in figurefiletype()
|
/third_party/zlib/examples/ |
H A D | zran.c | 211 (strm.avail_in || ungetc(getc(in), in) != EOF)) in deflate_index_build() 362 if (point->bits && (ch = getc(in)) == EOF) in deflate_index_extract() 423 if (getc(in) == EOF) in deflate_index_extract() 429 if (strm.avail_in || ungetc(getc(in), in) != EOF) { in deflate_index_extract()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | getc.c | 45 char ch = getc(fptr); in getc_0100() 47 t_error("%s getc failed\n", __func__); in getc_0100()
|
/third_party/ltp/testcases/kernel/fs/stream/ |
H A D | stream03.c | 157 /* read till EOF, do getc and then check ftell */ in main() 160 getc(stream); in main() 270 /* read till EOF, do getc and then check ftello */ in main() 274 getc(stream); in main()
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | chunked_example.c | 91 (void) getc (stdin); in main()
|
H A D | dual_stack_example.c | 76 (void) getc (stdin); in main()
|
H A D | minimal_example.c | 80 (void) getc (stdin); in main()
|