Searched refs:number_to_move (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/output/kconf/ |
| H A D | zconf.lex.c | |
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | zconf.lex.c | |
| H A D | zconf.lex.c_shipped | 1529 register int number_to_move, i; 1558 number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; 1560 for ( i = 0; i < number_to_move; ++i ) 1572 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; 1607 number_to_move - 1; 1615 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), 1623 if ( number_to_move == YY_MORE_ADJ ) 1640 if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { 1642 yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); 1648 (yy_n_chars) += number_to_move; [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | scanner.c | 1071 int number_to_move, i; in yy_get_next_buffer() local 1100 number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr) - 1); in yy_get_next_buffer() 1102 for ( i = 0; i < number_to_move; ++i ) in yy_get_next_buffer() 1114 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; in yy_get_next_buffer() 1150 number_to_move - 1; in yy_get_next_buffer() 1158 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), in yy_get_next_buffer() 1166 if ( number_to_move == YY_MORE_ADJ ) in yy_get_next_buffer() 1183 if (((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { in yy_get_next_buffer() 1185 int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); in yy_get_next_buffer() 1194 (yy_n_chars) += number_to_move; in yy_get_next_buffer() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winprefslex.c | 1294 int number_to_move, i; in yy_get_next_buffer() local 1323 number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr) - 1); in yy_get_next_buffer() 1325 for ( i = 0; i < number_to_move; ++i ) in yy_get_next_buffer() 1337 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; in yy_get_next_buffer() 1373 number_to_move - 1; in yy_get_next_buffer() 1381 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), in yy_get_next_buffer() 1389 if ( number_to_move == YY_MORE_ADJ ) in yy_get_next_buffer() 1406 if (((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { in yy_get_next_buffer() 1408 int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); in yy_get_next_buffer() 1417 (yy_n_chars) += number_to_move; in yy_get_next_buffer()
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | dtc-lexer.lex.c | |
| H A D | dtc-lexer.lex.c_shipped | 1399 int number_to_move, i; 1428 number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr) - 1); 1430 for ( i = 0; i < number_to_move; ++i ) 1442 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; 1477 number_to_move - 1; 1485 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), 1493 if ( number_to_move == YY_MORE_ADJ ) 1510 if (((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { 1512 int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); 1518 (yy_n_chars) += number_to_move;
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | zconf.lex.c_shipped | 1533 int number_to_move, i; 1562 number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr) - 1); 1564 for ( i = 0; i < number_to_move; ++i ) 1576 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; 1612 number_to_move - 1; 1620 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), 1628 if ( number_to_move == YY_MORE_ADJ ) 1645 if (((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { 1647 int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); 1656 (yy_n_chars) += number_to_move; [all …]
|