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

  /external/libpcap/
scanner.h 141 #ifndef YY_BUF_SIZE
144 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
147 #define YY_BUF_SIZE 32768
149 #define YY_BUF_SIZE 16384
175 yy_size_t yy_buf_size; member in struct:yy_buffer_state
scanner.c 168 #ifndef YY_BUF_SIZE
171 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
174 #define YY_BUF_SIZE 32768
176 #define YY_BUF_SIZE 16384
182 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
229 yy_size_t yy_buf_size; member in struct:yy_buffer_state
326 pcap__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
336 pcap__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
    [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/libnl/lib/route/
pktloc.c 129 buf = pktloc__create_buffer(fd, YY_BUF_SIZE, scanner);
  /external/dtc/
dtc-lexer.l 282 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE));
  /external/skia/src/sksl/
lex.layout.c 154 #ifndef YY_BUF_SIZE
157 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
160 #define YY_BUF_SIZE 32768
162 #define YY_BUF_SIZE 16384
168 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
234 int yy_buf_size; member in struct:yy_buffer_state
331 layout_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
341 layout_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
856 layout_create_buffer(yyin,YY_BUF_SIZE ,yyscanner);
    [all...]
lex.sksl.c 154 #ifndef YY_BUF_SIZE
157 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
160 #define YY_BUF_SIZE 32768
162 #define YY_BUF_SIZE 16384
168 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
234 int yy_buf_size; member in struct:yy_buffer_state
331 sksl_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
341 sksl_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
922 sksl_create_buffer(yyin,YY_BUF_SIZE ,yyscanner);
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.cpp 178 #ifndef YY_BUF_SIZE
181 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
184 #define YY_BUF_SIZE 32768
186 #define YY_BUF_SIZE 16384
192 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
239 yy_size_t yy_buf_size; member in struct:yy_buffer_state
336 pp_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
346 pp_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
872 pp_create_buffer(yyin,YY_BUF_SIZE ,yyscanner);
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_lex.cpp 190 #ifndef YY_BUF_SIZE
193 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
196 #define YY_BUF_SIZE 32768
198 #define YY_BUF_SIZE 16384
204 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
270 yy_size_t yy_buf_size; member in struct:yy_buffer_state
367 yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
377 yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
    [all...]
  /external/ipsec-tools/src/racoon/
cftoken.l 645 yy_switch_to_buffer(yy_create_buffer(yyin, YY_BUF_SIZE));
738 yy_switch_to_buffer(yy_create_buffer(yyin, YY_BUF_SIZE));
  /toolchain/binutils/binutils-2.25/ld/
ldlex.l 498 yy_switch_to_buffer (yy_create_buffer (yyin, YY_BUF_SIZE));
512 b->yy_buf_size = size;
516 b->yy_ch_buf = malloc ((unsigned) (b->yy_buf_size + 3));

Completed in 235 milliseconds