Searched refs:YY_BUF_SIZE (Results 1 – 5 of 5) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | lex.zconf.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 ); \ 1038 zconf_create_buffer(zconfin,YY_BUF_SIZE ); 1773 zconf_create_buffer(zconfin,YY_BUF_SIZE ); in zconfrestart() 2382 zconf_switch_to_buffer(zconf_create_buffer(zconfin,YY_BUF_SIZE)); in zconf_nextfile()
|
| H A D | lex.zconf.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 ); \ 1038 zconf_create_buffer(zconfin,YY_BUF_SIZE ); 1773 zconf_create_buffer(zconfin,YY_BUF_SIZE ); 1825 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A 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)) 325 yy_create_buffer(yyin,YY_BUF_SIZE ); \ 335 yy_create_buffer(yyin,YY_BUF_SIZE ); \ 819 yy_create_buffer(yyin,YY_BUF_SIZE ); 1456 yy_create_buffer(yyin,YY_BUF_SIZE ); 1508 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. [all …]
|
| H A D | dtc-lexer.l | 178 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE));
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | lex.c_shipped | 186 #ifndef YY_BUF_SIZE 187 #define YY_BUF_SIZE 16384 192 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) 389 yy_create_buffer(yyin,YY_BUF_SIZE ); \ 399 yy_create_buffer(yyin,YY_BUF_SIZE ); \ 947 yy_create_buffer(yyin,YY_BUF_SIZE ); 1609 yy_create_buffer(yyin,YY_BUF_SIZE ); 1669 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
|