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

/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A Delftosb_lexer.cpp1997 yy_size_t num_to_alloc; local
2005 num_to_alloc = 1;
2007 (num_to_alloc * sizeof(struct yy_buffer_state*)
2012 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
2014 (yy_buffer_stack_max) = num_to_alloc;
2024 num_to_alloc = (yy_buffer_stack_max) + grow_size;
2027 num_to_alloc * sizeof(struct yy_buffer_state*)
2034 (yy_buffer_stack_max) = num_to_alloc;
/netbsd-current/tools/m4/bootstrap/
H A Dtokenizer.c1523 int num_to_alloc; local
1531 num_to_alloc = 1;
1533 (num_to_alloc * sizeof(struct yy_buffer_state*)
1538 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1540 (yy_buffer_stack_max) = num_to_alloc;
1550 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1553 num_to_alloc * sizeof(struct yy_buffer_state*)
1560 (yy_buffer_stack_max) = num_to_alloc;
/netbsd-current/external/lgpl3/gmp/dist/demos/calc/
H A Dcalclex.c1592 yy_size_t num_to_alloc; local
1600 num_to_alloc = 1;
1602 (num_to_alloc * sizeof(struct yy_buffer_state*)
1607 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1609 (yy_buffer_stack_max) = num_to_alloc;
1619 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1622 num_to_alloc * sizeof(struct yy_buffer_state*)
1629 (yy_buffer_stack_max) = num_to_alloc;
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dsyslex.c1585 int num_to_alloc; local
1593 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
1595 (num_to_alloc * sizeof(struct yy_buffer_state*)
1600 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1602 (yy_buffer_stack_max) = num_to_alloc;
1612 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1615 num_to_alloc * sizeof(struct yy_buffer_state*)
1622 (yy_buffer_stack_max) = num_to_alloc;
H A Ddeflex.c1740 int num_to_alloc; local
1748 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
1750 (num_to_alloc * sizeof(struct yy_buffer_state*)
1755 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1757 (yy_buffer_stack_max) = num_to_alloc;
1767 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1770 num_to_alloc * sizeof(struct yy_buffer_state*)
1777 (yy_buffer_stack_max) = num_to_alloc;
H A Darlex.c1711 int num_to_alloc; local
1719 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
1721 (num_to_alloc * sizeof(struct yy_buffer_state*)
1726 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1728 (yy_buffer_stack_max) = num_to_alloc;
1738 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1741 num_to_alloc * sizeof(struct yy_buffer_state*)
1748 (yy_buffer_stack_max) = num_to_alloc;
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Ditbl-lex.c1596 int num_to_alloc; local
1604 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
1606 (num_to_alloc * sizeof(struct yy_buffer_state*)
1611 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1613 (yy_buffer_stack_max) = num_to_alloc;
1623 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1626 num_to_alloc * sizeof(struct yy_buffer_state*)
1633 (yy_buffer_stack_max) = num_to_alloc;
H A Dbfin-lex.c3021 int num_to_alloc; local
3029 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
3031 (num_to_alloc * sizeof(struct yy_buffer_state*)
3036 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
3038 (yy_buffer_stack_max) = num_to_alloc;
3048 num_to_alloc = (yy_buffer_stack_max) + grow_size;
3051 num_to_alloc * sizeof(struct yy_buffer_state*)
3058 (yy_buffer_stack_max) = num_to_alloc;
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Ditbl-lex.c1590 yy_size_t num_to_alloc; local
1598 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
1600 (num_to_alloc * sizeof(struct yy_buffer_state*)
1605 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1607 (yy_buffer_stack_max) = num_to_alloc;
1617 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1620 num_to_alloc * sizeof(struct yy_buffer_state*)
1627 (yy_buffer_stack_max) = num_to_alloc;
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Ddeflex.c1733 yy_size_t num_to_alloc; local
1741 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
1743 (num_to_alloc * sizeof(struct yy_buffer_state*)
1748 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1750 (yy_buffer_stack_max) = num_to_alloc;
1760 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1763 num_to_alloc * sizeof(struct yy_buffer_state*)
1770 (yy_buffer_stack_max) = num_to_alloc;
H A Darlex.c1706 yy_size_t num_to_alloc; local
1714 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
1716 (num_to_alloc * sizeof(struct yy_buffer_state*)
1721 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1723 (yy_buffer_stack_max) = num_to_alloc;
1733 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1736 num_to_alloc * sizeof(struct yy_buffer_state*)
1743 (yy_buffer_stack_max) = num_to_alloc;
H A Dsyslex.c1573 yy_size_t num_to_alloc; local
1581 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
1583 (num_to_alloc * sizeof(struct yy_buffer_state*)
1588 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1590 (yy_buffer_stack_max) = num_to_alloc;
1600 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1603 num_to_alloc * sizeof(struct yy_buffer_state*)
1610 (yy_buffer_stack_max) = num_to_alloc;
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dloongarch-lex.c1531 yy_size_t num_to_alloc; local
1539 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
1541 (num_to_alloc * sizeof(struct yy_buffer_state*)
1546 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1548 (yy_buffer_stack_max) = num_to_alloc;
1558 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1561 num_to_alloc * sizeof(struct yy_buffer_state*)
1568 (yy_buffer_stack_max) = num_to_alloc;
H A Dbfin-lex.c3016 yy_size_t num_to_alloc; local
3024 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
3026 (num_to_alloc * sizeof(struct yy_buffer_state*)
3031 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
3033 (yy_buffer_stack_max) = num_to_alloc;
3043 num_to_alloc = (yy_buffer_stack_max) + grow_size;
3046 num_to_alloc * sizeof(struct yy_buffer_state*)
3053 (yy_buffer_stack_max) = num_to_alloc;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dlex.c2379 yy_size_t num_to_alloc; local
2387 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
2389 (num_to_alloc * sizeof(struct yy_buffer_state*)
2394 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
2396 (yy_buffer_stack_max) = num_to_alloc;
2406 num_to_alloc = (yy_buffer_stack_max) + grow_size;
2409 num_to_alloc * sizeof(struct yy_buffer_state*)
2416 (yy_buffer_stack_max) = num_to_alloc;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/sl/
H A Dslc-lex.c1450 yy_size_t num_to_alloc; local
1458 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
1460 (num_to_alloc * sizeof(struct yy_buffer_state*)
1465 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1467 (yy_buffer_stack_max) = num_to_alloc;
1477 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1480 num_to_alloc * sizeof(struct yy_buffer_state*)
1487 (yy_buffer_stack_max) = num_to_alloc;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/com_err/
H A Dlex.c1513 yy_size_t num_to_alloc; local
1521 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
1523 (num_to_alloc * sizeof(struct yy_buffer_state*)
1528 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1530 (yy_buffer_stack_max) = num_to_alloc;
1540 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1543 num_to_alloc * sizeof(struct yy_buffer_state*)
1550 (yy_buffer_stack_max) = num_to_alloc;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgengtype-lex.cc2593 yy_size_t num_to_alloc; local
2601 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
2603 (num_to_alloc * sizeof(struct yy_buffer_state*)
2608 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
2610 (yy_buffer_stack_max) = num_to_alloc;
2620 num_to_alloc = (yy_buffer_stack_max) + grow_size;
2623 num_to_alloc * sizeof(struct yy_buffer_state*)
2630 (yy_buffer_stack_max) = num_to_alloc;
/netbsd-current/external/bsd/nsd/dist/
H A Dzlexer.c1882 yy_size_t num_to_alloc; local
1890 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
1892 (num_to_alloc * sizeof(struct yy_buffer_state*)
1897 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1899 (yy_buffer_stack_max) = num_to_alloc;
1909 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1912 num_to_alloc * sizeof(struct yy_buffer_state*)
1919 (yy_buffer_stack_max) = num_to_alloc;
H A Dconfiglexer.c3983 yy_size_t num_to_alloc; local
3991 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
3993 (num_to_alloc * sizeof(struct yy_buffer_state*)
3998 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
4000 (yy_buffer_stack_max) = num_to_alloc;
4010 num_to_alloc = (yy_buffer_stack_max) + grow_size;
4013 num_to_alloc * sizeof(struct yy_buffer_state*)
4020 (yy_buffer_stack_max) = num_to_alloc;
/netbsd-current/external/bsd/flex/dist/src/
H A Dinitscan.c4527 yy_size_t num_to_alloc; local
4535 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
4537 (num_to_alloc * sizeof(struct yy_buffer_state*)
4542 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
4544 (yy_buffer_stack_max) = num_to_alloc;
4554 num_to_alloc = (yy_buffer_stack_max) + grow_size;
4557 num_to_alloc * sizeof(struct yy_buffer_state*)
4564 (yy_buffer_stack_max) = num_to_alloc;
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldlex.c3894 int num_to_alloc; local
3902 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
3904 (num_to_alloc * sizeof(struct yy_buffer_state*)
3909 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
3911 (yy_buffer_stack_max) = num_to_alloc;
3921 num_to_alloc = (yy_buffer_stack_max) + grow_size;
3924 num_to_alloc * sizeof(struct yy_buffer_state*)
3931 (yy_buffer_stack_max) = num_to_alloc;
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldlex.c3491 yy_size_t num_to_alloc; local
3499 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
3501 (num_to_alloc * sizeof(struct yy_buffer_state*)
3506 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
3508 (yy_buffer_stack_max) = num_to_alloc;
3518 num_to_alloc = (yy_buffer_stack_max) + grow_size;
3521 num_to_alloc * sizeof(struct yy_buffer_state*)
3528 (yy_buffer_stack_max) = num_to_alloc;
/netbsd-current/external/bsd/unbound/dist/util/
H A Dconfiglexer.c7275 yy_size_t num_to_alloc; local
7283 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
7285 (num_to_alloc * sizeof(struct yy_buffer_state*)
7290 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
7292 (yy_buffer_stack_max) = num_to_alloc;
7302 num_to_alloc = (yy_buffer_stack_max) + grow_size;
7305 num_to_alloc * sizeof(struct yy_buffer_state*)
7312 (yy_buffer_stack_max) = num_to_alloc;

Completed in 244 milliseconds