/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/src/ |
ldlex.c | 116 #define YY_BUF_SIZE 16384 173 yy_size_t yy_buf_size; member in struct:yy_buffer_state 270 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \ 277 yy_current_buffer = yy_create_buffer( yyin, 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/src/ |
scan-skel.c | 168 #ifndef YY_BUF_SIZE 169 #define YY_BUF_SIZE 16384 236 yy_size_t yy_buf_size; member in struct:yy_buffer_state 372 skel__create_buffer(skel_in,YY_BUF_SIZE ); \ 382 skel__create_buffer(skel_in,YY_BUF_SIZE ); \ 880 skel__create_buffer(skel_in,YY_BUF_SIZE ); [all...] |
scan-gram.c | 168 #ifndef YY_BUF_SIZE 169 #define YY_BUF_SIZE 16384 236 yy_size_t yy_buf_size; member in struct:yy_buffer_state 372 gram__create_buffer(gram_in,YY_BUF_SIZE ); \ 382 gram__create_buffer(gram_in,YY_BUF_SIZE ); \ [all...] |
/external/bluetooth/bluez/tools/ |
lexer.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 yy_create_buffer(yyin,YY_BUF_SIZE ); \ 317 yy_create_buffer(yyin,YY_BUF_SIZE ); \ 685 yy_create_buffer(yyin,YY_BUF_SIZE ); 1013 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; 1026 int new_size = b->yy_buf_size * 2; 1029 b->yy_buf_size += b->yy_buf_size / 8 [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/mesa3d/src/glsl/ |
glsl_lexer.cpp | 160 #ifndef YY_BUF_SIZE 161 #define YY_BUF_SIZE 16384 166 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) 212 yy_size_t yy_buf_size; member in struct:yy_buffer_state 309 _mesa_glsl__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \ 319 _mesa_glsl__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \ [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/mesa3d/src/glsl/glcpp/ |
glcpp-lex.c | 160 #ifndef YY_BUF_SIZE 161 #define YY_BUF_SIZE 16384 166 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) 212 yy_size_t yy_buf_size; member in struct:yy_buffer_state 309 glcpp__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \ 319 glcpp__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...] |