HomeSort by: relevance | last modified time | path
    Searched refs:yy_buf_size (Results 1 - 23 of 23) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
loongarch-lex.c 131 #ifndef YY_BUF_SIZE
134 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
137 #define YY_BUF_SIZE 32768
139 #define YY_BUF_SIZE 16384
145 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
195 int yy_buf_size; member in struct:yy_buffer_state
309 yy_create_buffer( yyin, YY_BUF_SIZE ); \
318 yy_create_buffer( yyin, YY_BUF_SIZE ); \
713 yy_create_buffer( yyin, YY_BUF_SIZE );
1048 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1
    [all...]
bfin-lex.c 131 #ifndef YY_BUF_SIZE
134 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
137 #define YY_BUF_SIZE 32768
139 #define YY_BUF_SIZE 16384
145 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
195 int yy_buf_size; member in struct:yy_buffer_state
309 yy_create_buffer( yyin, YY_BUF_SIZE ); \
318 yy_create_buffer( yyin, YY_BUF_SIZE ); \
1044 yy_create_buffer( yyin, YY_BUF_SIZE );
2526 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1
    [all...]
  /src/external/gpl3/binutils/dist/gas/
itbl-lex.c 131 #ifndef YY_BUF_SIZE
134 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
137 #define YY_BUF_SIZE 32768
139 #define YY_BUF_SIZE 16384
145 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
195 int yy_buf_size; member in struct:yy_buffer_state
309 yy_create_buffer( yyin, YY_BUF_SIZE ); \
318 yy_create_buffer( yyin, YY_BUF_SIZE ); \
730 yy_create_buffer( yyin, YY_BUF_SIZE );
1107 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
loongarch-lex.c 131 #ifndef YY_BUF_SIZE
134 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
137 #define YY_BUF_SIZE 32768
139 #define YY_BUF_SIZE 16384
145 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
195 int yy_buf_size; member in struct:yy_buffer_state
309 yy_create_buffer( yyin, YY_BUF_SIZE ); \
318 yy_create_buffer( yyin, YY_BUF_SIZE ); \
713 yy_create_buffer( yyin, YY_BUF_SIZE );
1048 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1
    [all...]
bfin-lex.c 131 #ifndef YY_BUF_SIZE
134 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
137 #define YY_BUF_SIZE 32768
139 #define YY_BUF_SIZE 16384
145 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
195 int yy_buf_size; member in struct:yy_buffer_state
309 yy_create_buffer( yyin, YY_BUF_SIZE ); \
318 yy_create_buffer( yyin, YY_BUF_SIZE ); \
1044 yy_create_buffer( yyin, YY_BUF_SIZE );
2526 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
itbl-lex.c 131 #ifndef YY_BUF_SIZE
134 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
137 #define YY_BUF_SIZE 32768
139 #define YY_BUF_SIZE 16384
145 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
195 int yy_buf_size; member in struct:yy_buffer_state
309 yy_create_buffer( yyin, YY_BUF_SIZE ); \
318 yy_create_buffer( yyin, YY_BUF_SIZE ); \
730 yy_create_buffer( yyin, YY_BUF_SIZE );
1107 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1
    [all...]
  /src/tools/m4/bootstrap/
