Home
last modified time | relevance | path

Searched refs:yy_size_t (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_lex_autogen.cpp229 typedef size_t yy_size_t; typedef
364 YY_BUFFER_STATE yy_scan_buffer(char *base, yy_size_t size, yyscan_t yyscanner);
368 void *yyalloc(yy_size_t, yyscan_t yyscanner);
369 void *yyrealloc(void *, yy_size_t, yyscan_t yyscanner);
904 static yy_size_t string_input(char *buf, yy_size_t max_size, yyscan_t yyscanner);
1138 while ((result = (int)fread(buf, 1, (yy_size_t)max_size, yyin)) == 0 && ferror(yyin)) \
2349 yyrealloc((void *)b->yy_ch_buf, (yy_size_t)(b->yy_buf_size + 2), yyscanner); in yy_get_next_buffer()
2367 yy_size_t ret = 0; in yy_get_next_buffer()
2397 (void *)YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t)new_siz in yy_get_next_buffer()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_lex.cpp303 typedef size_t yy_size_t; typedef
455 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size , yyscan_t yyscanner );
460 void *yyalloc ( yy_size_t , yyscan_t yyscanner );
461 void *yyrealloc ( void *, yy_size_t , yyscan_t yyscanner );
1173 static yy_size_t string_input(char* buf, yy_size_t max_size, yyscan_t yyscanner);
1438 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
2567 (yy_size_t) (b->yy_buf_size + 2) , yyscanner ); in yy_get_next_buffer()
2617 (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size , yyscanner ); in yy_get_next_buffer()
2867 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) ( in yy_create_buffer()
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A Dpreprocessor_lex_autogen.cpp413 typedef size_t yy_size_t; typedef
527 YY_BUFFER_STATE yy_scan_buffer(char *base, yy_size_t size, yyscan_t yyscanner);
531 void *yyalloc(yy_size_t, yyscan_t yyscanner);
532 void *yyrealloc(void *, yy_size_t, yyscan_t yyscanner);
930 while ((result = (int)fread(buf, 1, (yy_size_t)max_size, yyin)) == 0 && ferror(yyin)) \
1343 yy_size_t sIndexMax = input->count() ? input->count() - 1 : 0; in YY_STATE_EOF()
1583 yyrealloc((void *)b->yy_ch_buf, (yy_size_t)(b->yy_buf_size + 2), yyscanner); in yy_get_next_buffer()
1601 yy_size_t ret = 0; in yy_get_next_buffer()
1631 (void *)YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t)new_size, yyscanner); in yy_get_next_buffer()
1870 b->yy_ch_buf = (char *)yyalloc((yy_size_t)( in yy_create_buffer()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DTokenizer.cpp537 typedef size_t yy_size_t; typedef
670 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size , yyscan_t yyscanner );
675 void *yyalloc ( yy_size_t , yyscan_t yyscanner );
676 void *yyrealloc ( void *, yy_size_t , yyscan_t yyscanner );
1225 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
1686 yy_size_t sIndexMax = input->count() ? input->count() - 1 : 0; in YY_STATE_EOF()
1932 (yy_size_t) (b->yy_buf_size + 2) , yyscanner ); in yy_get_next_buffer()
1982 (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size , yyscanner ); in yy_get_next_buffer()
2226 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) , yyscanner ); in yy_create_buffer()
2380 yy_size_t num_to_allo in yyensure_buffer_stack()
[all...]

Completed in 14 milliseconds