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

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
smoothstep.sh 10 # <variant> is in {smooth, smoother, smoothest}.
28 smoother)
44 smoother() { function
smoothstep.sh 10 # <variant> is in {smooth, smoother, smoothest}.
28 smoother)
44 smoother() { function
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
smoothstep.sh 10 # <variant> is in {smooth, smoother, smoothest}.
28 smoother)
44 smoother() { function
smoothstep.sh 10 # <variant> is in {smooth, smoother, smoothest}.
28 smoother)
44 smoother() { function
  /src/usr.sbin/timed/timed/
correct.c 120 static int smoother = 0; local
141 if (smoother <= 4)
142 smoother++;
143 ndelta = (unsigned long)delta >> smoother;
146 ~((1 << ((sizeof(long) * NBBY) - smoother))
156 } else if (smoother > 0) {
157 smoother--;
164 smoother = 0;
correct.c 120 static int smoother = 0; local
141 if (smoother <= 4)
142 smoother++;
143 ndelta = (unsigned long)delta >> smoother;
146 ~((1 << ((sizeof(long) * NBBY) - smoother))
156 } else if (smoother > 0) {
157 smoother--;
164 smoother = 0;

Completed in 30 milliseconds