Searched refs:YY_BUF_SIZE (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/scripts/kconfig/ |
D | zconf.lex.c | 162 #ifndef YY_BUF_SIZE 168 #define YY_BUF_SIZE 32768 macro 170 #define YY_BUF_SIZE 16384 macro 176 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) 343 zconf_create_buffer(zconfin,YY_BUF_SIZE ); \ 353 zconf_create_buffer(zconfin,YY_BUF_SIZE ); \ 1060 zconf_create_buffer(zconfin,YY_BUF_SIZE ); 1811 zconf_create_buffer(zconfin,YY_BUF_SIZE ); in zconfrestart() 2420 zconf_switch_to_buffer(zconf_create_buffer(zconfin,YY_BUF_SIZE)); in zconf_nextfile()
|
D | zconf.lex.c_shipped | 162 #ifndef YY_BUF_SIZE 165 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case. 168 #define YY_BUF_SIZE 32768 170 #define YY_BUF_SIZE 16384 176 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) 343 zconf_create_buffer(zconfin,YY_BUF_SIZE ); \ 353 zconf_create_buffer(zconfin,YY_BUF_SIZE ); \ 1060 zconf_create_buffer(zconfin,YY_BUF_SIZE ); 1811 zconf_create_buffer(zconfin,YY_BUF_SIZE ); 1863 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. [all …]
|
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_scan.l | 419 YY_BUF_SIZE); 511 yy_switch_to_buffer(yy_create_buffer(newfile, YY_BUF_SIZE));
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.l | 265 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE));
|
D | dtc-lexer.lex.c_shipped | 144 #ifndef YY_BUF_SIZE 147 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case. 150 #define YY_BUF_SIZE 32768 152 #define YY_BUF_SIZE 16384 158 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) 326 yy_create_buffer(yyin,YY_BUF_SIZE ); \ 336 yy_create_buffer(yyin,YY_BUF_SIZE ); \ 876 yy_create_buffer(yyin,YY_BUF_SIZE ); 1655 yy_create_buffer(yyin,YY_BUF_SIZE ); 1707 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. [all …]
|
/linux-4.4.14/scripts/genksyms/ |
D | lex.lex.c_shipped | 142 #ifndef YY_BUF_SIZE 143 #define YY_BUF_SIZE 16384 148 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) 315 yy_create_buffer(yyin,YY_BUF_SIZE ); \ 325 yy_create_buffer(yyin,YY_BUF_SIZE ); \ 781 yy_create_buffer(yyin,YY_BUF_SIZE ); 1359 yy_create_buffer(yyin,YY_BUF_SIZE ); 1411 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
|