Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_lex_autogen.cpp300 * if we're using stdio for input, then we want to use getc()
1127 for (n = 0; n < max_size && (c = getc(yyin)) != EOF && c != '\n'; ++n) \
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A Dpreprocessor_lex_autogen.cpp463 * if we're using stdio for input, then we want to use getc()
919 for (n = 0; n < max_size && (c = getc(yyin)) != EOF && c != '\n'; ++n) \
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_lex.cpp379 * if we're using stdio for input, then we want to use getc()
1427 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DTokenizer.cpp594 * if we're using stdio for input, then we want to use getc()
1214 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
/third_party/python/Python/
H A Dmarshal.c762 c = getc(p->fp); in r_byte()
/third_party/icu/icu4c/source/tools/tzcode/
H A Dzic.c841 while ((c = getc(fp)) != EOF) in dolink()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dturbojpeg.c2080 if ((tempc = getc(file)) < 0 || ungetc(tempc, file) == EOF) in tjLoadImage()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dzic.c840 while ((c = getc(fp)) != EOF) in dolink()
/third_party/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc2995 c = getc(trace_stream); in CheckOrGenerateTrace()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp2385 extern int getc (FILE *__stream);
22905 using ::getc;
[all...]

Completed in 55 milliseconds

1234