Home
last modified time | relevance | path

Searched refs:num_to_alloc (Results 176 – 200 of 1458) sorted by relevance

12345678910>>...59

/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/replication/
H A Dsyncrep_scanner.c1777 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1785 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
1787 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1792 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1794 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1804 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1807 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1814 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/databases/postgresql10-plpython/postgresql-10.19/contrib/seg/
H A Dsegscan.c1696 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1704 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
1706 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1711 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1713 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1723 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1726 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1733 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/databases/postgresql10-contrib/postgresql-10.19/contrib/seg/
H A Dsegscan.c1696 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1704 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
1706 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1711 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1713 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1723 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1726 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1733 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/databases/postgresql11-docs/postgresql-11.14/contrib/cube/
H A Dcubescan.c1717 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1725 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
1727 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1732 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1734 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1744 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1747 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1754 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/graphics/Coin/coin-Coin-4.0.0/src/soscxml/
H A Deval-coin.cpp1813 yy_size_t num_to_alloc; in scxml_coin_ensure_buffer_stack() local
1821 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in scxml_coin_ensure_buffer_stack()
1823 (num_to_alloc * sizeof(struct yy_buffer_state*) in scxml_coin_ensure_buffer_stack()
1828 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in scxml_coin_ensure_buffer_stack()
1830 (yy_buffer_stack_max) = num_to_alloc; in scxml_coin_ensure_buffer_stack()
1840 num_to_alloc = (yy_buffer_stack_max) + grow_size; in scxml_coin_ensure_buffer_stack()
1843 num_to_alloc * sizeof(struct yy_buffer_state*) in scxml_coin_ensure_buffer_stack()
1850 (yy_buffer_stack_max) = num_to_alloc; in scxml_coin_ensure_buffer_stack()
/dports/games/zoom/zoom-1.1.5/builder/
H A Dlex.c1658 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1666 num_to_alloc = 1; in yyensure_buffer_stack()
1668 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1673 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1675 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1685 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1688 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1695 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/games/scummvm/scummvm-2.5.1/engines/private/
H A Dlexer.cpp1852 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1860 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
1862 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1867 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1869 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1879 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1882 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1889 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/tools/partitioner/
H A Dhecmw_partlex.c1633 int num_to_alloc; in yyensure_buffer_stack() local
1640 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
1642 num_to_alloc * sizeof(struct yy_buffer_state *)); in yyensure_buffer_stack()
1647 num_to_alloc * sizeof(struct yy_buffer_state *)); in yyensure_buffer_stack()
1649 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1658 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1660 (yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state *)); in yyensure_buffer_stack()
1667 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/math/GiNaC/ginac-1.8.2/ginsh/
H A Dginsh_lexer.cpp1775 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1783 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
1785 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1790 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1792 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1802 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1805 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1812 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/common/
H A Dhecmw_ctrllex.c1735 yy_size_t num_to_alloc; in HECMW_ctrlensure_buffer_stack() local
1742 num_to_alloc = 1; in HECMW_ctrlensure_buffer_stack()
1744 num_to_alloc * sizeof(struct yy_buffer_state *)); in HECMW_ctrlensure_buffer_stack()
1751 num_to_alloc * sizeof(struct yy_buffer_state *)); in HECMW_ctrlensure_buffer_stack()
1752 (yy_buffer_stack_max) = num_to_alloc; in HECMW_ctrlensure_buffer_stack()
1760 num_to_alloc = (yy_buffer_stack_max) + grow_size; in HECMW_ctrlensure_buffer_stack()
1762 (yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state *)); in HECMW_ctrlensure_buffer_stack()
1771 (yy_buffer_stack_max) = num_to_alloc; in HECMW_ctrlensure_buffer_stack()
/dports/devel/cvsgraph/cvsgraph-1.7.0/
H A Drcsl.c9575 int num_to_alloc; in yyensure_buffer_stack() local
9583 num_to_alloc = 1; in yyensure_buffer_stack()
9585 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
9588 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
9590 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
9600 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
9603 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
9608 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/cad/opencascade/opencascade-7.6.0/src/StepFile/
H A Dlex.step.cxx1881 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1889 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
1891 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1896 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1898 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1908 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1911 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1918 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/net/openslp/openslp-2.0.0/common/
H A Dslp_filter_l.c1673 int num_to_alloc; in yyensure_buffer_stack() local
1681 num_to_alloc = 1; in yyensure_buffer_stack()
1683 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1688 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1690 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1700 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1703 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1710 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
H A Dslp_attr_l.c1738 int num_to_alloc; in yyensure_buffer_stack() local
1746 num_to_alloc = 1; in yyensure_buffer_stack()
1748 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1753 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1755 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1765 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1768 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1775 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/net/openmpi/openmpi-4.1.1/orte/util/hostfile/
H A Dhostfile_lex.c1935 int num_to_alloc; in orte_util_hostfile_ensure_buffer_stack() local
1943 num_to_alloc = 1; in orte_util_hostfile_ensure_buffer_stack()
1945 (num_to_alloc * sizeof(struct yy_buffer_state*) in orte_util_hostfile_ensure_buffer_stack()
1950 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in orte_util_hostfile_ensure_buffer_stack()
1952 (yy_buffer_stack_max) = num_to_alloc; in orte_util_hostfile_ensure_buffer_stack()
1962 num_to_alloc = (yy_buffer_stack_max) + grow_size; in orte_util_hostfile_ensure_buffer_stack()
1965 num_to_alloc * sizeof(struct yy_buffer_state*) in orte_util_hostfile_ensure_buffer_stack()
1972 (yy_buffer_stack_max) = num_to_alloc; in orte_util_hostfile_ensure_buffer_stack()
/dports/net/openmpi3/openmpi-3.1.6/orte/util/hostfile/
H A Dhostfile_lex.c1935 int num_to_alloc; in orte_util_hostfile_ensure_buffer_stack() local
1943 num_to_alloc = 1; in orte_util_hostfile_ensure_buffer_stack()
1945 (num_to_alloc * sizeof(struct yy_buffer_state*) in orte_util_hostfile_ensure_buffer_stack()
1950 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in orte_util_hostfile_ensure_buffer_stack()
1952 (yy_buffer_stack_max) = num_to_alloc; in orte_util_hostfile_ensure_buffer_stack()
1962 num_to_alloc = (yy_buffer_stack_max) + grow_size; in orte_util_hostfile_ensure_buffer_stack()
1965 num_to_alloc * sizeof(struct yy_buffer_state*) in orte_util_hostfile_ensure_buffer_stack()
1972 (yy_buffer_stack_max) = num_to_alloc; in orte_util_hostfile_ensure_buffer_stack()
/dports/devel/libdap/libdap-3.20.8/
H A Dlex.ce_expr.cc1700 yy_size_t num_to_alloc; in ce_exprensure_buffer_stack() local
1708 num_to_alloc = 1; in ce_exprensure_buffer_stack()
1710 (num_to_alloc * sizeof(struct yy_buffer_state*) in ce_exprensure_buffer_stack()
1715 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in ce_exprensure_buffer_stack()
1717 (yy_buffer_stack_max) = num_to_alloc; in ce_exprensure_buffer_stack()
1727 num_to_alloc = (yy_buffer_stack_max) + grow_size; in ce_exprensure_buffer_stack()
1730 num_to_alloc * sizeof(struct yy_buffer_state*) in ce_exprensure_buffer_stack()
1737 (yy_buffer_stack_max) = num_to_alloc; in ce_exprensure_buffer_stack()
H A Dlex.das.cc1814 yy_size_t num_to_alloc; in dasensure_buffer_stack() local
1822 num_to_alloc = 1; in dasensure_buffer_stack()
1824 (num_to_alloc * sizeof(struct yy_buffer_state*) in dasensure_buffer_stack()
1829 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in dasensure_buffer_stack()
1831 (yy_buffer_stack_max) = num_to_alloc; in dasensure_buffer_stack()
1841 num_to_alloc = (yy_buffer_stack_max) + grow_size; in dasensure_buffer_stack()
1844 num_to_alloc * sizeof(struct yy_buffer_state*) in dasensure_buffer_stack()
1851 (yy_buffer_stack_max) = num_to_alloc; in dasensure_buffer_stack()
H A Dlex.dds.cc1754 yy_size_t num_to_alloc; in ddsensure_buffer_stack() local
1762 num_to_alloc = 1; in ddsensure_buffer_stack()
1764 (num_to_alloc * sizeof(struct yy_buffer_state*) in ddsensure_buffer_stack()
1769 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in ddsensure_buffer_stack()
1771 (yy_buffer_stack_max) = num_to_alloc; in ddsensure_buffer_stack()
1781 num_to_alloc = (yy_buffer_stack_max) + grow_size; in ddsensure_buffer_stack()
1784 num_to_alloc * sizeof(struct yy_buffer_state*) in ddsensure_buffer_stack()
1791 (yy_buffer_stack_max) = num_to_alloc; in ddsensure_buffer_stack()
/dports/math/minizinc/libminizinc-2.5.5/lib/cached/
H A Dregex_lexer.yy.cpp1743 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1751 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
1753 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1758 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1760 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1770 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1773 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1780 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/utils/upper/
H A Dupperl.c1576 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1584 num_to_alloc = 1; in yyensure_buffer_stack()
1586 num_to_alloc * sizeof(struct yy_buffer_state *)); in yyensure_buffer_stack()
1591 num_to_alloc * sizeof(struct yy_buffer_state *)); in yyensure_buffer_stack()
1593 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1603 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1605 (yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state *)); in yyensure_buffer_stack()
1612 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/net/portfwd/portfwd-0.29/src/
H A Dlexconf.c1726 int num_to_alloc; in yyensure_buffer_stack() local
1734 num_to_alloc = 1; in yyensure_buffer_stack()
1736 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1739 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1741 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1751 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1754 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1759 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/science/dynare/dynare-4.6.4/dynare++/parser/cc/
H A Dassign_ll.cc1773 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1781 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
1783 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1788 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1790 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1800 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1803 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1810 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
H A Dmatrix_ll.cc1804 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1812 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
1814 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1819 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1821 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1831 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1834 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1841 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/print/gimp-gutenprint/gutenprint-5.3.3/src/gutenprintui2/
H A Dprintrcl.c1920 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1928 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
1930 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1935 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1937 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1947 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1950 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1957 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()

12345678910>>...59