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

1234567891011

/macosx-10.10/ntp-92/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);
/macosx-10.10/dtrace-147/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);
/macosx-10.10/OpenSSL098-52/src/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)
H A Dbn_add.c67 int a_neg = a->neg, ret;
77 if (a_neg ^ b->neg)
88 r->neg=1;
93 r->neg=0;
99 r->neg = a_neg;
160 r->neg = 0;
258 r->neg=0;
266 int add=0,neg=0; local
277 if (a->neg)
279 if (b->neg)
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_mpi.c104 if (a->neg)
112 int neg=0; local
131 a->neg=0;
137 neg=1;
140 a->neg=neg;
141 if (neg)
H A Dbn_add.c94 if (a->neg ^ b->neg)
97 if (a->neg)
105 r->neg=1;
110 r->neg=0;
115 if (a->neg) /* both are neg */
116 r->neg=1;
118 r->neg=0;
279 int add=0,neg local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn_mp_fread.c21 int err, ch, neg, y; local
29 neg = MP_NEG;
32 neg = MP_ZPOS;
57 a->sign = neg;
H A Dbn_mp_read_radix.c21 int y, res, neg; local
37 neg = MP_NEG;
39 neg = MP_ZPOS;
77 a->sign = neg;
H A Dbn_mp_mul.c21 int res, neg; local
22 neg = (a->sign == b->sign) ? MP_ZPOS : MP_NEG;
59 c->sign = (c->used > 0) ? neg : MP_ZPOS;
/macosx-10.10/tcl-105/tcl/tcl/libtommath/
H A Dbn_mp_read_radix.c21 int y, res, neg; local
37 neg = MP_NEG;
39 neg = MP_ZPOS;
84 a->sign = neg;
H A Dbn_mp_mul.c21 int res, neg; local
22 neg = (a->sign == b->sign) ? MP_ZPOS : MP_NEG;
59 c->sign = (c->used > 0) ? neg : MP_ZPOS;
/macosx-10.10/apache-793/httpd/modules/mappers/
H A Dmod_negotiation.c610 static void parse_negotiate_header(request_rec *r, negotiation_state *neg) argument
624 neg->ua_supports_trans = 0;
625 neg->send_alternates = 0;
626 neg->may_choose = 1;
627 neg->use_rvsa = 0;
628 neg->dont_fiddle_headers = 0;
647 neg->may_choose = 0; /* An empty Negotiate would require 300 response */
649 while ((tok = ap_get_list_item(neg->pool, &negotiate)) != NULL) {
658 neg->ua_supports_trans = 1;
664 neg
703 maybe_add_default_accepts(negotiation_state *neg, int prefer_scripts) argument
939 read_type_map(apr_file_t **map, negotiation_state *neg, request_rec *rr) argument
1092 read_types_multi(negotiation_state *neg) argument
1487 set_default_lang_quality(negotiation_state *neg) argument
1537 set_language_quality(negotiation_state *neg, var_rec *variant) argument
1743 find_content_length(negotiation_state *neg, var_rec *variant) argument
1772 set_accept_quality(negotiation_state *neg, var_rec *variant) argument
1852 set_charset_quality(negotiation_state *neg, var_rec *variant) argument
1945 set_encoding_quality(negotiation_state *neg, var_rec *variant) argument
2040 is_variant_better_rvsa(negotiation_state *neg, var_rec *variant, var_rec *best, float *p_bestq) argument
2107 is_variant_better(negotiation_state *neg, var_rec *variant, var_rec *best, float *p_bestq) argument
2284 best_match(negotiation_state *neg, var_rec **pbest) argument
2446 set_neg_headers(request_rec *r, negotiation_state *neg, int alg_result) argument
2631 make_variant_list(request_rec *r, negotiation_state *neg) argument
2689 store_variant_list(request_rec *r, negotiation_state *neg) argument
2706 setup_choice_response(request_rec *r, negotiation_state *neg, var_rec *variant) argument
2821 do_negotiation(request_rec *r, negotiation_state *neg, var_rec **bestp, int prefer_scripts) argument
2969 negotiation_state *neg; local
3085 negotiation_state *neg; local
[all...]
/macosx-10.10/BerkeleyDB-21/db/clib/
H A Dstrtol.c60 int neg, any, cutlim; local
72 neg = 1;
75 neg = 0;
101 * 7 (neg==0) or 8 (neg==1), meaning that if we have accumulated
108 cutoff = neg ? (unsigned long)-(LONG_MIN + LONG_MAX) + LONG_MAX
132 acc = neg ? LONG_MIN : LONG_MAX;
137 } else if (neg)
H A Dstrtoul.c60 int neg, any, cutlim; local
70 neg = 1;
73 neg = 0;
116 } else if (neg)
/macosx-10.10/OpenSSH-189/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) {
H A Dstrtoul.c53 int neg, any, cutlim; local
63 neg = 1;
66 neg = 0;
102 if (neg && any > 0)
/macosx-10.10/lukemftp-14/tnftp/libnetbsd/
H A Dstrtoll.c48 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) {
/macosx-10.10/cxxfilt-11/cxxfilt/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)
/macosx-10.10/Libc-1044.1.2/locale/FreeBSD/
H A Dwcstol.c52 int neg, any, cutlim; local
63 neg = 1;
66 neg = 0;
82 cutoff = neg ? (unsigned long)-(LONG_MIN + LONG_MAX) + LONG_MAX
111 acc = neg ? LONG_MIN : LONG_MAX;
116 } else if (neg)
H A Dwcstoll.c58 int neg, any, cutlim; local
69 neg = 1;
72 neg = 0;
88 cutoff = neg ? (unsigned long long)-(LLONG_MIN + LLONG_MAX) + LLONG_MAX
117 acc = neg ? LLONG_MIN : LLONG_MAX;
122 } else if (neg)
/macosx-10.10/Libc-1044.1.2/stdlib/FreeBSD/
H A Dstrtoimax.c57 int neg, any, cutlim; local
70 neg = 1;
73 neg = 0;
102 * either 7 (neg==0) or 8 (neg==1), meaning that if we have
110 cutoff = neg ? (uintmax_t)-(INTMAX_MIN + INTMAX_MAX) + INTMAX_MAX
134 acc = neg ? INTMAX_MIN : INTMAX_MAX;
139 } else if (neg)
H A Dstrtol.c58 int neg, any, cutlim; local
71 neg = 1;
74 neg = 0;
103 * 7 (neg==0) or 8 (neg==1), meaning that if we have accumulated
110 cutoff = neg ? (unsigned long)-(LONG_MIN + LONG_MAX) + LONG_MAX
134 acc = neg ? LONG_MIN : LONG_MAX;
139 } else if (neg)
H A Dstrtoll.c57 int neg, any, cutlim; local
70 neg = 1;
73 neg = 0;
102 * either 7 (neg==0) or 8 (neg==1), meaning that if we have
110 cutoff = neg ? (unsigned long long)-(LLONG_MIN + LLONG_MAX) + LLONG_MAX
134 acc = neg ? LLONG_MIN : LLONG_MAX;
139 } else if (neg)
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOStringFuncs.c133 register int neg = 0, any, cutlim; local
144 neg = 1;
172 * 7 (neg==0) or 8 (neg==1), meaning that if we have accumulated
179 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX;
200 acc = neg ? LONG_MIN : LONG_MAX;
202 } else if (neg)
225 register int neg = 0, any, cutlim; local
234 neg = 1;
273 } else if (neg)
303 register int neg, any, cutlim; local
406 register int neg, any, cutlim; local
[all...]

Completed in 195 milliseconds

1234567891011