Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dzconf.lex.c1518 int num_to_read = in yy_get_next_buffer() local
1521 while ( num_to_read <= 0 ) in yy_get_next_buffer()
1553 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - in yy_get_next_buffer()
1558 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer()
1559 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()
1563 (yy_n_chars), (size_t) num_to_read ); in yy_get_next_buffer()
Dzconf.lex.c_shipped1518 int num_to_read =
1521 while ( num_to_read <= 0 )
1553 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
1558 if ( num_to_read > YY_READ_BUF_SIZE )
1559 num_to_read = YY_READ_BUF_SIZE;
1563 (yy_n_chars), (size_t) num_to_read );
/linux-4.1.27/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 );
/linux-4.1.27/scripts/dtc/
Ddtc-lexer.lex.c_shipped1395 int num_to_read =
1398 while ( num_to_read <= 0 )
1430 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
1435 if ( num_to_read > YY_READ_BUF_SIZE )
1436 num_to_read = YY_READ_BUF_SIZE;
1440 (yy_n_chars), (size_t) num_to_read );