Home
last modified time | relevance | path

Searched refs:getc (Results 1 - 25 of 85) sorted by relevance

1234

/third_party/cups-filters/cupsfilters/
H A Dimage-bmp.c88 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 Dimage-pix.c127 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 Dimage-sun.c208 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 Dimage-sgilib.c139 *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 Dimage-gif.c114 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 Drdcolmap.c88 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 Dmemstream.c75 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 DMMap.h31 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 Dgetc.c2 #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 Dread_dist.h29 int c = getc(fin); in ReadBackwardReference()
33 if ((c = getc(fin)) != 1) { in ReadBackwardReference()
/third_party/libfuse/test/
H A Dstracedecode.c150 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 Dplatform-linux.cc72 c = getc(fp); in GetSharedLibraryAddresses()
113 c = getc(fp); in GetSharedLibraryAddresses()
200 c = getc(fp); in GetFreeMemoryRangesWithin()
H A Dplatform-openbsd.cc66 c = getc(fp); in GetSharedLibraryAddresses()
91 c = getc(fp); in GetSharedLibraryAddresses()
/third_party/cups-filters/filter/
H A Dtextcommon.c302 "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 Dprocess-util.c70 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 Dmore.c58 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 Dcopy_file_range01.c52 ch1 = getc(fp1); in check_file_content()
53 ch2 = getc(fp2); in check_file_content()
/third_party/ltp/metadata/
H A Dmetaparse.c33 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 Dftrandom.c279 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 Dzran.c211 (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 Dgetc.c45 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 Dstream03.c157 /* 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 Dchunked_example.c91 (void) getc (stdin); in main()
H A Ddual_stack_example.c76 (void) getc (stdin); in main()
H A Dminimal_example.c80 (void) getc (stdin); in main()

Completed in 11 milliseconds

1234