Home
last modified time | relevance | path

Searched refs:ptr_yy_globals (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp2785 int yylex_init(yyscan_t* ptr_yy_globals) in yylex_init() argument
2787 if (ptr_yy_globals == NULL){ in yylex_init()
2792 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL ); in yylex_init()
2794 if (*ptr_yy_globals == NULL){ in yylex_init()
2800 memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t)); in yylex_init()
2802 return yy_init_globals ( *ptr_yy_globals ); in yylex_init()
2813 int yylex_init_extra( YY_EXTRA_TYPE yy_user_defined, yyscan_t* ptr_yy_globals ) in yylex_init_extra() argument
2819 if (ptr_yy_globals == NULL){ in yylex_init_extra()
2824 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in yylex_init_extra()
2826 if (*ptr_yy_globals == NULL){ in yylex_init_extra()
[all …]
/external/libpcap/
Dscanner.c5224 int pcap_lex_init(yyscan_t* ptr_yy_globals) in pcap_lex_init() argument
5227 if (ptr_yy_globals == NULL){ in pcap_lex_init()
5232 *ptr_yy_globals = (yyscan_t) pcap_alloc ( sizeof( struct yyguts_t ), NULL ); in pcap_lex_init()
5234 if (*ptr_yy_globals == NULL){ in pcap_lex_init()
5240 memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t)); in pcap_lex_init()
5242 return yy_init_globals ( *ptr_yy_globals ); in pcap_lex_init()
5253 int pcap_lex_init_extra(YY_EXTRA_TYPE yy_user_defined,yyscan_t* ptr_yy_globals ) in pcap_lex_init_extra() argument
5260 if (ptr_yy_globals == NULL){ in pcap_lex_init_extra()
5265 *ptr_yy_globals = (yyscan_t) pcap_alloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in pcap_lex_init_extra()
5267 if (*ptr_yy_globals == NULL){ in pcap_lex_init_extra()
[all …]
/external/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp3426 int yylex_init(yyscan_t* ptr_yy_globals) in yylex_init() argument
3428 if (ptr_yy_globals == NULL){ in yylex_init()
3433 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL ); in yylex_init()
3435 if (*ptr_yy_globals == NULL){ in yylex_init()
3441 memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t)); in yylex_init()
3443 return yy_init_globals ( *ptr_yy_globals ); in yylex_init()
3454 int yylex_init_extra( YY_EXTRA_TYPE yy_user_defined, yyscan_t* ptr_yy_globals ) in yylex_init_extra() argument
3460 if (ptr_yy_globals == NULL){ in yylex_init_extra()
3465 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in yylex_init_extra()
3467 if (*ptr_yy_globals == NULL){ in yylex_init_extra()
[all …]