Searched refs:yy_scan_bytes (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Tokenizer.cpp | 82 #ifdef yy_scan_bytes 85 #define yy_scan_bytes pp_scan_bytes macro 672 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner ); 2476 return yy_scan_bytes( yystr, (int) strlen(yystr) , yyscanner); in yy_scan_string() 2489 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len , yyscan_t yyscanner) in yy_scan_bytes() function
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_lex.cpp | 457 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner ); 3117 return yy_scan_bytes( yystr, (int) strlen(yystr) , yyscanner); in yy_scan_string() 3130 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len , yyscan_t yyscanner) in yy_scan_bytes() function
|
/external/mesa3d/src/mesa/program/ |
D | program_lexer.l | 477 yy_scan_bytes(string, len, *scanner);
|