Searched refs:neg (Results 76 - 100 of 170) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_rand.c236 if (range->neg || BN_is_zero(range))
H A Dbn_exp2.c172 if (a1->neg || BN_ucmp(a1,m) >= 0)
206 if (a2->neg || BN_ucmp(a2,m) >= 0)
H A Dbn_exp.c216 if (a->top == 1 && !a->neg && (BN_get_flags(p, BN_FLG_EXP_CONSTTIME) == 0))
269 if (m->neg)
273 aa->neg = 0;
420 if (a->neg || BN_ucmp(a,m) >= 0)
645 if (a->neg || BN_ucmp(a,m) >= 0)
H A Dbn.h261 (dest)->neg=(b)->neg, \
284 int neg; /* one if the number is negative */ member in struct:bignum_st
367 #define BN_is_one(a) (BN_abs_is_word((a),1) && !(a)->neg)
368 #define BN_is_word(a,w) (BN_abs_is_word((a),(w)) && (!(w) || !(a)->neg))
376 _tmp_bn->neg = 0; \
424 #define BN_is_negative(a) ((a)->neg != 0)
572 * The BIGNUM::neg property of BIGNUMs representing binary polynomials is
H A Dbn_prime.c280 if (a->neg)
285 t->neg = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/i386/
H A Dmpih-mul1.S64 INSN1(neg,l ,R(size))
H A Dmpih-mul2.S65 INSN1(neg,l ,R(size))
H A Dmpih-mul3.S65 INSN1(neg,l ,R(size))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/i586/
H A Dmpih-mul1.S65 INSN1(neg,l ,R(size))
H A Dmpih-mul2.S65 INSN1(neg,l ,R(size))
H A Dmpih-mul3.S65 INSN1(neg,l ,R(size))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/powerpc32/
H A Dmpih-sub1.S130 neg %r3,%r3
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_exp2.c171 if (a1->neg || BN_ucmp(a1,m) >= 0)
206 if (a2->neg || BN_ucmp(a2,m) >= 0)
H A Dbn_exp.c207 if (a->top == 1 && !a->neg)
249 if (m->neg)
253 aa->neg = 0;
398 if (a->neg || BN_ucmp(a,m) >= 0)
H A Dbn_prime.c254 if (a->neg)
259 t->neg = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/lib/
H A Dmemset.S33 neg r3, r3 /* r3 = -(r3 - 4) */
111 neg r3, r3 /* r3 = -(r3 - 4) */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dutils.c162 int base, len, neg, quoted; local
220 neg = 0;
229 neg = 1;
248 neg = 1;
270 neg = 2;
384 while (str > num + neg) {
390 switch (neg) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbn.h261 (dest)->neg=(b)->neg, \
284 int neg; /* one if the number is negative */ member in struct:bignum_st
367 #define BN_is_one(a) (BN_abs_is_word((a),1) && !(a)->neg)
368 #define BN_is_word(a,w) (BN_abs_is_word((a),(w)) && (!(w) || !(a)->neg))
376 _tmp_bn->neg = 0; \
424 #define BN_is_negative(a) ((a)->neg != 0)
572 * The BIGNUM::neg property of BIGNUMs representing binary polynomials is
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Ddo_func.S110 bsr ld_mzero |if neg, load neg zero, return here
118 bne ld_mzero |if neg, load neg zero
311 bra ld_mzero |else neg load -0
391 bra ld_mzero |else neg load -0
461 bra ld_mzero |if neg then load -0
465 bra ld_minf |else neg load -inf
H A Dres_func.S175 bchgb #7,LOCAL_EX(%a0) |do neg
471 bchgb #7,LOCAL_EX(%a0) |do neg
508 bne cu_dnd |load double neg zero
509 bra cu_dndr |load double neg zero w/lsb
523 bne cu_snd |load single neg zero
524 bra cu_sndr |load single neg zero w/lsb
706 bfexts FPTEMP_EX(%a6){#1:#15},%d1 |get dest exp (always neg)
745 bfexts ETEMP_EX(%a6){#1:#15},%d1 |get src exp (always neg)
810 bfexts FPTEMP_EX(%a6){#1:#15},%d1 |get dest exp (always neg)
819 bfexts ETEMP_EX(%a6){#1:#15},%d1 |get src exp (always neg)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsysctl.c1621 int *i, vleft, first=1, neg, val; local
1654 neg = 0;
1663 neg = 1;
1674 if (neg)
1679 if (conv(&neg, &lval, i, 1, data))
1686 if (conv(&neg, &lval, i, 0, data))
1689 sprintf(p, "%s%lu", neg ? "-" : "", lval);
1883 int vleft, first=1, neg; local
1913 neg = 0;
1922 neg
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/dsa/
H A Ddsa_ossl.c254 if (BN_is_zero(sig->r) || sig->r->neg || BN_ucmp(sig->r, dsa->q) >= 0)
259 if (BN_is_zero(sig->s) || sig->s->neg || BN_ucmp(sig->s, dsa->q) >= 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/lib/
H A Dmem_64.S16 neg r0,r3
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dt_pkey.c574 const char *neg; local
577 neg = (BN_is_negative(num))?"-":"";
589 if (BIO_printf(bp,"%s %s%lu (%s0x%lx)\n",number,neg,
590 (unsigned long)num->d[0],neg,(unsigned long)num->d[0])
597 (neg[0] == '-')?" (Negative)":"") <= 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rsa/
H A Drsa_eay.c667 if (r0->neg)
679 if (r0->neg)
693 if (vrfy.neg)

Completed in 211 milliseconds

1234567