HomeSort by: relevance | last modified time | path
    Searched defs:increase (Results 1 - 6 of 6) sorted by relevancy

  /src/games/phantasia/
phantstruct.h 117 double increase; /* increment per level */ member in struct:charstats::__anon108
  /src/sys/netinet/
sctp_indata.c 3302 int32_t increase; member in struct:sctp_hs_raise_drop
3413 incr = ((sctp_cwnd_adjust[indx].increase) << 10);
3747 * thisSackHighestGap will increase while handling NEW segments
3965 * Do we need to increase
  /src/usr.bin/diff3/
diff3.c 159 static void increase(void);
215 increase();
796 increase(void) function
976 increase();
  /src/external/gpl3/binutils/dist/libctf/
ctf-open.c 434 ssize_t increase = 0, size, increment, v2increment, vbytes, v2bytes; local
468 increase += v2increment - increment; /* May be negative. */
469 increase += v2bytes - vbytes;
477 if ((ctf_base = malloc (fp->ctf_size + increase)) == NULL)
484 memcpy (ctf_base + cth->cth_stroff + increase,
488 + increase);
490 cth->cth_stroff += increase;
491 fp->ctf_size += increase;
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-open.c 434 ssize_t increase = 0, size, increment, v2increment, vbytes, v2bytes; local
468 increase += v2increment - increment; /* May be negative. */
469 increase += v2bytes - vbytes;
477 if ((ctf_base = malloc (fp->ctf_size + increase)) == NULL)
484 memcpy (ctf_base + cth->cth_stroff + increase,
488 + increase);
490 cth->cth_stroff += increase;
491 fp->ctf_size += increase;
  /src/external/gpl2/gettext/dist/gettext-tools/misc/
po-mode.el 1149 (defun po-increase-type-counter ()
1150 "Increase the counter corresponding to the nature of the current entry.
1603 (po-increase-type-counter)))
1839 (po-increase-type-counter)
1871 (po-increase-type-counter))
1888 (po-increase-type-counter)))
2174 (po-increase-type-counter)))))

Completed in 35 milliseconds