/external/libnl/lib/route/ |
pktloc.c | 112 buf = pktloc__create_buffer(fd, YY_BUF_SIZE, scanner);
|
/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 | 166 #ifndef YY_BUF_SIZE 169 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case. 172 #define YY_BUF_SIZE 32768 174 #define YY_BUF_SIZE 16384 180 #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 pcap__create_buffer(pcap_in,YY_BUF_SIZE ); \ 358 pcap__create_buffer(pcap_in,YY_BUF_SIZE ); \ [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));
|