Home
last modified time | relevance | path

Searched refs:yy_size_t (Results 1 – 12 of 12) sorted by relevance

/external/iproute2/tc/
Demp_ematch.lex.c174 typedef size_t yy_size_t; typedef
318 YY_BUFFER_STATE ematch__scan_buffer (char *base,yy_size_t size );
322 void *ematch_alloc (yy_size_t );
323 void *ematch_realloc (void *,yy_size_t );
1538 b->yy_buf_size = (yy_size_t)size; in ematch__create_buffer()
1710 yy_size_t grow_size = 8 /* arbitrary grow size */; in ematch_ensure_buffer_stack()
1732 YY_BUFFER_STATE ematch__scan_buffer (char * base, yy_size_t size ) in ematch__scan_buffer()
1786 yy_size_t n; in ematch__scan_bytes()
1790 n = (yy_size_t) (_yybytes_len + 2); in ematch__scan_bytes()
1816 yy_size_t new_size; in yy_push_state()
[all …]
/external/angle/src/compiler/preprocessor/
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;
1583 yyrealloc((void *)b->yy_ch_buf, (yy_size_t)(b->yy_buf_size + 2), yyscanner);
1601 yy_size_t ret = 0;
1631 (void *)YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t)new_size, yyscanner);
1870 b->yy_ch_buf = (char *)yyalloc((yy_size_t)(b->yy_buf_size + 2), yyscanner); in yy_create_buffer()
[all …]
Dpreprocessor.l283 yy_size_t sIndexMax = input->count() ? input->count() - 1 : 0;
/external/swiftshader/src/OpenGL/compiler/
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 );
2617 (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size , yyscanner );
2867 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) , yyscanner ); in yy_create_buffer()
3021 yy_size_t num_to_alloc; in yyensure_buffer_stack()
[all …]
Dglslang.l73 static yy_size_t string_input(char* buf, yy_size_t max_size, yyscan_t yyscanner);
405 yy_size_t string_input(char* buf, yy_size_t max_size, yyscan_t yyscanner) {
408 yy_size_t len = token.type == pp::Token::LAST ? 0 : token.text.size();
/external/swiftshader/src/OpenGL/compiler/preprocessor/
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;
1932 (yy_size_t) (b->yy_buf_size + 2) , yyscanner );
1982 (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size , yyscanner );
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_alloc; in yyensure_buffer_stack()
[all …]
DTokenizer.l283 yy_size_t sIndexMax = input->count() ? input->count() - 1 : 0;
/external/angle/src/compiler/translator/
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);
2367 yy_size_t ret = 0;
2397 (void *)YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t)new_size, yyscanner);
2644 b->yy_ch_buf = (char *)yyalloc((yy_size_t)(b->yy_buf_size + 2), yyscanner); in yy_create_buffer()
[all …]
Dglslang.l85 static yy_size_t string_input(char* buf, yy_size_t max_size, yyscan_t yyscanner);
465 yy_size_t string_input(char* buf, yy_size_t max_size, yyscan_t yyscanner) {
468 yy_size_t len = token.type == angle::pp::Token::LAST ? 0 : token.text.size();
/external/libpcap/
Dscanner.c420 typedef size_t yy_size_t; typedef
537 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size , yyscan_t yyscanner );
541 void *yyalloc ( yy_size_t , yyscan_t yyscanner );
542 void *yyrealloc ( void *, yy_size_t , yyscan_t yyscanner );
3313 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
4618 (yy_size_t) (b->yy_buf_size + 2) , yyscanner ); in yy_get_next_buffer()
4668 (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size , yyscanner ); in yy_get_next_buffer()
4906 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) , yyscanner ); in yy_create_buffer()
5053 yy_size_t num_to_alloc; in yyensure_buffer_stack()
5079 yy_size_t grow_size = 8 /* arbitrary grow size */; in yyensure_buffer_stack()
[all …]
Dscanner.h395 typedef size_t yy_size_t; typedef
457 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size , yyscan_t yyscanner );
461 void *yyalloc ( yy_size_t , yyscan_t yyscanner );
462 void *yyrealloc ( void *, yy_size_t , yyscan_t yyscanner );
/external/toybox/kconfig/
Dlex.zconf.c_shipped187 typedef unsigned int yy_size_t;
202 yy_size_t yy_buf_size;
304 YY_BUFFER_STATE zconf_scan_buffer (char *base,yy_size_t size );
308 void *zconfalloc (yy_size_t );
309 void *zconfrealloc (void *,yy_size_t );
1955 YY_BUFFER_STATE zconf_scan_buffer (char * base, yy_size_t size )
2009 yy_size_t n;
2216 void *zconfalloc (yy_size_t size )
2221 void *zconfrealloc (void * ptr, yy_size_t size )