Searched refs:sticky (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.0-release/lib/libc/mips/gen/hardfloat/
H A Dfpsetsticky.c23 fpsetsticky(sticky)
24 fp_except sticky;
33 new |= ((sticky & 0x1f) << 2);
/freebsd-10.0-release/contrib/compiler-rt/lib/
H A Dadddf3.c79 // Shift the significands to give us round, guard and sticky, and or in the
86 // Shift the significand of b by the difference in exponents, with a sticky
91 const bool sticky = bSignificand << (typeWidth - align); local
92 bSignificand = bSignificand >> align | sticky;
94 bSignificand = 1; // sticky; b is known to be non-zero.
119 const bool sticky = aSignificand & 1; local
120 aSignificand = aSignificand >> 1 | sticky;
132 const bool sticky = aSignificand << (typeWidth - shift); local
133 aSignificand = aSignificand >> shift | sticky;
137 // Low three bits are round, guard, and sticky
[all...]
H A Daddsf3.c78 // Shift the significands to give us round, guard and sticky, and or in the
85 // Shift the significand of b by the difference in exponents, with a sticky
90 const bool sticky = bSignificand << (typeWidth - align); local
91 bSignificand = bSignificand >> align | sticky;
93 bSignificand = 1; // sticky; b is known to be non-zero.
118 const bool sticky = aSignificand & 1; local
119 aSignificand = aSignificand >> 1 | sticky;
131 const bool sticky = aSignificand << (typeWidth - shift); local
132 aSignificand = aSignificand >> shift | sticky;
136 // Low three bits are round, guard, and sticky
[all...]
H A Dfp_lib.h129 const bool sticky = *lo << (typeWidth - count); local
130 *lo = *hi << (typeWidth - count) | *lo >> count | sticky;
134 const bool sticky = *hi << (2*typeWidth - count) | *lo; local
135 *lo = *hi >> (count - typeWidth) | sticky;
138 const bool sticky = *hi | *lo; local
139 *lo = sticky;
H A Dtruncdfsf2.c147 // Right shift by the denormalization amount with sticky.
151 const bool sticky = significand << (srcBits - shift); local
152 src_rep_t denormalizedSignificand = significand >> shift | sticky;
/freebsd-10.0-release/lib/libc/sparc64/fpu/
H A Dfpu_mul.c69 * sticky |= A & 1, A >>= 1;
96 * part of the loop---setting sticky, shifting A, and not adding---will
108 int sticky; local
150 sticky = a3 = a2 = a1 = a0 = 0;
158 #define SHR1 /* A >>= 1, with sticky */ \
159 sticky |= a3 & 1, a3 = (a3 >> 1) | (a2 << 31), \
162 #define SHR32 /* A >>= 32, with sticky */ \
163 sticky |= a3, a3 = a2, a2 = a1, a1 = a0, a0 = 0
218 x->fp_sticky = sticky;
/freebsd-10.0-release/sys/powerpc/fpu/
H A Dfpu_mul.c70 * sticky |= A & 1, A >>= 1;
97 * part of the loop---setting sticky, shifting A, and not adding---will
108 int sticky; local
163 sticky = a3 = a2 = a1 = a0 = 0;
171 #define SHR1 /* A >>= 1, with sticky */ \
172 sticky |= a3 & 1, a3 = (a3 >> 1) | (a2 << 31), \
175 #define SHR32 /* A >>= 32, with sticky */ \
176 sticky |= a3, a3 = a2, a2 = a1, a1 = a0, a0 = 0
231 x->fp_sticky = sticky;
/freebsd-10.0-release/share/man/man7/
H A DMakefile29 sticky.7 \
/freebsd-10.0-release/contrib/compiler-rt/lib/i386/
H A Dfloatundisf.S62 sticky: .quad 0x0000000000000000 label
67 #define STICKY sticky-0b(%ecx,%eax,8)
/freebsd-10.0-release/tools/sched/
H A Dschedgraph.py241 self.label.grid(row=0, column=0, sticky=E+W)
243 self.list.grid(row=0, column=2, sticky=E+W)
282 self.items.grid(row=0, column=0, sticky=E+W)
284 self.buttons.grid(row=1, column=0, sticky=E+W)
295 item.grid(row=self.irow, column=0, sticky=E+W)
303 self.apply.grid(row=0, column=0, sticky=E+W)
304 self.default.grid(row=0, column=1, sticky=E+W)
335 self.label.grid(row=0, column=0, sticky=E+W)
363 self.iframe.grid(row=0, column=0, sticky=E+W)
367 self.items[0].grid(row=0, column=0, sticky
[all...]
/freebsd-10.0-release/sys/net/
H A Dif_media.c207 int error = 0, sticky; local
334 sticky = error;
342 error = sticky;
/freebsd-10.0-release/contrib/sendmail/src/
H A Dreadcf.c1946 ** sticky -- if set, don't let other setoptions override
2411 setoption(opt, val, safe, sticky, e)
2415 bool sticky;
2539 if (!sticky && bitnset(opt, StickyOpt))
2837 sticky = false;
2896 sticky = false;
2926 inittimeouts(val, sticky);
2928 settimeout(subopt, val, sticky);
2962 settimeout("queuewarn", p, sticky);
2964 settimeout("queuereturn", val, sticky);
[all...]
H A Dmilter.c1551 ** sticky -- if set, don't let other setoptions override
1585 milter_set_option(name, val, sticky)
1588 bool sticky;
1620 if (!sticky && bitnset(mo->mo_code, StickyMilterOpt))
1678 if (sticky)
/freebsd-10.0-release/contrib/gcc/
H A Dreal.c175 unsigned long sticky = 0;
181 sticky |= a->sig[i];
187 sticky |= a->sig[ofs] & (((unsigned long)1 << n) - 1);
204 return sticky != 0;
2327 unsigned long sticky;
2418 followed by one sticky bit, followed by stuff. Fold nonzero
2419 stuff into the sticky bit. */
2421 sticky = 0;
2423 sticky |= r->sig[i];
2424 sticky |
173 unsigned long sticky = 0; local
2322 unsigned long sticky; local
[all...]
/freebsd-10.0-release/sys/netinet6/
H A Dip6_output.c2575 * Set a particular packet option, as a sticky option or an ancillary data
2576 * item. "len" can be 0 only when it's a sticky option.
2577 * We have 4 cases of combination of "sticky" and "cmsg":
2578 * "sticky=0, cmsg=0": impossible
2579 * "sticky=0, cmsg=1": RFC2292 or RFC3542 ancillary data
2580 * "sticky=1, cmsg=0": RFC3542 socket option
2581 * "sticky=1, cmsg=1": RFC2292 socket option
2585 struct ucred *cred, int sticky, int cmsg, int uproto)
2590 if (!sticky && !cmsg) {
2614 if (sticky
2584 ip6_setpktopt(int optname, u_char *buf, int len, struct ip6_pktopts *opt, struct ucred *cred, int sticky, int cmsg, int uproto) argument
[all...]
/freebsd-10.0-release/sys/mips/mips/
H A Dfp.S691 move t8, zero # no shifted bits (sticky reg)
699 li t8, STICKYBIT # set the sticky bit
816 move t8, zero # no shifted bits (sticky reg)
824 li t8, STICKYBIT # set the sticky bit
843 or t8, t8, t9 # save sticky bit
1857 or t8, t8, v0 # include sticky bits
2113 or t8, t8, v0 # include sticky bits
2121 or t8, t8, v0 # include sticky bits
/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dipnat_y.y1070 rr frag age sticky mssclamp rdrproxy nattag purge
1088 sticky: | IPNY_STICKY { if (!(nat->in_flags & IPN_ROUNDR) && label
1091 "'sticky' for use with round-robin/IP splitting only\n");
1287 { "sticky", IPNY_STICKY },
/freebsd-10.0-release/sys/dev/sound/pci/hda/
H A Dhdaa.c2845 uint32_t data, wake, unsol, sticky; local
2854 sticky = hda_command(dev,
2858 (sticky & (1 << i)) ? " sticky" : "",
2871 uint32_t data, dir, enable, wake, unsol, sticky; local
2884 sticky = hda_command(dev,
2894 (sticky & (1 << i)) ? " sticky" : "",
/freebsd-10.0-release/etc/
H A Dnetwork.subr1359 sticky:*) continue ;; # :sticky => not destroy
1361 *:1) continue ;; # global sticky knob == 1

Completed in 191 milliseconds