Searched refs:ptr_yy_globals (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/sksl/ |
D | lex.layout.c | 2014 int layoutlex_init(yyscan_t* ptr_yy_globals) in layoutlex_init() argument 2017 if (ptr_yy_globals == NULL){ in layoutlex_init() 2022 *ptr_yy_globals = (yyscan_t) layoutalloc ( sizeof( struct yyguts_t ), NULL ); in layoutlex_init() 2024 if (*ptr_yy_globals == NULL){ in layoutlex_init() 2030 memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t)); in layoutlex_init() 2032 return yy_init_globals ( *ptr_yy_globals ); in layoutlex_init() 2043 int layoutlex_init_extra(YY_EXTRA_TYPE yy_user_defined,yyscan_t* ptr_yy_globals ) in layoutlex_init_extra() argument 2050 if (ptr_yy_globals == NULL){ in layoutlex_init_extra() 2055 *ptr_yy_globals = (yyscan_t) layoutalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in layoutlex_init_extra() 2057 if (*ptr_yy_globals == NULL){ in layoutlex_init_extra() [all …]
|
D | lex.sksl.c | 2434 int sksllex_init(yyscan_t* ptr_yy_globals) in sksllex_init() argument 2437 if (ptr_yy_globals == NULL){ in sksllex_init() 2442 *ptr_yy_globals = (yyscan_t) skslalloc ( sizeof( struct yyguts_t ), NULL ); in sksllex_init() 2444 if (*ptr_yy_globals == NULL){ in sksllex_init() 2450 memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t)); in sksllex_init() 2452 return yy_init_globals ( *ptr_yy_globals ); in sksllex_init() 2463 int sksllex_init_extra(YY_EXTRA_TYPE yy_user_defined,yyscan_t* ptr_yy_globals ) in sksllex_init_extra() argument 2470 if (ptr_yy_globals == NULL){ in sksllex_init_extra() 2475 *ptr_yy_globals = (yyscan_t) skslalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in sksllex_init_extra() 2477 if (*ptr_yy_globals == NULL){ in sksllex_init_extra() [all …]
|
D | lex.layout.h | 8 int layoutlex_init(yyscan_t* ptr_yy_globals);
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Tokenizer.cpp | 2188 int pplex_init(yyscan_t* ptr_yy_globals) in pplex_init() argument 2191 if (ptr_yy_globals == NULL){ in pplex_init() 2196 *ptr_yy_globals = (yyscan_t) ppalloc ( sizeof( struct yyguts_t ), NULL ); in pplex_init() 2198 if (*ptr_yy_globals == NULL){ in pplex_init() 2204 memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t)); in pplex_init() 2206 return yy_init_globals ( *ptr_yy_globals ); in pplex_init() 2217 int pplex_init_extra(YY_EXTRA_TYPE yy_user_defined,yyscan_t* ptr_yy_globals ) in pplex_init_extra() argument 2224 if (ptr_yy_globals == NULL){ in pplex_init_extra() 2229 *ptr_yy_globals = (yyscan_t) ppalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in pplex_init_extra() 2231 if (*ptr_yy_globals == NULL){ in pplex_init_extra() [all …]
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_lex.cpp | 3167 int yylex_init(yyscan_t* ptr_yy_globals) in yylex_init() argument 3170 if (ptr_yy_globals == NULL){ in yylex_init() 3175 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL ); in yylex_init() 3177 if (*ptr_yy_globals == NULL){ in yylex_init() 3183 memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t)); in yylex_init() 3185 return yy_init_globals ( *ptr_yy_globals ); in yylex_init() 3196 int yylex_init_extra(YY_EXTRA_TYPE yy_user_defined,yyscan_t* ptr_yy_globals ) in yylex_init_extra() argument 3203 if (ptr_yy_globals == NULL){ in yylex_init_extra() 3208 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in yylex_init_extra() 3210 if (*ptr_yy_globals == NULL){ in yylex_init_extra() [all …]
|