Searched refs:num_to_alloc (Results 1 – 6 of 6) sorted by relevance
/external/bison/examples/calc++/ |
D | calc++-scanner.cc | 1692 yy_size_t num_to_alloc; in yyensure_buffer_stack() local 1700 num_to_alloc = 1; in yyensure_buffer_stack() 1702 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack() 1707 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack() 1709 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack() 1719 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack() 1722 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack() 1729 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
|
/external/bison/src/ |
D | scan-skel.c | 1900 yy_size_t num_to_alloc; in skel_ensure_buffer_stack() local 1908 num_to_alloc = 1; in skel_ensure_buffer_stack() 1910 (num_to_alloc * sizeof(struct yy_buffer_state*) in skel_ensure_buffer_stack() 1915 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in skel_ensure_buffer_stack() 1917 (yy_buffer_stack_max) = num_to_alloc; in skel_ensure_buffer_stack() 1927 num_to_alloc = (yy_buffer_stack_max) + grow_size; in skel_ensure_buffer_stack() 1930 num_to_alloc * sizeof(struct yy_buffer_state*) in skel_ensure_buffer_stack() 1937 (yy_buffer_stack_max) = num_to_alloc; in skel_ensure_buffer_stack()
|
D | scan-gram.c | 3151 yy_size_t num_to_alloc; in gram_ensure_buffer_stack() local 3159 num_to_alloc = 1; in gram_ensure_buffer_stack() 3161 (num_to_alloc * sizeof(struct yy_buffer_state*) in gram_ensure_buffer_stack() 3166 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in gram_ensure_buffer_stack() 3168 (yy_buffer_stack_max) = num_to_alloc; in gram_ensure_buffer_stack() 3178 num_to_alloc = (yy_buffer_stack_max) + grow_size; in gram_ensure_buffer_stack() 3181 num_to_alloc * sizeof(struct yy_buffer_state*) in gram_ensure_buffer_stack() 3188 (yy_buffer_stack_max) = num_to_alloc; in gram_ensure_buffer_stack()
|
D | scan-code.c | 2113 yy_size_t num_to_alloc; in code_ensure_buffer_stack() local 2121 num_to_alloc = 1; in code_ensure_buffer_stack() 2123 (num_to_alloc * sizeof(struct yy_buffer_state*) in code_ensure_buffer_stack() 2128 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in code_ensure_buffer_stack() 2130 (yy_buffer_stack_max) = num_to_alloc; in code_ensure_buffer_stack() 2140 num_to_alloc = (yy_buffer_stack_max) + grow_size; in code_ensure_buffer_stack() 2143 num_to_alloc * sizeof(struct yy_buffer_state*) in code_ensure_buffer_stack() 2150 (yy_buffer_stack_max) = num_to_alloc; in code_ensure_buffer_stack()
|
/external/libpcap/ |
D | scanner.c | 4480 yy_size_t num_to_alloc; in pcap_ensure_buffer_stack() local 4488 num_to_alloc = 1; in pcap_ensure_buffer_stack() 4490 (num_to_alloc * sizeof(struct yy_buffer_state*) in pcap_ensure_buffer_stack() 4495 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in pcap_ensure_buffer_stack() 4497 (yy_buffer_stack_max) = num_to_alloc; in pcap_ensure_buffer_stack() 4507 num_to_alloc = (yy_buffer_stack_max) + grow_size; in pcap_ensure_buffer_stack() 4510 num_to_alloc * sizeof(struct yy_buffer_state*) in pcap_ensure_buffer_stack() 4517 (yy_buffer_stack_max) = num_to_alloc; in pcap_ensure_buffer_stack()
|
/external/toybox/kconfig/ |
D | lex.zconf.c_shipped | 1912 int num_to_alloc; 1920 num_to_alloc = 1; 1922 (num_to_alloc * sizeof(struct yy_buffer_state*) 1925 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); 1927 (yy_buffer_stack_max) = num_to_alloc; 1937 num_to_alloc = (yy_buffer_stack_max) + grow_size; 1940 num_to_alloc * sizeof(struct yy_buffer_state*) 1945 (yy_buffer_stack_max) = num_to_alloc;
|