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

/freebsd-10.1-release/crypto/heimdal/lib/asn1/
H A Dlex.c2369 yy_size_t num_to_alloc; local
2377 num_to_alloc = 1;
2379 (num_to_alloc * sizeof(struct yy_buffer_state*)
2384 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
2386 (yy_buffer_stack_max) = num_to_alloc;
2396 num_to_alloc = (yy_buffer_stack_max) + grow_size;
2399 num_to_alloc * sizeof(struct yy_buffer_state*)
2406 (yy_buffer_stack_max) = num_to_alloc;
/freebsd-10.1-release/crypto/heimdal/lib/com_err/
H A Dlex.c1504 yy_size_t num_to_alloc; local
1512 num_to_alloc = 1;
1514 (num_to_alloc * sizeof(struct yy_buffer_state*)
1519 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1521 (yy_buffer_stack_max) = num_to_alloc;
1531 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1534 num_to_alloc * sizeof(struct yy_buffer_state*)
1541 (yy_buffer_stack_max) = num_to_alloc;
/freebsd-10.1-release/crypto/heimdal/lib/sl/
H A Dslc-lex.c1441 yy_size_t num_to_alloc; local
1449 num_to_alloc = 1;
1451 (num_to_alloc * sizeof(struct yy_buffer_state*)
1456 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1458 (yy_buffer_stack_max) = num_to_alloc;
1468 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1471 num_to_alloc * sizeof(struct yy_buffer_state*)
1478 (yy_buffer_stack_max) = num_to_alloc;
/freebsd-10.1-release/usr.bin/csup/
H A Dlex.rcs.c1615 int num_to_alloc; local
1624 num_to_alloc = 1;
1626 (num_to_alloc * sizeof(struct yy_buffer_state*)
1631 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1633 yyg->yy_buffer_stack_max = num_to_alloc;
1643 num_to_alloc = yyg->yy_buffer_stack_max + grow_size;
1646 num_to_alloc * sizeof(struct yy_buffer_state*)
1653 yyg->yy_buffer_stack_max = num_to_alloc;
/freebsd-10.1-release/usr.bin/lex/
H A Dinitscan.c4773 yy_size_t num_to_alloc; local
4781 num_to_alloc = 1;
4783 (num_to_alloc * sizeof(struct yy_buffer_state*)
4788 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
4790 (yy_buffer_stack_max) = num_to_alloc;
4800 num_to_alloc = (yy_buffer_stack_max) + grow_size;
4803 num_to_alloc * sizeof(struct yy_buffer_state*)
4810 (yy_buffer_stack_max) = num_to_alloc;

Completed in 92 milliseconds