Searched refs:num_to_alloc (Results 1 - 14 of 14) 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/0.153/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/0.153/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/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dpmu-flex.c1495 int num_to_alloc; local
1503 num_to_alloc = 1;
1505 (num_to_alloc * sizeof(struct yy_buffer_state*)
1510 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1512 (yy_buffer_stack_max) = num_to_alloc;
1522 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1525 num_to_alloc * sizeof(struct yy_buffer_state*)
1532 (yy_buffer_stack_max) = num_to_alloc;
H A Dparse-events-flex.c2460 int num_to_alloc; local
2469 num_to_alloc = 1;
2471 (num_to_alloc * sizeof(struct yy_buffer_state*)
2476 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*));
2478 yyg->yy_buffer_stack_max = num_to_alloc;
2488 num_to_alloc = yyg->yy_buffer_stack_max + grow_size;
2491 num_to_alloc * sizeof(struct yy_buffer_state*)
2498 yyg->yy_buffer_stack_max = num_to_alloc;
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DTokenizer.cpp1817 yy_size_t num_to_alloc; local
1826 num_to_alloc = 1;
1828 (num_to_alloc * sizeof(struct yy_buffer_state*)
1833 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1835 yyg->yy_buffer_stack_max = num_to_alloc;
1845 num_to_alloc = yyg->yy_buffer_stack_max + grow_size;
1848 num_to_alloc * sizeof(struct yy_buffer_state*)
1855 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.c4475 int num_to_alloc; local
4483 num_to_alloc = 1;
4485 (num_to_alloc * sizeof(struct yy_buffer_state*)
4490 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
4492 (yy_buffer_stack_max) = num_to_alloc;
4502 num_to_alloc = (yy_buffer_stack_max) + grow_size;
4505 num_to_alloc * sizeof(struct yy_buffer_state*)
4512 (yy_buffer_stack_max) = num_to_alloc;
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_lex.cpp2684 yy_size_t num_to_alloc; local
2693 num_to_alloc = 1;
2695 (num_to_alloc * sizeof(struct yy_buffer_state*)
2700 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*));
2702 yyg->yy_buffer_stack_max = num_to_alloc;
2712 num_to_alloc = yyg->yy_buffer_stack_max + grow_size;
2715 num_to_alloc * sizeof(struct yy_buffer_state*)
2722 yyg->yy_buffer_stack_max = num_to_alloc;

Completed in 482 milliseconds