Searched refs:neg (Results 1 - 25 of 211) sorted by relevance

123456789

/freebsd-11-stable/contrib/gcc/config/
H A Ddivmod.c6 int neg = 0; local
12 neg = !neg;
18 neg = !neg;
23 if (neg)
32 int neg = 0; local
38 neg = 1;
46 if (neg)
/freebsd-11-stable/lib/libc/quad/
H A Dmoddi3.c53 int neg; local
56 ua = -(u_quad_t)a, neg = 1;
58 ua = a, neg = 0;
64 return (neg ? -ur : ur);
H A Dfloatdisf.c51 int neg; local
57 u.q = -x, neg = 1; local
59 u.q = x, neg = 0; local
73 return (neg ? -f : f);
H A Dfloatdidf.c51 int neg; local
57 u.q = -x, neg = 1; local
59 u.q = x, neg = 0; local
71 return (neg ? -d : d);
H A Ddivdi3.c51 int neg; local
54 ua = -(u_quad_t)a, neg = 1;
56 ua = a, neg = 0;
58 ub = -(u_quad_t)b, neg ^= 1;
62 return (neg ? -uq : uq);
/freebsd-11-stable/sys/libkern/
H A Dmoddi3.c50 int neg; local
53 ua = -(u_quad_t)a, neg = 1;
55 ua = a, neg = 0;
61 return (neg ? -ur : ur);
H A Ddivdi3.c48 int neg; local
51 ua = -(u_quad_t)a, neg = 1;
53 ua = a, neg = 0;
55 ub = -(u_quad_t)b, neg ^= 1;
59 return (neg ? -uq : uq);
H A Dstrtoq.c54 int neg, any, cutlim; local
66 neg = 1;
69 neg = 0;
92 * either 7 (neg==0) or 8 (neg==1), meaning that if we have
101 cutoff = neg ? (u_quad_t)-(QUAD_MIN + QUAD_MAX) + QUAD_MAX : QUAD_MAX;
124 acc = neg ? QUAD_MIN : QUAD_MAX;
125 } else if (neg)
H A Dstrtol.c59 int neg = 0, any, cutlim; local
70 neg = 1;
93 * 7 (neg==0) or 8 (neg==1), meaning that if we have accumulated
100 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX;
123 acc = neg ? LONG_MIN : LONG_MAX;
124 } else if (neg)
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.aggpack.d27 @neg = lquantize(-10, -10, 20, 1, -1);
28 @neg = lquantize(-5, -10, 20, 1, 1);
29 @neg = lquantize(0, -10, 20, 1, 1);
50 printa(@neg);
52 printa(@neg);
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dt_pkey.c69 const char *neg; local
73 neg = (BN_is_negative(num)) ? "-" : "";
83 if (BIO_printf(bp, "%s %s%lu (%s0x%lx)\n", number, neg,
84 (unsigned long)num->d[0], neg,
91 (neg[0] == '-') ? " (Negative)" : "") <= 0)
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_mpi.c86 if (a->neg)
94 int neg = 0; local
113 a->neg = 0;
119 neg = 1;
122 a->neg = neg;
123 if (neg) {
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_neg.h83 /** number of times neg cache records were used to generate NOERROR
86 /** number of times neg cache records were used to generate NXDOMAIN
176 * @return neg cache, empty or NULL on failure.
182 * @param neg: negative cache
185 size_t val_neg_get_mem(struct val_neg_cache* neg);
189 * @param neg: negative cache.
191 void neg_cache_delete(struct val_neg_cache* neg);
194 * Comparison function for rbtree val neg data elements
199 * Comparison function for rbtree val neg zone elements
205 * @param neg
[all...]
H A Dval_neg.c88 struct val_neg_cache* neg = (struct val_neg_cache*)calloc(1, local
89 sizeof(*neg));
90 if(!neg) {
91 log_err("Could not create neg cache: out of memory");
94 neg->nsec3_max_iter = maxiter;
95 neg->max = 1024*1024; /* 1 M is thousands of entries */
96 if(cfg) neg->max = cfg->neg_cache_size;
97 rbtree_init(&neg->tree, &val_neg_zone_compare);
98 lock_basic_init(&neg->lock);
99 lock_protect(&neg
103 val_neg_get_mem(struct val_neg_cache* neg) argument
133 neg_cache_delete(struct val_neg_cache* neg) argument
147 neg_lru_front(struct val_neg_cache* neg, struct val_neg_data* data) argument
163 neg_lru_remove(struct val_neg_cache* neg, struct val_neg_data* data) argument
179 neg_lru_touch(struct val_neg_cache* neg, struct val_neg_data* data) argument
197 neg_delete_zone(struct val_neg_cache* neg, struct val_neg_zone* z) argument
226 neg_delete_data(struct val_neg_cache* neg, struct val_neg_data* el) argument
272 neg_make_space(struct val_neg_cache* neg, size_t need) argument
280 neg_find_zone(struct val_neg_cache* neg, uint8_t* nm, size_t len, uint16_t dclass) argument
370 neg_closest_zone_parent(struct val_neg_cache* neg, uint8_t* nm, size_t nm_len, int labs, uint16_t qclass) argument
530 neg_create_zone(struct val_neg_cache* neg, uint8_t* nm, size_t nm_len, uint16_t dclass) argument
673 wipeout(struct val_neg_cache* neg, struct val_neg_zone* zone, struct val_neg_data* el, struct ub_packed_rrset_key* nsec) argument
748 neg_insert_data(struct val_neg_cache* neg, struct val_neg_zone* zone, struct ub_packed_rrset_key* nsec) argument
878 val_neg_addreply(struct val_neg_cache* neg, struct reply_info* rep) argument
968 val_neg_addreferral(struct val_neg_cache* neg, struct reply_info* rep, uint8_t* zone_name) argument
1377 val_neg_getmsg(struct val_neg_cache* neg, struct query_info* qinfo, struct regional* region, struct rrset_cache* rrset_cache, sldns_buffer* buf, time_t now, int addsoa, uint8_t* topname, struct config_file* cfg) argument
[all...]
/freebsd-11-stable/contrib/ntp/libntp/
H A Ddofptoa.c129 int neg; local
131 neg = (fpv < 0);
132 if (neg) {
138 return dofptoa(plusfp, (neg?'-':0), ndec, FALSE);
149 int neg; local
151 neg = (fpv < 0);
152 if (neg) {
158 return dofptoa(plusfp, (neg?'-':0), ndec, TRUE);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dstrtoll.c55 int neg, any, cutlim; local
67 neg = 1;
70 neg = 0;
93 * either 7 (neg==0) or 8 (neg==1), meaning that if we have
101 cutoff = neg ? LLONG_MIN : LLONG_MAX;
104 if (neg) {
122 if (neg) {
/freebsd-11-stable/sys/netgraph/
H A Dng_pppoe.c260 negp neg; /* used when negotiating */ member in struct:sess_con
367 KASSERT(sp->neg != NULL, ("%s: no neg", __func__));
368 sp->neg->numtags = 0;
374 negp neg = sp->neg; local
377 KASSERT(neg != NULL, ("%s: no neg", __func__));
378 if ((i = neg->numtags++) < NUMTAGS) {
379 neg
447 negp neg = sp->neg; local
508 negp neg = sp->neg; local
772 negp neg = NULL; local
1260 negp neg = sp->neg; local
1458 negp neg = sp->neg; local
1562 negp neg = NULL; local
2099 negp neg = sp->neg; local
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dstrtol.c94 register int neg = 0, any, cutlim; local
105 neg = 1;
128 * 7 (neg==0) or 8 (neg==1), meaning that if we have accumulated
135 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX;
156 acc = neg ? LONG_MIN : LONG_MAX;
158 } else if (neg)
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dstrtol.c94 register int neg = 0, any, cutlim; local
105 neg = 1;
128 * 7 (neg==0) or 8 (neg==1), meaning that if we have accumulated
135 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX;
156 acc = neg ? LONG_MIN : LONG_MAX;
158 } else if (neg)
/freebsd-11-stable/lib/libc/stdlib/
H A Dstrtoimax.c61 int neg, any, cutlim; local
74 neg = 1;
77 neg = 0;
106 * either 7 (neg==0) or 8 (neg==1), meaning that if we have
114 cutoff = neg ? (uintmax_t)-(INTMAX_MIN + INTMAX_MAX) + INTMAX_MAX
138 acc = neg ? INTMAX_MIN : INTMAX_MAX;
143 } else if (neg)
H A Dstrtoll.c61 int neg, any, cutlim; local
74 neg = 1;
77 neg = 0;
106 * either 7 (neg==0) or 8 (neg==1), meaning that if we have
114 cutoff = neg ? (unsigned long long)-(LLONG_MIN + LLONG_MAX) + LLONG_MAX
138 acc = neg ? LLONG_MIN : LLONG_MAX;
143 } else if (neg)
H A Dstrtol.c61 int neg, any, cutlim; local
74 neg = 1;
77 neg = 0;
106 * 7 (neg==0) or 8 (neg==1), meaning that if we have accumulated
113 cutoff = neg ? (unsigned long)-(LONG_MIN + LONG_MAX) + LONG_MAX
137 acc = neg ? LONG_MIN : LONG_MAX;
142 } else if (neg)
/freebsd-11-stable/lib/libc/iconv/
H A D_strtol.h52 int any, cutlim, i, neg; local
77 neg = 1;
80 neg = 0;
103 * 7 (neg==0) or 8 (neg==1), meaning that if we have accumulated
110 cutoff = (neg ? __INT_MIN : __INT_MAX);
113 if (neg) {
131 if (neg) {
/freebsd-11-stable/lib/libc/locale/
H A Dwcstol.c56 int neg, any, cutlim; local
67 neg = 1;
70 neg = 0;
86 cutoff = neg ? (unsigned long)-(LONG_MIN + LONG_MAX) + LONG_MAX
115 acc = neg ? LONG_MIN : LONG_MAX;
120 } else if (neg)
H A Dwcstoll.c62 int neg, any, cutlim; local
73 neg = 1;
76 neg = 0;
92 cutoff = neg ? (unsigned long long)-(LLONG_MIN + LLONG_MAX) + LLONG_MAX
121 acc = neg ? LLONG_MIN : LLONG_MAX;
126 } else if (neg)

Completed in 147 milliseconds

123456789