Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/tools/pioasm/gen/
Dlexer.cpp152 #ifndef YY_BUF_SIZE
158 #define YY_BUF_SIZE 32768 macro
160 #define YY_BUF_SIZE 16384 macro
166 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
358 yy_create_buffer( yyin, YY_BUF_SIZE ); \
367 yy_create_buffer( yyin, YY_BUF_SIZE ); \
1157 yy_create_buffer( yyin, YY_BUF_SIZE );
2226 yy_create_buffer( yyin, YY_BUF_SIZE ); in yyrestart()