Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/tools/pioasm/gen/
Dlexer.cpp175 typedef size_t yy_size_t; typedef
342 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size );
348 void *yyalloc ( yy_size_t );
349 void *yyrealloc ( void *, yy_size_t );
1039 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
1988 (yy_size_t) (b->yy_buf_size + 2) );
2038 (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size );
2314 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) ); in yy_create_buffer()
2497 yy_size_t num_to_alloc; in yyensure_buffer_stack()
2522 yy_size_t grow_size = 8 /* arbitrary grow size */; in yyensure_buffer_stack()
[all …]