Searched refs:yybytes (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstreamer/gst/parse/ |
D | lex.priv_gst_parse_yy.c | 2313 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len , yyscan_t yyscanner) in yy_scan_bytes() argument 2327 buf[i] = yybytes[i]; in yy_scan_bytes()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | Tokenizer.cpp | 2109 YY_BUFFER_STATE yy_scan_bytes(const char *yybytes, int _yybytes_len, yyscan_t yyscanner) in yy_scan_bytes() argument 2123 buf[i] = yybytes[i]; in yy_scan_bytes()
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | preprocessor_lex_autogen.cpp | 2116 YY_BUFFER_STATE yy_scan_bytes(const char *yybytes, int _yybytes_len, yyscan_t yyscanner) in yy_scan_bytes() argument 2130 buf[i] = yybytes[i]; in yy_scan_bytes()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Tokenizer.cpp | 2489 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len , yyscan_t yyscanner) in yy_scan_bytes() argument 2503 buf[i] = yybytes[i]; in yy_scan_bytes()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | glslang_lex.cpp | 3130 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len , yyscan_t yyscanner) in yy_scan_bytes() argument 3144 buf[i] = yybytes[i]; in yy_scan_bytes()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang_lex.cpp | 3291 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len , yyscan_t yyscanner) in yy_scan_bytes() argument 3305 buf[i] = yybytes[i]; in yy_scan_bytes()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang_lex_autogen.cpp | 2890 YY_BUFFER_STATE yy_scan_bytes(const char *yybytes, int _yybytes_len, yyscan_t yyscanner) in yy_scan_bytes() argument 2904 buf[i] = yybytes[i]; in yy_scan_bytes()
|
/third_party/toybox/kconfig/ |
D | lex.zconf.c_shipped | 2005 YY_BUFFER_STATE zconf_scan_bytes (yyconst char * yybytes, int _yybytes_len ) 2019 buf[i] = yybytes[i];
|