Home | History | Annotate | Download | only in libcpu

Lines Matching defs:YY_BUF_SIZE

161 #ifndef YY_BUF_SIZE
162 #define YY_BUF_SIZE 16384
167 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
230 yy_size_t yy_buf_size;
347 i386__create_buffer(i386_in,YY_BUF_SIZE ); \
357 i386__create_buffer(i386_in,YY_BUF_SIZE ); \
791 i386__create_buffer(i386_in,YY_BUF_SIZE );
1162 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
1175 int new_size = b->yy_buf_size * 2;
1178 b->yy_buf_size += b->yy_buf_size / 8;
1180 b->yy_buf_size *= 2;
1184 i386_realloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 );
1196 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
1230 if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
1319 YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
1329 (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
1437 i386__create_buffer(i386_in,YY_BUF_SIZE );
1489 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
1501 b->yy_buf_size = size;
1506 b->yy_ch_buf = (char *) i386_alloc(b->yy_buf_size + 2 );
1709 b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
1713 b->yy_n_chars = b->yy_buf_size;