Home | History | Annotate | Download | only in compiler

Lines Matching refs:num_to_alloc

2337 	int num_to_alloc;
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;