/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) 523 BN_ULONG n0,n1,rem=0; local [all...] |
bn_mont.c | 156 #if 0 /* for OpenSSL 0.9.9 mont->n0 */ 157 if (bn_mul_mont(r->d,a->d,b->d,mont->N.d,mont->n0,num)) 159 if (bn_mul_mont(r->d,a->d,b->d,mont->N.d,&mont->n0,num)) 200 BN_ULONG *ap,*np,*rp,n0,v,*nrp; local 224 #if 0 /* for OpenSSL 0.9.9 mont->n0 */ 225 n0=mont->n0[0]; 227 n0=mont->n0; 240 t1 = rp[0] * (n0 & 0177777) 347 BN_ULONG *ap,*np,*rp,n0,v,*nrp; local [all...] |
bn.h | 308 BN_ULONG n0[2];/* least significant word(s) of Ni */ 310 BN_ULONG n0; /* least significant word of Ni */ member in struct:bn_mont_ctx_st [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...] |
/external/v8/src/ |
scopes.cc | 446 int n0 = (n > 0 ? n : 0); local 447 int n1 = n0 + 2; // indentation 450 Indent(n0, Header(type_)); 522 Indent(n0, "}\n"); [all...] |
/external/webkit/JavaScriptCore/bytecode/ |
CodeBlock.cpp | 854 unsigned n0 = (++it)->u.operand; local [all...] |
/external/openssl/include/openssl/ |
bn.h | 308 BN_ULONG n0[2];/* least significant word(s) of Ni */ 310 BN_ULONG n0; /* least significant word of Ni */ member in struct:bn_mont_ctx_st [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/sdk/tools/lib/ |
dx.jar | |
/prebuilt/common/jfreechart/ |
jfreechart-1.0.9.jar | |