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

  /external/iproute2/tc/
emp_ematch.lex.c 151 #ifndef YY_BUF_SIZE
154 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
157 #define YY_BUF_SIZE 32768
159 #define YY_BUF_SIZE 16384
165 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
216 int yy_buf_size; member in struct:yy_buffer_state
333 ematch__create_buffer(ematch_in,YY_BUF_SIZE ); \
343 ematch__create_buffer(ematch_in,YY_BUF_SIZE ); \
796 ematch__create_buffer(ematch_in,YY_BUF_SIZE );
1206 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_lex.cpp 277 #ifndef YY_BUF_SIZE
280 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
283 #define YY_BUF_SIZE 32768
285 #define YY_BUF_SIZE 16384
292 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
365 int yy_buf_size; member in struct:yy_buffer_state
471 yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); \
480 yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); \
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.cpp 511 #ifndef YY_BUF_SIZE
514 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
517 #define YY_BUF_SIZE 32768
519 #define YY_BUF_SIZE 16384
526 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
580 int yy_buf_size; member in struct:yy_buffer_state
686 yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); \
695 yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); \
1359 yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner);
    [all...]
  /external/libpcap/
scanner.c 175 #ifndef YY_BUF_SIZE
178 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
181 #define YY_BUF_SIZE 32768
183 #define YY_BUF_SIZE 16384
189 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
236 int yy_buf_size; member in struct:yy_buffer_state
333 pcap__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
343 pcap__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
    [all...]
scanner.h 148 #ifndef YY_BUF_SIZE
151 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
154 #define YY_BUF_SIZE 32768
156 #define YY_BUF_SIZE 16384
182 int yy_buf_size; member in struct:yy_buffer_state

Completed in 329 milliseconds