Home
last modified time | relevance | path

Searched refs:yy_scan_bytes (Results 1 – 7 of 7) sorted by relevance

/external/libpcap/
Dscanner.h71 #ifdef yy_scan_bytes
74 #define yy_scan_bytes pcap__scan_bytes macro
459 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner );
607 #undef yy_scan_bytes
Dscanner.c67 #ifdef yy_scan_bytes
70 #define yy_scan_bytes pcap__scan_bytes macro
539 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner );
5141 return yy_scan_bytes( yystr, (int) strlen(yystr) , yyscanner); in yy_scan_string()
5151 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len , yyscan_t yyscanner) in yy_scan_bytes() function
/external/angle/src/compiler/preprocessor/
Dpreprocessor_lex_autogen.cpp48 #ifdef yy_scan_bytes
51 # define yy_scan_bytes pp_scan_bytes macro
529 YY_BUFFER_STATE yy_scan_bytes(const char *bytes, int len, yyscan_t yyscanner);
2106 return yy_scan_bytes(yystr, (int)strlen(yystr), yyscanner); in yy_scan_string()
2116 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/preprocessor/
DTokenizer.cpp82 #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/
Dglslang_lex.cpp457 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/
Dprogram_lexer.l482 yy_scan_bytes(string, len, *scanner);
/external/angle/src/compiler/translator/
Dglslang_lex_autogen.cpp366 YY_BUFFER_STATE yy_scan_bytes(const char *bytes, int len, yyscan_t yyscanner);
2880 return yy_scan_bytes(yystr, (int)strlen(yystr), yyscanner); in yy_scan_string()
2890 YY_BUFFER_STATE yy_scan_bytes(const char *yybytes, int _yybytes_len, yyscan_t yyscanner) in yy_scan_bytes() function