/freebsd/sys/conf/ |
H A D | kmod.mk | 139 CFLAGS.gcc+= --param inline-unit-growth=100 140 CFLAGS.gcc+= --param large-function-growth=1000
|
H A D | kern.pre.mk | 78 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 D | NOTES | 751 # logging. You can monitor CWND growth, flight size
|
/freebsd/contrib/ncurses/form/ |
H A D | frm_driver.c | 666 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 D | CMakeLists.txt | 33 set(CBOR_BUFFER_GROWTH "2" CACHE STRING "Factor for buffer growth & shrinking")
|
/freebsd/contrib/libcbor/doc/source/ |
H A D | getting_started.rst | 59 ``CBOR_BUFFER_GROWTH`` Factor for buffer growth & shrinking ``2`` …
|
/freebsd/contrib/llvm-project/lld/docs/ |
H A D | WebAssembly.rst | 140 Set maximum size of the linear memory to its initial size, disallowing memory growth.
|
/freebsd/contrib/ntp/sntp/ |
H A D | config.h.in | 818 direction of stack growth for your system; otherwise it will be 822 STACK_DIRECTION = 0 => direction of growth unknown */
|
/freebsd/crypto/openssl/ |
H A D | NEWS.md | 57 * 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 D | CHANGES.md | 137 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 D | config.h.in | 1580 direction of stack growth for your system; otherwise it will be 1584 STACK_DIRECTION = 0 => direction of growth unknown */
|
H A D | CommitLog | [all...] |
/freebsd/contrib/googletest/docs/ |
H A D | faq.md | 90 Finally, with the growth of the gMock matcher library, we are encouraging people
|
/freebsd/contrib/jemalloc/ |
H A D | ChangeLog | 1254 growth-triggered heap profile dumps. 1265 interval- and growth-triggered heap profiles.
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Options.td | 1005 HelpText<"Limit the incremental LTO cache growth to <percent> of free disk, space">,
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticGroups.td | 1512 These limits can be helpful in limiting code growth through included files.
|
H A D | AttrDocs.td | 622 unbounded stack growth if it is part of a recursive cycle in the call graph. 627 unbounded stack growth.
|
/freebsd/contrib/expat/ |
H A D | Changes | 193 #771 #788 Improve buffer growth in XML_GetBuffer and XML_Parse
|
/freebsd/contrib/ncurses/doc/ |
H A D | ncurses-intro.doc | 1662 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 D | funstack.in | 1942 … 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 D | Changelog | 8310 - 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 D | web2a | 26367 growth form 26368 growth hormone 44874 quasi growth 51111 second-growth
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 212580 RtreeDValue growth; 212585 growth = cellArea(pRtree, &cell)-area; 212587 || growth<fMinGrowth 212588 || (growth==fMinGrowth && area<fMinArea) 212590 fMinGrowth = growth;
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 13621 + Enhance form/frm_driver.c: Allow growth of dynamic fields also on
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 8604 node and an ACPI operand object. However, this is the first growth of the
|