Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/tools/pioasm/gen/
Dlexer.cpp1964 int num_to_read = variable
1967 while ( num_to_read <= 0 )
2000 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
2005 if ( num_to_read > YY_READ_BUF_SIZE )
2006 num_to_read = YY_READ_BUF_SIZE;
2010 (yy_n_chars), num_to_read );