Home
last modified time | relevance | path

Searched refs:growth (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/sys/conf/
H A Dkmod.mk139 CFLAGS.gcc+= --param inline-unit-growth=100
140 CFLAGS.gcc+= --param large-function-growth=1000
H A Dkern.pre.mk78 CFLAGS.gcc+= --param inline-unit-growth=${CFLAGS_PARAM_INLINE_UNIT_GROWTH}
79 CFLAGS.gcc+= --param large-function-growth=${CFLAGS_PARAM_LARGE_FUNCTION_GROWTH}
H A DNOTES751 # logging. You can monitor CWND growth, flight size
/freebsd/contrib/ncurses/form/
H A Dfrm_driver.c666 int growth; in Field_Grown() local
677 growth = field->cols * amount; in Field_Grown()
679 growth = Minimum(field->maxgrow - field->dcols, growth); in Field_Grown()
680 field->dcols += growth; in Field_Grown()
686 growth = (field->rows + field->nrow) * amount; in Field_Grown()
688 growth = Minimum(field->maxgrow - field->drows, growth); in Field_Grown()
689 field->drows += growth; in Field_Grown()
/freebsd/contrib/libcbor/
H A DCMakeLists.txt33 set(CBOR_BUFFER_GROWTH "2" CACHE STRING "Factor for buffer growth & shrinking")
/freebsd/contrib/libcbor/doc/source/
H A Dgetting_started.rst59 ``CBOR_BUFFER_GROWTH`` Factor for buffer growth & shrinking ``2`` …
/freebsd/contrib/llvm-project/lld/docs/
H A DWebAssembly.rst140 Set maximum size of the linear memory to its initial size, disallowing memory growth.
/freebsd/contrib/ntp/sntp/
H A Dconfig.h.in818 direction of stack growth for your system; otherwise it will be
822 STACK_DIRECTION = 0 => direction of growth unknown */
/freebsd/crypto/openssl/
H A DNEWS.md57 * Fixed unbounded memory growth with session handling in TLSv1.3
432 * OCSP Status Request extension unbounded memory growth ([CVE-2016-6304])
550 * OCSP Status Request extension unbounded memory growth ([CVE-2016-6304])
651 * OCSP Status Request extension unbounded memory growth ([CVE-2016-6304])
H A DCHANGES.md137 unbounded memory growth when processing TLSv1.3 sessions. An attacker may
138 exploit certain server configurations to trigger unbounded memory growth that
401 unlimited growth.
4036 * OCSP Status Request extension unbounded memory growth
4041 memory growth on the server. This will eventually lead to a Denial Of
5724 * OCSP Status Request extension unbounded memory growth
5729 memory growth on the server. This will eventually lead to a Denial Of
6925 * OCSP Status Request extension unbounded memory growth
6930 memory growth on the server. This will eventually lead to a Denial Of
/freebsd/contrib/ntp/
H A Dconfig.h.in1580 direction of stack growth for your system; otherwise it will be
1584 STACK_DIRECTION = 0 => direction of growth unknown */
H A DCommitLog[all...]
/freebsd/contrib/googletest/docs/
H A Dfaq.md90 Finally, with the growth of the gMock matcher library, we are encouraging people
/freebsd/contrib/jemalloc/
H A DChangeLog1254 growth-triggered heap profile dumps.
1265 interval- and growth-triggered heap profiles.
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td1005 HelpText<"Limit the incremental LTO cache growth to <percent> of free disk, space">,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td1512 These limits can be helpful in limiting code growth through included files.
H A DAttrDocs.td622 unbounded stack growth if it is part of a recursive cycle in the call graph.
627 unbounded stack growth.
/freebsd/contrib/expat/
H A DChanges193 #771 #788 Improve buffer growth in XML_GetBuffer and XML_Parse
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc1662 any limit, use an argument of zero. The growth limit can be changed
1666 * If there is no growth limit, there is no final position of the
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in1942 … as a result of changes in query, update, and report traffic and natural growth in the types of st…
7571 …c; automatic indexing; automatic search and; clustered files; collection growth; dynamic document;…
8562 …rogram execution. This paper examines the practical implications of this growth within a virtual m…
10631 …ire development just as it troubles a human player. Standard exponential growth is curbed to a lar…
20163 …s suggests an alternative model of budget growth and a separation between models of budgeting grow…
24841 …decade there has been a significant growth in the use of computer technology by U. S. police depar…
/freebsd/contrib/unbound/doc/
H A DChangelog8310 - Fix for request list growth, if a server has long timeout but the
11391 not show lame cache growth as a leakage growth.
/freebsd/share/dict/
H A Dweb2a26367 growth form
26368 growth hormone
44874 quasi growth
51111 second-growth
/freebsd/contrib/sqlite3/
H A Dsqlite3.c212580 RtreeDValue growth;
212585 growth = cellArea(pRtree, &cell)-area;
212587 || growth<fMinGrowth
212588 || (growth==fMinGrowth && area<fMinArea)
212590 fMinGrowth = growth;
/freebsd/contrib/ncurses/
H A DNEWS13621 + Enhance form/frm_driver.c: Allow growth of dynamic fields also on
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt8604 node and an ACPI operand object. However, this is the first growth of the

12