tokenizer.c 148 #ifndef YY_BUF_SIZE
149 #define YY_BUF_SIZE 16384
154 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
204 yy_size_t yy_buf_size; member in struct:yy_buffer_state
321 yy_create_buffer(yyin,YY_BUF_SIZE ); \
331 yy_create_buffer(yyin,YY_BUF_SIZE ); \
721 yy_create_buffer(yyin,YY_BUF_SIZE );
1040 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
1053 int new_size = b->yy_buf_size * 2;
1056 b->yy_buf_size += b->yy_buf_size / 8
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 97 #define YY_BUF_SIZE 16384
154 yy_size_t yy_buf_size; member in struct:yy_buffer_state
251 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
258 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
642 yy_create_buffer( yyin, YY_BUF_SIZE );
1055 yy_current_buffer->yy_buf_size - number_to_move - 1;
1072 int new_size = b->yy_buf_size * 2;
1075 b->yy_buf_size += b->yy_buf_size / 8;
1077 b->yy_buf_size *= 2
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
arlex.c 131 #ifndef YY_BUF_SIZE
134 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
137 #define YY_BUF_SIZE 32768
139 #define YY_BUF_SIZE 16384
145 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
195 int yy_buf_size; member in struct:yy_buffer_state
309 yy_create_buffer( yyin, YY_BUF_SIZE ); \
318 yy_create_buffer( yyin, YY_BUF_SIZE ); \
800 yy_create_buffer( yyin, YY_BUF_SIZE );
1260 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1
    [all...]
deflex.c 131 #ifndef YY_BUF_SIZE
134 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
137 #define YY_BUF_SIZE 32768
139 #define YY_BUF_SIZE 16384
145 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
195 int yy_buf_size; member in struct:yy_buffer_state
309 yy_create_buffer( yyin, YY_BUF_SIZE ); \
318 yy_create_buffer( yyin, YY_BUF_SIZE ); \
810 yy_create_buffer( yyin, YY_BUF_SIZE );
1287 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1
    [all...]
syslex.c 131 #ifndef YY_BUF_SIZE
134 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
137 #define YY_BUF_SIZE 32768
139 #define YY_BUF_SIZE 16384
145 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
195 int yy_buf_size; member in struct:yy_buffer_state
309 yy_create_buffer( yyin, YY_BUF_SIZE ); \
318 yy_create_buffer( yyin, YY_BUF_SIZE ); \
735 yy_create_buffer( yyin, YY_BUF_SIZE );
1127 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
arlex.c 131 #ifndef YY_BUF_SIZE
134 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
137 #define YY_BUF_SIZE 32768
139 #define YY_BUF_SIZE 16384
145 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
195 int yy_buf_size; member in struct:yy_buffer_state
309 yy_create_buffer( yyin, YY_BUF_SIZE ); \
318 yy_create_buffer( yyin, YY_BUF_SIZE ); \
800 yy_create_buffer( yyin, YY_BUF_SIZE );
1260 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1
    [all...]
deflex.c 131 #ifndef YY_BUF_SIZE
134 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
137 #define YY_BUF_SIZE 32768
139 #define YY_BUF_SIZE 16384
145 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
195 int yy_buf_size; member in struct:yy_buffer_state
309 yy_create_buffer( yyin, YY_BUF_SIZE ); \
318 yy_create_buffer( yyin, YY_BUF_SIZE ); \
810 yy_create_buffer( yyin, YY_BUF_SIZE );
1287 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1
    [all...]
syslex.c 131 #ifndef YY_BUF_SIZE
134 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
137 #define YY_BUF_SIZE 32768
139 #define YY_BUF_SIZE 16384
145 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
195 int yy_buf_size; member in struct:yy_buffer_state
309 yy_create_buffer( yyin, YY_BUF_SIZE ); \
318 yy_create_buffer( yyin, YY_BUF_SIZE ); \
735 yy_create_buffer( yyin, YY_BUF_SIZE );
1127 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype-lex.cc 137 #ifndef YY_BUF_SIZE
140 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
143 #define YY_BUF_SIZE 32768
145 #define YY_BUF_SIZE 16384
151 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
201 int yy_buf_size; member in struct:yy_buffer_state
315 yy_create_buffer( yyin, YY_BUF_SIZE ); \
324 yy_create_buffer( yyin, YY_BUF_SIZE ); \
1458 yy_create_buffer( yyin, YY_BUF_SIZE );
2144 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1
    [all...]
  /src/external/bsd/elftosb/dist/elftosb2/
