Home | History | Annotate | Download | only in glcpp

Lines Matching refs:num_to_alloc

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