Searched refs:num_to_alloc (Results 1 - 12 of 12) sorted by relevance

/external/bison/examples/calc++/
H A Dcalc++-scanner.cc1692 yy_size_t num_to_alloc; local
1700 num_to_alloc = 1;
1702 (num_to_alloc * sizeof(struct yy_buffer_state*)
1707 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1709 (yy_buffer_stack_max) = num_to_alloc;
1719 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1722 num_to_alloc * sizeof(struct yy_buffer_state*)
1729 (yy_buffer_stack_max) = num_to_alloc;
/external/bison/src/
H A Dscan-skel.c1900 yy_size_t num_to_alloc; local
1908 num_to_alloc = 1;
1910 (num_to_alloc * sizeof(struct yy_buffer_state*)
1915 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1917 (yy_buffer_stack_max) = num_to_alloc;
1927 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1930 num_to_alloc * sizeof(struct yy_buffer_state*)
1937 (yy_buffer_stack_max) = num_to_alloc;
H A Dscan-code.c2113 yy_size_t num_to_alloc; local
2121 num_to_alloc = 1;
2123 (num_to_alloc * sizeof(struct yy_buffer_state*)
2128 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
2130 (yy_buffer_stack_max) = num_to_alloc;
2140 num_to_alloc = (yy_buffer_stack_max) + grow_size;
2143 num_to_alloc * sizeof(struct yy_buffer_state*)
2150 (yy_buffer_stack_max) = num_to_alloc;
H A Dscan-gram.c3151 yy_size_t num_to_alloc; local
3159 num_to_alloc = 1;
3161 (num_to_alloc * sizeof(struct yy_buffer_state*)
3166 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
3168 (yy_buffer_stack_max) = num_to_alloc;
3178 num_to_alloc = (yy_buffer_stack_max) + grow_size;
3181 num_to_alloc * sizeof(struct yy_buffer_state*)
3188 (yy_buffer_stack_max) = num_to_alloc;
/external/elfutils/libcpu/
H A Di386_lex.c1648 int num_to_alloc; local
1656 num_to_alloc = 1;
1658 (num_to_alloc * sizeof(struct yy_buffer_state*)
1663 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1665 (yy_buffer_stack_max) = num_to_alloc;
1675 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1678 num_to_alloc * sizeof(struct yy_buffer_state*)
1685 (yy_buffer_stack_max) = num_to_alloc;
/external/elfutils/src/
H A Dldlex.c2440 int num_to_alloc; local
2448 num_to_alloc = 1;
2450 (num_to_alloc * sizeof(struct yy_buffer_state*)
2455 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
2457 (yy_buffer_stack_max) = num_to_alloc;
2467 num_to_alloc = (yy_buffer_stack_max) + grow_size;
2470 num_to_alloc * sizeof(struct yy_buffer_state*)
2477 (yy_buffer_stack_max) = num_to_alloc;
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DTokenizer.cpp1792 yy_size_t num_to_alloc; local
1801 num_to_alloc = 1;
1803 (num_to_alloc * sizeof(struct yy_buffer_state*)
1808 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1810 yyg->yy_buffer_stack_max = num_to_alloc;
1820 num_to_alloc = yyg->yy_buffer_stack_max + grow_size;
1823 num_to_alloc * sizeof(struct yy_buffer_state*)
1830 yyg->yy_buffer_stack_max = num_to_alloc;
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-lex.c2019 int num_to_alloc; local
2028 num_to_alloc = 1;
2030 (num_to_alloc * sizeof(struct yy_buffer_state*)
2035 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*));
2037 yyg->yy_buffer_stack_max = num_to_alloc;
2047 num_to_alloc = yyg->yy_buffer_stack_max + grow_size;
2050 num_to_alloc * sizeof(struct yy_buffer_state*)
2057 yyg->yy_buffer_stack_max = num_to_alloc;
H A Dglsl_lexer.cc3304 int num_to_alloc; local
3313 num_to_alloc = 1;
3315 (num_to_alloc * sizeof(struct yy_buffer_state*)
3320 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*));
3322 yyg->yy_buffer_stack_max = num_to_alloc;
3332 num_to_alloc = yyg->yy_buffer_stack_max + grow_size;
3335 num_to_alloc * sizeof(struct yy_buffer_state*)
3342 yyg->yy_buffer_stack_max = num_to_alloc;
H A Dlex.yy.c3165 int num_to_alloc; local
3174 num_to_alloc = 1;
3176 (num_to_alloc * sizeof(struct yy_buffer_state*)
3181 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*));
3183 yyg->yy_buffer_stack_max = num_to_alloc;
3193 num_to_alloc = yyg->yy_buffer_stack_max + grow_size;
3196 num_to_alloc * sizeof(struct yy_buffer_state*)
3203 yyg->yy_buffer_stack_max = num_to_alloc;
/external/libpcap/
H A Dscanner.c4114 int num_to_alloc; local
4122 num_to_alloc = 1;
4124 (num_to_alloc * sizeof(struct yy_buffer_state*)
4127 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
4129 (yy_buffer_stack_max) = num_to_alloc;
4139 num_to_alloc = (yy_buffer_stack_max) + grow_size;
4142 num_to_alloc * sizeof(struct yy_buffer_state*)
4147 (yy_buffer_stack_max) = num_to_alloc;
/external/chromium_org/third_party/angle/src/compiler/
H A Dglslang_lex.cpp2365 yy_size_t num_to_alloc; local
2374 num_to_alloc = 1;
2376 (num_to_alloc * sizeof(struct yy_buffer_state*)
2381 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*));
2383 yyg->yy_buffer_stack_max = num_to_alloc;
2393 num_to_alloc = yyg->yy_buffer_stack_max + grow_size;
2396 num_to_alloc * sizeof(struct yy_buffer_state*)
2403 yyg->yy_buffer_stack_max = num_to_alloc;

Completed in 117 milliseconds