/osnet-11/usr/src/lib/libc/sparc/fp/ |
H A D | __quad_mag.c | 49 unsigned int round, sticky, carry, rm; local 69 round = sticky = 0; 74 sticky = ly | y->l.frac2 | y->l.frac3 | y->l.frac4; 80 sticky = frac4 | frac3 | (frac2 & 0x7fffffff); 86 sticky = frac4 | (frac3 & 0x7fffffff); 93 sticky = frac4 & 0x7fffffff; 102 sticky |= round | (frac4 & ((1 << (e - 1)) - 1)); 133 sticky |= round; 153 if (round | sticky) { 158 (sticky || (frac 209 unsigned int guard, round, sticky, borrow, rm; local [all...] |
H A D | _Q_qtos.c | 45 unsigned int xm, round, sticky, fsr, rm; local 123 sticky = (u.l & ((1 << e) - 1)) | (x->l.frac2 & 0x1ffffff) | 130 sticky = (x->l.frac2 & 0xffffff) | x->l.frac3 | x->l.frac4; 135 if (round | sticky) { 141 if (rm == FSR_RP || (rm == FSR_RN && round && (sticky ||
|
H A D | _Q_qtod.c | 42 unsigned int xm, round, sticky, fsr, rm; local 127 sticky = (x->l.frac3 & 0xfffffff) | x->l.frac4; 130 sticky |= round | (u.l.lo & 0x7fffffff); 137 sticky |= round | (u.l.lo & ((1 << (e - 1)) - 1)); 147 sticky = (x->l.frac3 & 0x7ffffff) | x->l.frac4; 152 if (round | sticky) { 158 if (rm == FSR_RP || (rm == FSR_RN && round && (sticky ||
|
/osnet-11/usr/src/lib/libc/sparcv9/fp/ |
H A D | __quad_mag64.s | 64 ! unsigned long lx, ly, frac, sticky; 85 ! round = sticky = 0; 88 ! sticky = ly | y->ll.frac; 92 ! sticky = frac & 0x7ffffffffffffffful; 99 ! sticky |= round | (frac & ((1ul << (e - 1)) - 1)); 113 ! sticky |= round; 131 ! if (round | sticky) { 136 ! (sticky || (frac & 1)))) { 208 mov 0,%o7 ! o7 = sticky 357 ! unsigned long lx, ly, frac, sticky; [all...] |
/osnet-11/usr/src/lib/libc/port/fp/ |
H A D | double_decim.c | 68 * significant digits. On exit, *sticky is nonzero if *pb had a 83 int *sticky) 142 /* continue accumulating sticky flag */ 145 *sticky = s; 156 * in *ps. If sticky is nonzero, then additional nonzero digits are 174 __big_decimal_to_string(_big_float *pf, int sticky, decimal_mode *pm, argument 241 sticky |= (s[j++] - '0'); 260 sticky |= (s[j++] - '0'); 271 sticky |= pf->bsignificand[i--]; 283 if (round == '0' && sticky 82 __big_binary_to_big_decimal(_big_float *pb, int nsig, _big_float **ppd, int *sticky) argument 342 int sticky, powten, sigbits, sigdigits, i; local [all...] |
H A D | decimal_bin.c | 40 * significant bits. On exit, *sticky is nonzero if *pd had a 55 int *sticky) 130 /* continue accumulating sticky flag */ 133 *sticky = s; 152 int sticky, powtwo, sigdigits; local 233 __big_decimal_to_big_binary(pbd, sigbits + 2, &pbb, &sticky); 251 /* truncate and set a sticky bit if necessary */ 257 if (sticky | pd->more) 54 __big_decimal_to_big_binary(_big_float *pd, int nsig, _big_float **ppb, int *sticky) argument
|
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | readcf.c | 1946 ** sticky -- if set, don't let other setoptions override 2403 setoption(opt, val, safe, sticky, e) 2407 bool sticky; 2531 if (!sticky && bitnset(opt, StickyOpt)) 2829 sticky = false; 2888 sticky = false; 2918 inittimeouts(val, sticky); 2920 settimeout(subopt, val, sticky); 2954 settimeout("queuewarn", p, sticky); 2956 settimeout("queuereturn", val, sticky); [all...] |
H A D | milter.c | 1542 ** sticky -- if set, don't let other setoptions override 1583 milter_set_option(name, val, sticky) 1586 bool sticky; 1618 if (!sticky && bitnset(mo->mo_code, StickyMilterOpt)) 1701 if (sticky)
|
/osnet-11/usr/src/lib/libntsvcs/common/ |
H A D | srvsvc_svc.c | 2132 * Enumerate sticky shares: all shares except those marked STYPE_SPECIAL. 2153 srvsvc_share_enum(void *arg, ndr_xa_t *mxa, boolean_t sticky) argument 2172 if (sticky) 2279 if ((ns = srvsvc_shareenum_init(&se, user, sticky)) == NULL) { 2426 boolean_t sticky) 2438 se->se_qualifier.seq_mode = (sticky) 2425 srvsvc_shareenum_init(smb_svcenum_t *se, smb_netuserinfo_t *user, boolean_t sticky) argument
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
H A D | Temp.pm | 34 Security. Systems that can not support a test for the sticky bit 107 check, for example, that the sticky bit is set on world writable 427 # If the directory is world writable the sticky bit 634 # it has the sticky bit set 636 # Will not work on systems that do not support sticky bit 688 # Must have sticky bit set 1917 checked to make sure that the sticky bit is set. 1920 for sticky bit.
|
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | magic.c | 2421 sfprintf(mp->tmp, ", sticky");
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | CGI.pm | 5019 called "sticky" fields. The way this works is that if you are 5026 this behavior. You can also selectively change the sticky behavior in 6085 specified by B<-value>, overriding the sticky behavior described 6209 loses its "sticky" behavior and forgets its previous contents. The 6958 hidden field is "sticky". If you want to replace a hidden field with
|