/external/openssl/crypto/bn/ |
bn_div.c | 137 * in reply to ((((BN_ULLONG)n0)<<BN_BITS2)|n1)/d0 (I fail to 144 # define bn_div_words(n0,n1,d0) \ 148 : "a"(n1), "d"(n0), "g"(d0) \ 158 # define bn_div_words(n0,n1,d0) \ 162 : "a"(n1), "d"(n0), "g"(d0) \ 299 BN_ULONG n0,n1,rem=0; local 301 n0=wnump[0]; 303 if (n0 == d0) 305 else /* n0 < d0 */ 311 q=(BN_ULONG)(((((BN_ULLONG)n0)<<BN_BITS2)|n1)/d0) 526 BN_ULONG n0,n1,rem=0; local [all...] |
bn_mont.c | 140 if (bn_mul_mont(r->d,a->d,b->d,mont->N.d,mont->n0,num)) 180 BN_ULONG *ap,*np,*rp,n0,v,*nrp; local 208 n0=mont->n0[0]; 220 t1 = rp[0] * (n0 & 0177777); 222 t2 = n0 & t2; 229 v=bn_mul_add_words(rp,np,nl,(rp[0]*n0)&BN_MASK2); 397 ctx->n0[0] = ctx->n0[1] = 0; 438 * n0[1], and we could use the #else case (with a shorter [all...] |
bn_asm.c | 849 BN_ULONG c0,c1,ml,*tp,n0; local 861 n0 = *n0p; 897 ml = (c1*n0)&BN_MASK2; 941 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num) 988 BN_ULONG c0,c1,*tp,n0=*n0p; local 1003 c0 = bn_mul_add_words(tp,np,num,tp[0]*n0); 1025 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num)
|
bn.h | 336 BN_ULONG n0[2];/* least significant word(s) of Ni; member in struct:bn_mont_ctx_st 337 (type changed with 0.9.9, was "BN_ULONG n0;" before) */ [all...] |
/external/bison/lib/ |
quotearg.c | 581 unsigned int n0 = n; local 593 if (nslots <= n0) 600 size_t n1 = n0 + 1;
|
/external/openssl/crypto/ec/ |
ecp_smpl.c | 1008 BIGNUM *n0, *n1, *n2, *n3, *n4, *n5, *n6; local 1030 n0 = BN_CTX_get(ctx); 1054 if (!field_sqr(group, n0, &b->Z, ctx)) goto end; 1055 if (!field_mul(group, n1, &a->X, n0, ctx)) goto end; 1058 if (!field_mul(group, n0, n0, &b->Z, ctx)) goto end; 1059 if (!field_mul(group, n2, &a->Y, n0, ctx)) goto end; 1073 if (!field_sqr(group, n0, &a->Z, ctx)) goto end; 1074 if (!field_mul(group, n3, &b->X, n0, ctx)) goto end; 1077 if (!field_mul(group, n0, n0, &a->Z, ctx)) goto end 1172 BIGNUM *n0, *n1, *n2, *n3; local [all...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
quotearg.c | 673 unsigned int n0 = n; local 679 if (nslots <= n0) 686 size_t n1 = n0 + 1;
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_poly.h | 302 double C[16],n0,n1,n2,n3,m; local 351 n0=db_sqr(C[0]) +db_sqr(C[1]) +db_sqr(C[2]) +db_sqr(C[3]); 358 if(n0>=n1 && n0>=n2 && n0>=n3) 360 m=db_SafeReciprocal(sqrt(n0));
|
/external/v8/src/ |
scopes.cc | 592 int n0 = (n > 0 ? n : 0); local 593 int n1 = n0 + 2; // indentation 596 Indent(n0, Header(type_)); 668 Indent(n0, "}\n"); [all...] |
/external/webkit/Source/JavaScriptCore/bytecode/ |
CodeBlock.cpp | 948 unsigned n0 = (++it)->u.operand; local [all...] |
/external/mksh/src/ |
expr.c | 563 int i, n0; local 565 for (i = 0; (n0 = opinfo[i].name[0]); i++) 566 if (c == n0 && strncmp(cp, opinfo[i].name, 572 if (!n0)
|
/external/openssl/include/openssl/ |
bn.h | 336 BN_ULONG n0[2];/* least significant word(s) of Ni; member in struct:bn_mont_ctx_st 337 (type changed with 0.9.9, was "BN_ULONG n0;" before) */ [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/openssl/ |
bn.h | 305 BN_ULONG n0; /* least significant word of Ni */ member in struct:bn_mont_ctx_st
|
/prebuilt/common/jfreechart/ |
jfreechart-1.0.9.jar | |