Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefslex.c1336 int num_to_read = in yy_get_next_buffer() local
1339 while ( num_to_read <= 0 ) in yy_get_next_buffer()
1372 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - in yy_get_next_buffer()
1377 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer()
1378 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()
1382 (yy_n_chars), num_to_read ); in yy_get_next_buffer()
/OK3568_Linux_fs/output/kconf/
H A Dzconf.lex.c
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.lex.c
H A 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 );
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dscanner.c1113 int num_to_read = in yy_get_next_buffer() local
1116 while ( num_to_read <= 0 ) in yy_get_next_buffer()
1149 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - in yy_get_next_buffer()
1154 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer()
1155 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()
1159 (yy_n_chars), num_to_read ); in yy_get_next_buffer()
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-lexer.lex.c
H A Ddtc-lexer.lex.c_shipped1441 int num_to_read =
1444 while ( num_to_read <= 0 )
1476 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
1481 if ( num_to_read > YY_READ_BUF_SIZE )
1482 num_to_read = YY_READ_BUF_SIZE;
1486 (yy_n_chars), num_to_read );
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.lex.c_shipped1575 int num_to_read =
1578 while ( num_to_read <= 0 )
1611 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
1616 if ( num_to_read > YY_READ_BUF_SIZE )
1617 num_to_read = YY_READ_BUF_SIZE;
1621 (yy_n_chars), num_to_read );
/OK3568_Linux_fs/yocto/poky/documentation/dev-manual/
H A Dcommon-tasks.rst11533 … to cause a denial of service or possibly execute arbitrary code via vectors involving num_to_read.