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

/external/bison/src/
H A Dscan-skel.c1775 int num_to_alloc; local
1783 num_to_alloc = 1;
1785 (num_to_alloc * sizeof(struct yy_buffer_state*)
1788 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1790 (yy_buffer_stack_max) = num_to_alloc;
1800 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1803 num_to_alloc * sizeof(struct yy_buffer_state*)
1808 (yy_buffer_stack_max) = num_to_alloc;
H A Dscan-gram.c3017 int num_to_alloc; local
3025 num_to_alloc = 1;
3027 (num_to_alloc * sizeof(struct yy_buffer_state*)
3030 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
3032 (yy_buffer_stack_max) = num_to_alloc;
3042 num_to_alloc = (yy_buffer_stack_max) + grow_size;
3045 num_to_alloc * sizeof(struct yy_buffer_state*)
3050 (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/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/mesa3d/src/glsl/glcpp/
H A Dglcpp-lex.c2120 int num_to_alloc; local
2129 num_to_alloc = 1;
2131 (num_to_alloc * sizeof(struct yy_buffer_state*)
2136 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*));
2138 yyg->yy_buffer_stack_max = num_to_alloc;
2148 num_to_alloc = yyg->yy_buffer_stack_max + grow_size;
2151 num_to_alloc * sizeof(struct yy_buffer_state*)
2158 yyg->yy_buffer_stack_max = num_to_alloc;
/external/mesa3d/src/glsl/
H A Dglsl_lexer.cpp3172 int num_to_alloc; local
3181 num_to_alloc = 1;
3183 (num_to_alloc * sizeof(struct yy_buffer_state*)
3188 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*));
3190 yyg->yy_buffer_stack_max = num_to_alloc;
3200 num_to_alloc = yyg->yy_buffer_stack_max + grow_size;
3203 num_to_alloc * sizeof(struct yy_buffer_state*)
3210 yyg->yy_buffer_stack_max = num_to_alloc;
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_lex.cpp2337 int num_to_alloc; local
2346 num_to_alloc = 1;
2348 (num_to_alloc * sizeof(struct yy_buffer_state*)
2353 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*));
2355 yyg->yy_buffer_stack_max = num_to_alloc;
2365 num_to_alloc = yyg->yy_buffer_stack_max + grow_size;
2368 num_to_alloc * sizeof(struct yy_buffer_state*)
2375 yyg->yy_buffer_stack_max = num_to_alloc;

Completed in 71 milliseconds