Searched refs:YY_BUF_SIZE (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winprefslex.c | 131 #ifndef YY_BUF_SIZE 137 #define YY_BUF_SIZE 32768 macro 139 #define YY_BUF_SIZE 16384 macro 145 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) 328 yy_create_buffer( yyin, YY_BUF_SIZE ); \ 337 yy_create_buffer( yyin, YY_BUF_SIZE ); \ 900 yy_create_buffer( yyin, YY_BUF_SIZE ); 1577 yy_create_buffer( yyin, YY_BUF_SIZE ); in yyrestart()
|
| /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 | 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 …]
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | dtc-lexer.lex.c | |
| H A D | dtc-lexer.lex.c_shipped | 132 #ifndef YY_BUF_SIZE 135 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case. 138 #define YY_BUF_SIZE 32768 140 #define YY_BUF_SIZE 16384 146 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) 314 yy_create_buffer(yyin,YY_BUF_SIZE ); \ 324 yy_create_buffer(yyin,YY_BUF_SIZE ); \ 874 yy_create_buffer(yyin,YY_BUF_SIZE ); 1676 yy_create_buffer(yyin,YY_BUF_SIZE ); 1728 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. [all …]
|
| H A D | dtc-lexer.l | 281 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE));
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | scanner.c | 131 #ifndef YY_BUF_SIZE 137 #define YY_BUF_SIZE 32768 macro 139 #define YY_BUF_SIZE 16384 macro 145 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) 309 yy_create_buffer( yyin, YY_BUF_SIZE ); \ 318 yy_create_buffer( yyin, YY_BUF_SIZE ); \ 755 yy_create_buffer( yyin, YY_BUF_SIZE ); 1389 yy_create_buffer( yyin, YY_BUF_SIZE ); in yyrestart()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/ |
| H A D | aicasm_scan.l | 415 YY_BUF_SIZE); 507 yy_switch_to_buffer(yy_create_buffer(newfile, YY_BUF_SIZE));
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | zconf.lex.c_shipped | 129 #ifndef YY_BUF_SIZE 132 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case. 135 #define YY_BUF_SIZE 32768 137 #define YY_BUF_SIZE 16384 143 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) 326 yy_create_buffer( yyin, YY_BUF_SIZE ); \ 335 yy_create_buffer( yyin, YY_BUF_SIZE ); \ 1048 yy_create_buffer( yyin, YY_BUF_SIZE ); 1832 yy_create_buffer( yyin, YY_BUF_SIZE ); 1884 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. [all …]
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | dtc-lexer.l | 273 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE));
|