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

1234567

/freebsd-10.0-release/contrib/ntp/libntp/
H A Dfptoa.c14 int neg; local
18 neg = 1;
21 neg = 0;
24 return dofptoa(plusfp, neg, ndec, 0);
H A Dfptoms.c13 int neg; local
17 neg = 1;
20 neg = 0;
23 return dofptoa(plusfp, neg, ndec, 1);
/freebsd-10.0-release/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-10.0-release/lib/libc/quad/
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 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 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 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-10.0-release/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-10.0-release/crypto/openssl/crypto/asn1/
H A Dt_pkey.c69 const char *neg; local
72 neg = (BN_is_negative(num))?"-":"";
84 if (BIO_printf(bp,"%s %s%lu (%s0x%lx)\n",number,neg,
85 (unsigned long)num->d[0],neg,(unsigned long)num->d[0])
92 (neg[0] == '-')?" (Negative)":"") <= 0)
/freebsd-10.0-release/contrib/unbound/validator/
H A Dval_neg.h169 * @return neg cache, empty or NULL on failure.
175 * @param neg: negative cache
178 size_t val_neg_get_mem(struct val_neg_cache* neg);
182 * @param neg: negative cache.
184 void neg_cache_delete(struct val_neg_cache* neg);
187 * Comparison function for rbtree val neg data elements
192 * Comparison function for rbtree val neg zone elements
198 * @param neg: negative cache
202 void val_neg_addreply(struct val_neg_cache* neg, struct reply_info* rep);
206 * @param neg
[all...]
H A Dval_neg.c86 struct val_neg_cache* neg = (struct val_neg_cache*)calloc(1, local
87 sizeof(*neg));
88 if(!neg) {
89 log_err("Could not create neg cache: out of memory");
92 neg->nsec3_max_iter = maxiter;
93 neg->max = 1024*1024; /* 1 M is thousands of entries */
94 if(cfg) neg->max = cfg->neg_cache_size;
95 rbtree_init(&neg->tree, &val_neg_zone_compare);
96 lock_basic_init(&neg->lock);
97 lock_protect(&neg
101 val_neg_get_mem(struct val_neg_cache* neg) argument
131 neg_cache_delete(struct val_neg_cache* neg) argument
145 neg_lru_front(struct val_neg_cache* neg, struct val_neg_data* data) argument
161 neg_lru_remove(struct val_neg_cache* neg, struct val_neg_data* data) argument
177 neg_lru_touch(struct val_neg_cache* neg, struct val_neg_data* data) argument
195 neg_delete_zone(struct val_neg_cache* neg, struct val_neg_zone* z) argument
224 neg_delete_data(struct val_neg_cache* neg, struct val_neg_data* el) argument
269 neg_make_space(struct val_neg_cache* neg, size_t need) argument
277 neg_find_zone(struct val_neg_cache* neg, uint8_t* nm, size_t len, uint16_t dclass) argument
367 neg_closest_zone_parent(struct val_neg_cache* neg, uint8_t* nm, size_t nm_len, int labs, uint16_t qclass) argument
527 neg_create_zone(struct val_neg_cache* neg, uint8_t* nm, size_t nm_len, uint16_t dclass) argument
670 wipeout(struct val_neg_cache* neg, struct val_neg_zone* zone, struct val_neg_data* el, struct ub_packed_rrset_key* nsec) argument
745 neg_insert_data(struct val_neg_cache* neg, struct val_neg_zone* zone, struct ub_packed_rrset_key* nsec) argument
839 val_neg_addreply(struct val_neg_cache* neg, struct reply_info* rep) argument
919 val_neg_dlvlookup(struct val_neg_cache* neg, uint8_t* qname, size_t len, uint16_t qclass, struct rrset_cache* rrset_cache, uint32_t now) argument
1047 val_neg_addreferral(struct val_neg_cache* neg, struct reply_info* rep, uint8_t* zone_name) argument
1389 val_neg_getmsg(struct val_neg_cache* neg, struct query_info* qinfo, struct regional* region, struct rrset_cache* rrset_cache, ldns_buffer* buf, uint32_t now, int addsoa, uint8_t* topname) argument
[all...]
/freebsd-10.0-release/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-10.0-release/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-10.0-release/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-10.0-release/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-10.0-release/lib/libstand/
H A Dstrtol.c56 int neg = 0, any, cutlim; local
72 neg = 1;
95 * 7 (neg==0) or 8 (neg==1), meaning that if we have accumulated
102 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX;
125 acc = neg ? LONG_MIN : LONG_MAX;
127 } else if (neg)
/freebsd-10.0-release/sys/netgraph/
H A Dng_pppoe.c237 negp neg; /* used when negotiating */ member in struct:sess_con
343 KASSERT(sp->neg != NULL, ("%s: no neg", __func__));
344 sp->neg->numtags = 0;
350 negp neg = sp->neg; local
353 KASSERT(neg != NULL, ("%s: no neg", __func__));
354 if ((i = neg->numtags++) < NUMTAGS) {
355 neg
423 negp neg = sp->neg; local
484 negp neg = sp->neg; local
723 negp neg = NULL; local
1048 negp neg = sp->neg; local
1183 negp neg = sp->neg; local
1286 negp neg = NULL; local
1811 negp neg = sp->neg; local
[all...]
/freebsd-10.0-release/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-10.0-release/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)
/freebsd-10.0-release/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 Dstrtol.c62 int neg, any, cutlim; local
75 neg = 1;
78 neg = 0;
107 * 7 (neg==0) or 8 (neg==1), meaning that if we have accumulated
114 cutoff = neg ? (unsigned long)-(LONG_MIN + LONG_MAX) + LONG_MAX
138 acc = neg ? LONG_MIN : LONG_MAX;
143 } else if (neg)

Completed in 278 milliseconds

1234567