elftosb_lexer.cpp 152 #ifndef YY_BUF_SIZE
153 #define YY_BUF_SIZE 16384
158 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
220 yy_size_t yy_buf_size; member in struct:yy_buffer_state
299 yy_create_buffer( yyin, YY_BUF_SIZE ); \
309 yy_create_buffer( yyin, YY_BUF_SIZE ); \
747 yy_create_buffer( yyin, YY_BUF_SIZE );
1425 yy_switch_to_buffer( yy_create_buffer( new_in, YY_BUF_SIZE ) );
1521 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
1534 yy_size_t new_size = b->yy_buf_size * 2
    [all...]
  /src/external/gpl3/binutils/dist/ld/
ldlex.c 131 #ifndef YY_BUF_SIZE
134 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
137 #define YY_BUF_SIZE 32768
139 #define YY_BUF_SIZE 16384
145 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
195 int yy_buf_size; member in struct:yy_buffer_state
309 yy_create_buffer( yyin, YY_BUF_SIZE ); \
318 yy_create_buffer( yyin, YY_BUF_SIZE ); \
1674 yy_create_buffer( yyin, YY_BUF_SIZE );
3108 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1
    [all...]
ldlex.l 519 yy_switch_to_buffer (yy_create_buffer (yyin, YY_BUF_SIZE));
532 b->yy_buf_size = size;
536 b->yy_ch_buf = xmalloc (b->yy_buf_size + 3);
  /src/external/gpl3/binutils.old/dist/ld/
ldlex.c 131 #ifndef YY_BUF_SIZE
134 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
137 #define YY_BUF_SIZE 32768
139 #define YY_BUF_SIZE 16384
145 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
195 int yy_buf_size; member in struct:yy_buffer_state
309 yy_create_buffer( yyin, YY_BUF_SIZE ); \
318 yy_create_buffer( yyin, YY_BUF_SIZE ); \
1674 yy_create_buffer( yyin, YY_BUF_SIZE );
3108 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1
    [all...]
ldlex.l 519 yy_switch_to_buffer (yy_create_buffer (yyin, YY_BUF_SIZE));
532 b->yy_buf_size = size;
536 b->yy_ch_buf = xmalloc (b->yy_buf_size + 3);
  /src/external/bsd/flex/dist/src/
initscan.c 130 #ifndef YY_BUF_SIZE
133 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
136 #define YY_BUF_SIZE 32768
138 #define YY_BUF_SIZE 16384
144 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
194 size_t yy_buf_size; member in struct:yy_buffer_state
308 yy_create_buffer( yyin, YY_BUF_SIZE ); \
317 yy_create_buffer( yyin, YY_BUF_SIZE ); \
2210 yy_create_buffer( yyin, YY_BUF_SIZE );
4043 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1
    [all...]
  /src/external/bsd/nsd/dist/
configlexer.c 391 #ifndef YY_BUF_SIZE
394 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
397 #define YY_BUF_SIZE 32768
399 #define YY_BUF_SIZE 16384
405 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
455 int yy_buf_size; member in struct:yy_buffer_state
569 yy_create_buffer( yyin, YY_BUF_SIZE ); \
578 yy_create_buffer( yyin, YY_BUF_SIZE ); \
2297 yy_switch_to_buffer(yy_create_buffer(input, YY_BUF_SIZE));
2372 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
    [all...]
  /src/external/bsd/unbound/dist/util/
configlexer.c 133 #ifndef YY_BUF_SIZE
136 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
139 #define YY_BUF_SIZE 32768
141 #define YY_BUF_SIZE 16384
147 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
197 int yy_buf_size; member in struct:yy_buffer_state
311 yy_create_buffer( yyin, YY_BUF_SIZE ); \
320 yy_create_buffer( yyin, YY_BUF_SIZE ); \
4527 yy_switch_to_buffer(yy_create_buffer(input, YY_BUF_SIZE));
4597 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
    [all...]

Completed in 106 milliseconds