Home
last modified time | relevance | path

Searched refs:shrinks (Results 1 – 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
HDreloc16.c148 unsigned *shrinks; local
199 shrinks = (unsigned *) bfd_zmalloc (amt);
215 shrinks[i], link_info);
219 if (shrink != shrinks[i])
223 shrinks[j] += shrink - shrinks[i];
229 shrink = shrinks[reloc_count];
230 free ((char *) shrinks);
HDChangeLog-98995092 * reloc16.c (bfd_coff_reloc16_relax_section): Change shrinks to
HDChangeLog-96974181 * reloc16.c (bfd_coff_reloc16_relax_section): Only "shrinks"
HDChangeLog-00018940 of shrinks properly, including the last reloc.
/freebsd-11-stable/contrib/netbsd-tests/fs/puffs/h_dtfs/
HDdtfs_subr.c242 int needalloc, shrinks; in dtfs_setsize() local
246 shrinks = newsize < pn->pn_va.va_size; in dtfs_setsize()
248 if (needalloc || shrinks) { in dtfs_setsize()
251 if (shrinks) in dtfs_setsize()
261 if (!shrinks) { in dtfs_setsize()
273 if (!shrinks) { in dtfs_setsize()
/freebsd-11-stable/contrib/libstdc++/include/tr1/
Dhashtable110 // shrinks. Should we allow _RehashPolicy to change that?
/freebsd-11-stable/contrib/ncurses/include/
HDCaps.uwin150 # into history and GNU termcap's application base shrinks towards being GNU
HDCaps.aix4150 # into history and GNU termcap's application base shrinks towards being GNU
HDCaps.osf1r5150 # into history and GNU termcap's application base shrinks towards being GNU
HDCaps150 # into history and GNU termcap's application base shrinks towards being GNU
HDCaps.keys152 # into history and GNU termcap's application base shrinks towards being GNU
HDCaps.hpux11150 # into history and GNU termcap's application base shrinks towards being GNU
/freebsd-11-stable/contrib/tzdata/
HDNEWS381 for example, changing from fat to slim shrinks the Europe/London
406 tzdata.zi now assumes zic 2017c or later. This shrinks tzdata.zi
659 This reverts a change introduced in 2013d and shrinks most TZif
/freebsd-11-stable/usr.bin/fortune/datfiles/
HDmurphy1878 The time available to go fishing shrinks as the fishing
/freebsd-11-stable/contrib/ntp/ntpd/
HDntp.conf.def2032 the expanding ring shrinks to the minimum and increments
HDinvoke-ntp.conf.texi1957 the expanding ring shrinks to the minimum and increments
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
HDalgorithm4492 … // shrink [__first, __middle) as much as possible (with no moves), returning if it shrinks to 0