Searched refs:neg (Results 76 - 100 of 173) sorted by relevance

1234567

/freebsd-9.3-release/contrib/ntp/include/
H A Dtimevalops.h385 int neg; local
387 neg = L_ISNEG(&x);
389 if (neg) {
394 if (neg) {
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dt_req.c95 const char *neg; local
119 neg = (ri->version->type == V_ASN1_NEG_INTEGER) ? "-" : "";
125 if (BIO_printf(bp, "%8sVersion: %s%lu (%s0x%lx)\n", "", neg, l, neg,
H A Dt_x509.c114 const char *neg; local
147 neg = "-";
149 neg = "";
150 if (BIO_printf(bp, " %s%lu (%s0x%lx)\n", neg, l, neg, l) <= 0)
153 neg = (bs->type == V_ASN1_NEG_INTEGER) ? " (Negative)" : "";
154 if (BIO_printf(bp, "\n%12s%s", "", neg) <= 0)
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_sqrt.c145 q->neg = 0;
189 q->neg = 0;
221 q->neg = 0;
235 if (!(p->neg ? BN_add : BN_sub) (y, y, p))
H A Dbn_sqr.c81 r->neg = 0;
137 rr->neg = 0;
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/in_1/
H A Dapl_42.c34 isc_boolean_t neg; local
54 neg = ISC_TF(*cp == '!');
55 if (neg)
98 RETERR(uint8_tobuffer(len | ((neg) ? 0x80 : 0), target));
117 isc_boolean_t neg; local
139 neg = ISC_TF((*sr.base & 0x80) != 0);
143 neg ? "!" : "", afi);
/freebsd-9.3-release/lib/libstand/
H A Dprintf.c161 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
188 qflag = 0; lflag = 0; ladjust = 0; sharpflag = 0; neg = 0;
408 neg = 1;
419 if (neg)
429 if (neg)
/freebsd-9.3-release/libexec/rtld-elf/
H A Drtld_printf.c130 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
153 qflag = 0; lflag = 0; ladjust = 0; sharpflag = 0; neg = 0;
373 neg = 1;
384 if (neg)
394 if (neg)
/freebsd-9.3-release/lib/libugidfw/
H A Dugidfw.c612 int current, neg, nextnot; local
622 neg = 0;
646 neg ^= MBS_UID_DEFINED;
664 neg ^= MBS_GID_DEFINED;
686 neg ^= MBS_PRISON_DEFINED;
707 subject->mbs_neg = MBS_ALL_FLAGS ^ neg;
709 subject->mbs_neg = neg;
790 int current, neg, nextnot; local
799 neg = 0;
823 neg
[all...]
/freebsd-9.3-release/contrib/compiler-rt/lib/sparc64/
H A Ddivmod.m4100 neg divisor
103 neg dividend
122 neg divisor
125 neg dividend
240 ` neg %o2,%o2 ! Q <- -Q
241 ',` neg %o3,%o3 ! R <- -R
/freebsd-9.3-release/contrib/less/
H A Doption.c634 register int neg; local
637 neg = FALSE;
640 neg = TRUE;
652 if (neg)
H A Doutput.c399 int neg = (num < 0); \
402 if (neg) num = -num; \
407 if (neg) *--s = '-'; \
/freebsd-9.3-release/crypto/openssh/
H A Daddrmatch.c382 u_int masklen, neg; local
392 neg = *cp == '!';
393 if (neg)
410 if (neg) {
H A Dbufbn.c160 if (value->neg) {
/freebsd-9.3-release/lib/libc/mips/gen/
H A Dldexp.S178 neg.d $f0, $f0 # negate result
197 neg.d $f0, $f0 # negate result
204 neg.d $f0, $f0 # negate result
212 neg.d $f0, $f0 # result is negative infinity
/freebsd-9.3-release/usr.sbin/ppp/
H A Dipcp.h52 unsigned neg : 2; /* VJ negotiation */ member in struct:ipcp::__anon11019::__anon11020
H A Dccp.h82 unsigned neg[CCP_NEG_TOTAL]; member in struct:ccp_config
125 int Neg; /* ccp_config neg array item */
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Drdataset.h82 dns_rdataset_t *neg,
88 dns_rdataset_t *neg,
501 dns_rdataset_t *neg, dns_rdataset_t *negsig);
508 *\li 'neg' and 'negsig' to be valid and not associated.
/freebsd-9.3-release/sys/cddl/dev/dtrace/
H A Ddtrace_debug.c237 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
260 qflag = 0; lflag = 0; ladjust = 0; sharpflag = 0; neg = 0;
480 neg = 1;
490 if (neg)
497 if (neg)
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_optimize.c175 PF_RULE_FIELD(src.neg, NOMERGE),
176 PF_RULE_FIELD(dst.neg, NOMERGE),
1072 if (a->dst.neg != b->dst.neg ||
1144 if (a->src.neg != b->src.neg ||
1370 if (a->neg != b->neg)
1385 if (a->neg != b->neg ||
[all...]
/freebsd-9.3-release/sys/dev/aic/
H A Daic.c613 struct ccb_trans_settings neg; local
614 struct ccb_trans_settings_spi *spi = &neg.xport_specific.spi;
700 memset(&neg, 0, sizeof (neg));
701 neg.protocol = PROTO_SCSI;
702 neg.protocol_version = SCSI_REV_2;
703 neg.transport = XPORT_SPI;
704 neg.transport_version = 2;
710 xpt_setup_ccb(&neg.ccb_h, ccb_h->path, 1);
711 xpt_async(AC_TRANSFER_NEG, ccb_h->path, &neg);
[all...]
/freebsd-9.3-release/contrib/amd/libamu/
H A Dxutil.c582 int neg; local
594 neg = 1;
597 neg = 0;
616 neg = !neg;
618 if (neg)
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dpeerkey_auth.c31 struct wpa_stsl_negotiation *neg = timeout_ctx;
118 /* FIX: wpa_stsl_remove(wpa_auth, neg); */
293 /* FIX: wpa_stsl_remove(wpa_auth, neg); */
375 struct wpa_stsl_negotiation *neg)
384 if (pos == neg) {
374 wpa_stsl_remove(struct wpa_authenticator *wpa_auth, struct wpa_stsl_negotiation *neg) argument
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dsrconv.c613 dps.neg = 0x1001;
699 dbt.neg = 0x1001;
710 dpt.neg = 0x1001;
723 dfp.neg = 0x1001;
751 dbt.neg = 0x1001;
754 dds.neg = 0x1001;
782 dbt.neg = 0x1001;
803 dar.neg = 0x1001;
832 dbt.neg = 0x1001;
836 den.neg
[all...]
/freebsd-9.3-release/sys/sparc64/include/
H A Dcpufunc.h254 int neg;
258 " neg %3, %1 ; "
262 : "=r" (result), "=r" (neg), "=r" (tmp) : "r" (mask));

Completed in 304 milliseconds

1234567