Searched refs:negative (Results 1 - 25 of 165) sorted by relevance

1234567

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/util/
H A DPackedInteger.java60 boolean negative;
65 negative = true;
68 negative = false;
85 return negative ? (-value - 119) : (value + 119);
99 boolean negative;
104 negative = true;
107 negative = false;
136 return negative ? (-value - 119) : (value + 119);
198 boolean negative;
201 negative
[all...]
/macosx-10.9.5/uucp-11/uucp/lib/
H A Dstrtol.c56 int negative; local
79 negative = 1;
84 negative = 0;
88 negative = 0;
152 if (i > (negative ?
163 return negative ? LONG_MIN : LONG_MAX;
168 return (negative ? - i : i);
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Dstrtol.c97 int negative; local
123 negative = (*s == '-');
127 negative = 0;
222 && i > (negative
234 return negative ? STRTOL_LONG_MIN : STRTOL_LONG_MAX;
239 return negative ? -i : i;
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_util.c235 int negative; local
250 kidx = vidx = negative = 0;
256 negative = 0;
275 negative = 1;
281 if (!negative)
300 if (negative)
316 if (negative)
360 if (!negative)
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/rdata/in_1/
H A Dapl_42.h25 isc_boolean_t negative; member in struct:dns_rdata_apl_ent
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/strings/
H A Dapr_strings.c298 * Set 'any' if any `digits' consumed; make it negative to indicate
366 int negative; local
368 negative = 1;
372 negative = 0;
379 if (negative) {
390 int negative; local
392 negative = 1;
396 negative = 0;
403 if (negative) {
414 int negative; local
[all...]
/macosx-10.9.5/apr-30/apr/apr/strings/
H A Dapr_strings.c298 * Set 'any' if any `digits' consumed; make it negative to indicate
366 int negative; local
368 negative = 1;
372 negative = 0;
379 if (negative) {
390 int negative; local
392 negative = 1;
396 negative = 0;
403 if (negative) {
414 int negative; local
[all...]
/macosx-10.9.5/groff-38/groff/src/devices/xditview/
H A Dlex.c67 int negative = 0; local
72 negative = 1;
77 if (negative)
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/string/
H A Dstrtoi.h243 int negative; local
271 if ((negative = S2I_valid(s) && (*s == '-')) || S2I_valid(s) && *s == '+')
352 if (ADDOVER(n, c, negative))
376 n = negative ? S2I_min : S2I_max;
410 if (ADDOVER(n, c, negative))
424 if (ADDOVER(n, c, negative))
525 if (ADDOVER(n, v, negative))
603 if (negative)
612 negative = 0;
617 if (negative
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/compat/
H A Dstrtoul.c72 int negative=0;
84 negative = 1;
213 if (negative) {
71 int negative=0; local
/macosx-10.9.5/tcl-102/tcl84/tcl/compat/
H A Dstrtoul.c76 int negative=0;
88 negative = 1;
215 if (negative) {
75 int negative=0; local
H A Dstrtoull.c82 int anyDigits = 0, negative = 0;
99 negative = 1;
224 if (negative) {
81 int anyDigits = 0, negative = 0; local
/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A Dder_cmp.c95 if (p->negative != q->negative)
96 return q->negative - p->negative;
H A Dder_format.c45 data->negative = 0;
50 data->negative = 1;
97 if (data->negative) {
/macosx-10.9.5/OpenSSH-186/osslshim/heimdal-asn1/
H A Dasn1-der_cmp.c116 if (p->negative != q->negative)
117 return q->negative - p->negative;
H A Dasn1-der_format.c71 data->negative = 0;
76 data->negative = 1;
123 if (data->negative) {
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DScrollAnimator.cpp107 bool negative = deltaY < 0; local
109 if (negative)
117 bool negative = deltaX < 0; local
119 if (negative)
/macosx-10.9.5/libutil-34/
H A Dgetmntopts.c126 int negative; local
156 negative = 1;
159 negative = 0;
179 if (negative == m->m_inverse)
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/generic/
H A DxotclUtil.c19 int nr_written, negative; local
25 negative = nr_written = 1;
27 nr_written = negative = 0;
36 if (negative)
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/sfio/
H A Dsfstrtof.h208 int negative; local
238 if ((negative = (c == '-')) || c == '+')
308 return negative ? -v : v;
323 return negative ? -S2F_inf : S2F_inf;
365 return negative ? -S2F_inf : S2F_inf;
378 return negative ? -S2F_nan : S2F_nan;
498 return negative ? -v : v;
515 return negative ? -S2F_inf : S2F_inf;
523 return negative ? -S2F_inf : S2F_inf;
541 return negative
[all...]
/macosx-10.9.5/dcerpc-58/www/content/css/blueprint/plugins/buttons/
H A Dscreen.css84 body .negative {
87 a.negative:hover, button.negative:hover {
92 a.negative:active {
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dstrtol.c126 /* True if negative values of the signed integer type T use two's
244 int negative; local
301 negative = 1;
306 negative = 0;
310 negative = 0;
388 && i > (negative
400 return negative ? STRTOL_LONG_MIN : STRTOL_LONG_MAX;
405 return negative ? -i : i;
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Dbn.c125 * Ignore negative flag.
143 hi->negative = 0;
166 int negative; local
177 negative = 1;
180 negative = 0;
192 BN_set_negative(*bnp, negative);
229 ((heim_integer *)bn)->negative = (flag ? 1 : 0);
235 return ((const heim_integer *)bn)->negative ? 1 : 0;
315 if (hi->negative || hi->length > sizeof(num))
331 i->negative
[all...]
H A Dcommon.c115 integer->negative = BN_is_negative(bn);
124 BN_set_negative(bn, i->negative);
/macosx-10.9.5/OpenSSH-186/osslshim/ossl/
H A Dossl-common.c162 integer->negative = BN_is_negative(bn);
172 BN_set_negative(bn, i->negative);

Completed in 194 milliseconds

1234567