Searched refs:ptr_yy_globals (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
H A DTokenizer.cpp2123 int pplex_init(yyscan_t* ptr_yy_globals) argument
2126 if (ptr_yy_globals == NULL){
2131 *ptr_yy_globals = (yyscan_t) ppalloc ( sizeof( struct yyguts_t ), NULL );
2133 if (*ptr_yy_globals == NULL){
2139 memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t));
2141 return yy_init_globals ( *ptr_yy_globals );
2152 int pplex_init_extra(YY_EXTRA_TYPE yy_user_defined,yyscan_t* ptr_yy_globals )
2159 if (ptr_yy_globals == NULL){
2164 *ptr_yy_globals = (yyscan_t) ppalloc ( sizeof( struct yyguts_t ), &dummy_yyguts );
2166 if (*ptr_yy_globals
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-lex.c2391 int glcpp_lex_init(yyscan_t* ptr_yy_globals) argument
2394 if (ptr_yy_globals == NULL){
2399 *ptr_yy_globals = (yyscan_t) glcpp_alloc ( sizeof( struct yyguts_t ), NULL );
2401 if (*ptr_yy_globals == NULL){
2407 memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t));
2409 return yy_init_globals ( *ptr_yy_globals );
2420 int glcpp_lex_init_extra(YY_EXTRA_TYPE yy_user_defined,yyscan_t* ptr_yy_globals )
2427 if (ptr_yy_globals == NULL){
2432 *ptr_yy_globals = (yyscan_t) glcpp_alloc ( sizeof( struct yyguts_t ), &dummy_yyguts );
2434 if (*ptr_yy_globals
[all...]
H A Dglsl_lexer.cc3636 int _mesa_glsl_lex_init(yyscan_t* ptr_yy_globals) argument
3639 if (ptr_yy_globals == NULL){
3644 *ptr_yy_globals = (yyscan_t) _mesa_glsl_alloc ( sizeof( struct yyguts_t ), NULL );
3646 if (*ptr_yy_globals == NULL){
3652 memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t));
3654 return yy_init_globals ( *ptr_yy_globals );
3665 int _mesa_glsl_lex_init_extra(YY_EXTRA_TYPE yy_user_defined,yyscan_t* ptr_yy_globals )
3672 if (ptr_yy_globals == NULL){
3677 *ptr_yy_globals = (yyscan_t) _mesa_glsl_alloc ( sizeof( struct yyguts_t ), &dummy_yyguts );
3679 if (*ptr_yy_globals
[all...]
H A Dlex.yy.c3497 int _mesa_program_lex_init(yyscan_t* ptr_yy_globals) argument
3500 if (ptr_yy_globals == NULL){
3505 *ptr_yy_globals = (yyscan_t) _mesa_program_alloc ( sizeof( struct yyguts_t ), NULL );
3507 if (*ptr_yy_globals == NULL){
3513 memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t));
3515 return yy_init_globals ( *ptr_yy_globals );
3526 int _mesa_program_lex_init_extra(YY_EXTRA_TYPE yy_user_defined,yyscan_t* ptr_yy_globals )
3533 if (ptr_yy_globals == NULL){
3538 *ptr_yy_globals = (yyscan_t) _mesa_program_alloc ( sizeof( struct yyguts_t ), &dummy_yyguts );
3540 if (*ptr_yy_globals
[all...]
/external/chromium_org/third_party/angle_dx11/src/compiler/
H A Dglslang_lex.cpp2694 int yylex_init(yyscan_t* ptr_yy_globals) argument
2697 if (ptr_yy_globals == NULL){
2702 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL );
2704 if (*ptr_yy_globals == NULL){
2710 memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t));
2712 return yy_init_globals ( *ptr_yy_globals );
2723 int yylex_init_extra(YY_EXTRA_TYPE yy_user_defined,yyscan_t* ptr_yy_globals )
2730 if (ptr_yy_globals == NULL){
2735 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts );
2737 if (*ptr_yy_globals
[all...]

Completed in 109 milliseconds