Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
Dzconf.lex.c1571 int num_to_read = in yy_get_next_buffer() local
1574 while ( num_to_read <= 0 ) in yy_get_next_buffer()
1606 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - in yy_get_next_buffer()
1611 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer()
1612 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()
1616 (yy_n_chars), (size_t) num_to_read ); in yy_get_next_buffer()
Dzconf.lex.c_shipped1571 int num_to_read =
1574 while ( num_to_read <= 0 )
1606 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
1611 if ( num_to_read > YY_READ_BUF_SIZE )
1612 num_to_read = YY_READ_BUF_SIZE;
1616 (yy_n_chars), (size_t) num_to_read );
/linux-4.4.14/scripts/dtc/
Ddtc-lexer.lex.c_shipped1424 yy_size_t num_to_read =
1427 while ( num_to_read <= 0 )
1459 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
1464 if ( num_to_read > YY_READ_BUF_SIZE )
1465 num_to_read = YY_READ_BUF_SIZE;
1469 (yy_n_chars), num_to_read );
/linux-4.4.14/scripts/genksyms/
Dlex.lex.c_shipped1091 int num_to_read =
1094 while ( num_to_read <= 0 )
1126 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
1131 if ( num_to_read > YY_READ_BUF_SIZE )
1132 num_to_read = YY_READ_BUF_SIZE;
1136 (yy_n_chars), (size_t) num_to_read );