Searched refs:ptr_yy_globals (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/compiler/preprocessor/ |
D | preprocessor_lex_autogen.cpp | 2350 int yylex_init(yyscan_t *ptr_yy_globals) in yylex_init() argument 2352 if (ptr_yy_globals == NULL) in yylex_init() 2358 *ptr_yy_globals = (yyscan_t)yyalloc(sizeof(struct yyguts_t), NULL); in yylex_init() 2360 if (*ptr_yy_globals == NULL) in yylex_init() 2367 memset(*ptr_yy_globals, 0x00, sizeof(struct yyguts_t)); in yylex_init() 2369 return yy_init_globals(*ptr_yy_globals); in yylex_init() 2379 int yylex_init_extra(YY_EXTRA_TYPE yy_user_defined, yyscan_t *ptr_yy_globals) in yylex_init_extra() argument 2385 if (ptr_yy_globals == NULL) in yylex_init_extra() 2391 *ptr_yy_globals = (yyscan_t)yyalloc(sizeof(struct yyguts_t), &dummy_yyguts); in yylex_init_extra() 2393 if (*ptr_yy_globals == NULL) in yylex_init_extra() [all …]
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Tokenizer.cpp | 2785 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/ |
D | scanner.c | 5374 int yylex_init(yyscan_t* ptr_yy_globals) in yylex_init() argument 5376 if (ptr_yy_globals == NULL){ in yylex_init() 5381 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL ); in yylex_init() 5383 if (*ptr_yy_globals == NULL){ in yylex_init() 5389 memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t)); in yylex_init() 5391 return yy_init_globals ( *ptr_yy_globals ); in yylex_init() 5401 int yylex_init_extra( YY_EXTRA_TYPE yy_user_defined, yyscan_t* ptr_yy_globals ) in yylex_init_extra() argument 5407 if (ptr_yy_globals == NULL){ in yylex_init_extra() 5412 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in yylex_init_extra() 5414 if (*ptr_yy_globals == NULL){ in yylex_init_extra() [all …]
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_lex.cpp | 3426 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 …]
|
/external/angle/src/compiler/translator/ |
D | glslang_lex_autogen.cpp | 3124 int yylex_init(yyscan_t *ptr_yy_globals) in yylex_init() argument 3126 if (ptr_yy_globals == NULL) in yylex_init() 3132 *ptr_yy_globals = (yyscan_t)yyalloc(sizeof(struct yyguts_t), NULL); in yylex_init() 3134 if (*ptr_yy_globals == NULL) in yylex_init() 3141 memset(*ptr_yy_globals, 0x00, sizeof(struct yyguts_t)); in yylex_init() 3143 return yy_init_globals(*ptr_yy_globals); in yylex_init() 3153 int yylex_init_extra(YY_EXTRA_TYPE yy_user_defined, yyscan_t *ptr_yy_globals) in yylex_init_extra() argument 3159 if (ptr_yy_globals == NULL) in yylex_init_extra() 3165 *ptr_yy_globals = (yyscan_t)yyalloc(sizeof(struct yyguts_t), &dummy_yyguts); in yylex_init_extra() 3167 if (*ptr_yy_globals == NULL) in yylex_init_extra() [all …]
|