Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/tools/pioasm/gen/
Dlexer.cpp996 #ifndef YY_READ_BUF_SIZE
999 #define YY_READ_BUF_SIZE 16384 macro
1001 #define YY_READ_BUF_SIZE 8192 macro
2005 if ( num_to_read > YY_READ_BUF_SIZE )
2006 num_to_read = YY_READ_BUF_SIZE;