Searched refs:shrink (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_dup.c575 int32_t shrink; local
597 shrink =
600 if (shrink != 0) {
603 memmove(src + shrink, src, pagep->inp[ndx] - HOFFSET(pagep));
604 HOFFSET(pagep) += shrink;
608 pagep->inp[i] += shrink;
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmalloc.c701 * shrink(oldblk, oldsize, newsize)
708 shrink(Dblk oldblk, uint oldsize, uint newsize) function
830 return(shrink(oldblk, oldsize, newsize));
885 return(shrink(oldblk, oldsize, newsize));
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1925 % shrink), and it is reasonable to expect all typewriter fonts to have
3469 % sufficient for this purpose, as it ignores stretch and shrink parts
3618 % No shrink because it confuses \balancecolumns.
6948 % interword stretch (and shrink), and it is reasonable to expect all

Completed in 73 milliseconds