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

/system/core/sh/
H A Darith_lex.c1572 int num_to_alloc; local
1580 num_to_alloc = 1;
1582 (num_to_alloc * sizeof(struct yy_buffer_state*)
1585 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1587 (yy_buffer_stack_max) = num_to_alloc;
1597 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1600 num_to_alloc * sizeof(struct yy_buffer_state*)
1605 (yy_buffer_stack_max) = num_to_alloc;

Completed in 4 milliseconds