Searched refs:YY_BUF_SIZE (Results 1 - 2 of 2) sorted by relevance

/system/core/sh/
H A Darith_lex.c134 #ifndef YY_BUF_SIZE
135 #define YY_BUF_SIZE 16384 macro
308 yy_create_buffer(yyin,YY_BUF_SIZE ); \
318 yy_create_buffer(yyin,YY_BUF_SIZE ); \
700 yy_create_buffer(yyin,YY_BUF_SIZE );
1357 yy_create_buffer(yyin,YY_BUF_SIZE );
1409 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
H A Dinit.c177 #undef YY_BUF_SIZE macro
178 #define YY_BUF_SIZE 16384 macro
469 #undef YY_BUF_SIZE macro
470 #define YY_BUF_SIZE 16384 macro
761 #undef YY_BUF_SIZE macro
762 #define YY_BUF_SIZE 16384 macro

Completed in 398 milliseconds