Searched defs:neg (Results 1 - 25 of 137) sorted by relevance

123456

/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dt_pkey.c67 const char *neg; local
70 neg = (BN_is_negative(num))?"-":"";
82 if (BIO_printf(bp,"%s %s%lu (%s0x%lx)\n",number,neg,
83 (unsigned long)num->d[0],neg,(unsigned long)num->d[0])
90 (neg[0] == '-')?" (Negative)":"") <= 0)
H A Da_enum.c110 int neg=0,i; local
116 neg=1;
133 if (neg) r= -r;
H A Dx_long.c146 int neg, i; local
155 if(len && (cont[0] & 0x80)) neg = 1;
156 else neg = 0;
160 if(neg) utmp |= cont[i] ^ 0xff;
164 if(neg) {
H A Da_int.c68 int neg, ret; local
70 neg = x->type & V_ASN1_NEG;
71 if (neg != (y->type & V_ASN1_NEG))
73 if (neg)
81 if (neg)
115 int pad=0,ret,i,neg; local
119 neg=a->type & V_ASN1_NEG;
126 if (!neg && (i > 127)) {
129 } else if(neg) {
152 else if (!neg) memcp
376 int neg=0,i; local
[all...]
/external/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)
H A Da_enum.c111 int neg=0,i; local
117 neg=1;
134 if (neg) r= -r;
H A Dt_req.c95 const char *neg; local
120 neg=(ri->version->type == V_ASN1_NEG_INTEGER)?"-":"";
124 if(BIO_printf(bp,"%8sVersion: %s%lu (%s0x%lx)\n","",neg,l,neg,
H A Dx_long.c145 int neg, i; local
154 if(len && (cont[0] & 0x80)) neg = 1;
155 else neg = 0;
159 if(neg) utmp |= cont[i] ^ 0xff;
163 if(neg) {
H A Da_int.c69 int neg, ret; local
71 neg = x->type & V_ASN1_NEG;
72 if (neg != (y->type & V_ASN1_NEG))
74 if (neg)
82 if (neg)
116 int pad=0,ret,i,neg; local
120 neg=a->type & V_ASN1_NEG;
127 if (!neg && (i > 127)) {
130 } else if(neg) {
153 else if (!neg) memcp
377 int neg=0,i; local
[all...]
/external/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)
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...]
H A Dbn_div.c120 rem->neg=BN_is_zero(rem)?0:m->neg;
121 dv->neg=m->neg^d->neg;
177 * dv->neg == num->neg ^ divisor->neg (unless the result is zero)
178 * rm->neg == num->neg (unles
434 int neg = num->neg; local
[all...]
H A Dbn_print.c81 if (a->neg) *(p++)='-';
176 int neg=0,h,m,i,j,k,c; local
181 if (*a == '-') { neg=1; a++; }
186 num=i+neg;
229 ret->neg=neg;
243 int neg=0,i,j; local
247 if (*a == '-') { neg=1; a++; }
252 num=i+neg;
286 ret->neg
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dadd.c67 int a_neg = a->neg, ret;
74 if (a_neg ^ b->neg) {
87 r->neg = 1;
92 r->neg = 0;
98 r->neg = a_neg;
156 r->neg = 0;
177 if (a->neg) {
178 a->neg = 0;
181 a->neg = !(a->neg);
204 int add = 0, neg = 0; local
[all...]
H A Dconvert.c96 ret->neg = 0;
205 if (bn->neg) {
293 int neg = 0, i; local
301 neg = 1;
307 num = i + neg;
322 ret->neg = neg;
443 (*outp)->neg = 1;
453 if (a->neg && BIO_write(bp, "-", 1) != 1) {
H A Ddiv.c112 * dv->neg == num->neg ^ divisor->neg (unless the result is zero)
113 * rm->neg == num->neg (unless the remainder is zero)
172 sdiv->neg = 0;
177 snum->neg = 0;
207 wnum.neg = 0;
222 res->neg = (num->neg
359 int neg = num->neg; local
[all...]
H A Dmul.c318 unsigned int neg, zero; local
340 zero = neg = 0;
352 neg = 1;
362 neg = 1;
410 if (neg) {
448 int c1, c2, neg; local
459 neg = 0;
470 neg = 1;
479 neg = 1;
547 if (neg) {
[all...]
/external/e2fsprogs/lib/e2p/
H A Dmntopts.c104 int neg; local
114 neg = 0;
124 neg++;
140 if (neg)
H A Dfeature.c285 int neg; local
303 neg = 0;
323 neg++;
333 if (neg) {
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dpeerkey_auth.c26 struct wpa_stsl_negotiation *neg = timeout_ctx;
113 /* FIX: wpa_stsl_remove(wpa_auth, neg); */
288 /* FIX: wpa_stsl_remove(wpa_auth, neg); */
370 struct wpa_stsl_negotiation *neg)
379 if (pos == neg) {
369 wpa_stsl_remove(struct wpa_authenticator *wpa_auth, struct wpa_stsl_negotiation *neg) argument
/external/wpa_supplicant_8/src/ap/
H A Dpeerkey_auth.c26 struct wpa_stsl_negotiation *neg = timeout_ctx;
113 /* FIX: wpa_stsl_remove(wpa_auth, neg); */
288 /* FIX: wpa_stsl_remove(wpa_auth, neg); */
370 struct wpa_stsl_negotiation *neg)
379 if (pos == neg) {
369 wpa_stsl_remove(struct wpa_authenticator *wpa_auth, struct wpa_stsl_negotiation *neg) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dpeerkey_auth.c26 struct wpa_stsl_negotiation *neg = timeout_ctx;
113 /* FIX: wpa_stsl_remove(wpa_auth, neg); */
288 /* FIX: wpa_stsl_remove(wpa_auth, neg); */
370 struct wpa_stsl_negotiation *neg)
379 if (pos == neg) {
369 wpa_stsl_remove(struct wpa_authenticator *wpa_auth, struct wpa_stsl_negotiation *neg) argument
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dt_x509.c106 const char *neg; local
139 neg="-";
142 neg="";
143 if (BIO_printf(bp," %s%lu (%s0x%lx)\n",neg,l,neg,l) <= 0)
148 neg=(bs->type == V_ASN1_NEG_INTEGER)?" (Negative)":"";
149 if (BIO_printf(bp,"\n%12s%s","",neg) <= 0) goto err;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_program_print.c406 const char* neg = inst->RGB.Arg[arg].Negate ? "-" : ""; local
407 fprintf(f, ", %s%ssrc", neg, abs);
441 const char* neg = inst->Alpha.Arg[arg].Negate ? "-" : ""; local
442 fprintf(f, ", %s%ssrc", neg, abs);
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlbaselib.c63 int neg = 0; local
66 if (*s == '-') { s++; neg = 1; } /* handle signal */
79 lua_pushnumber(L, (neg) ? -n : n);

Completed in 1933 milliseconds

123456