HomeSort by relevance Sort by last modified time
    Searched refs:yy_buf_size (Results 1 - 12 of 12) sorted by null

  /external/webkit/Tools/android/flex-2.5.4a/
flex.skl 102 #define YY_BUF_SIZE 16384
165 yy_size_t yy_buf_size;
266 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
273 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
484 yy_create_buffer( yyin, YY_BUF_SIZE );
672 yy_state_buf = new yy_state_type[YY_BUF_SIZE + 2];
689 yy_switch_to_buffer( yy_create_buffer( new_in, YY_BUF_SIZE ) );
791 yy_current_buffer->yy_buf_size - number_to_move - 1;
808 int new_size = b->yy_buf_size * 2;
811 b->yy_buf_size += b->yy_buf_size / 8
    [all...]
initscan.c 98 #define YY_BUF_SIZE 16384
155 yy_size_t yy_buf_size; member in struct:yy_buffer_state
252 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
259 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
    [all...]
  /external/elfutils/libcpu/
i386_lex.c 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; member in struct:yy_buffer_state
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;
    [all...]
  /external/elfutils/src/
ldlex.c 162 #ifndef YY_BUF_SIZE
163 #define YY_BUF_SIZE 16384
168 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
231 yy_size_t yy_buf_size; member in struct:yy_buffer_state
348 ld_create_buffer(ldin,YY_BUF_SIZE ); \
358 ld_create_buffer(ldin,YY_BUF_SIZE ); \
    [all...]
  /system/core/sh/
arith_lex.c 134 #ifndef YY_BUF_SIZE
135 #define YY_BUF_SIZE 16384
191 yy_size_t yy_buf_size; member in struct:yy_buffer_state
308 yy_create_buffer(yyin,YY_BUF_SIZE ); \
318 yy_create_buffer(yyin,YY_BUF_SIZE ); \
700 yy_create_buffer(yyin,YY_BUF_SIZE );
1101 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
1114 int new_size = b->yy_buf_size * 2;
1117 b->yy_buf_size += b->yy_buf_size / 8
    [all...]
  /external/bison/examples/calc++/
calc++-scanner.cc 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))
253 yy_size_t yy_buf_size; member in struct:yy_buffer_state
389 yy_create_buffer(yyin,YY_BUF_SIZE ); \
399 yy_create_buffer(yyin,YY_BUF_SIZE ); \
843 yy_create_buffer(yyin,YY_BUF_SIZE );
1179 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
1192 yy_size_t new_size = b->yy_buf_size * 2;
1195 b->yy_buf_size += b->yy_buf_size / 8
    [all...]
  /external/bison/src/
scan-skel.c 205 #ifndef YY_BUF_SIZE
206 #define YY_BUF_SIZE 16384
211 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
272 yy_size_t yy_buf_size; member in struct:yy_buffer_state
408 skel__create_buffer(skel_in,YY_BUF_SIZE ); \
418 skel__create_buffer(skel_in,YY_BUF_SIZE ); \
940 skel__create_buffer(skel_in,YY_BUF_SIZE );
    [all...]
scan-code.c 205 #ifndef YY_BUF_SIZE
206 #define YY_BUF_SIZE 16384
211 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
272 yy_size_t yy_buf_size; member in struct:yy_buffer_state
408 code__create_buffer(code_in,YY_BUF_SIZE ); \
418 code__create_buffer(code_in,YY_BUF_SIZE ); \
1047 code__create_buffer(code_in,YY_BUF_SIZE );
    [all...]
scan-gram.c 205 #ifndef YY_BUF_SIZE
206 #define YY_BUF_SIZE 16384
211 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
272 yy_size_t yy_buf_size; member in struct:yy_buffer_state
408 gram__create_buffer(gram_in,YY_BUF_SIZE ); \
418 gram__create_buffer(gram_in,YY_BUF_SIZE ); \
    [all...]
  /external/libpcap/
scanner.c 133 #ifndef YY_BUF_SIZE
134 #define YY_BUF_SIZE 16384
190 yy_size_t yy_buf_size; member in struct:yy_buffer_state
307 pcap__create_buffer(pcap_in,YY_BUF_SIZE ); \
317 pcap__create_buffer(pcap_in,YY_BUF_SIZE ); \
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_lex.cpp 169 #ifndef YY_BUF_SIZE
170 #define YY_BUF_SIZE 16384
175 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
234 yy_size_t yy_buf_size; member in struct:yy_buffer_state
331 yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
341 yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 157 #ifndef YY_BUF_SIZE
158 #define YY_BUF_SIZE (YY_READ_BUF_SIZE * 2) /* size of default input buffer */
289 int yy_buf_size; member in struct:yy_buffer_state
    [all...]

Completed in 38 milliseconds