Home
last modified time | relevance | path

Searched defs:n0 (Results 1 – 22 of 22) sorted by relevance

/external/openssl/crypto/bn/
Dbn_div.c144 # define bn_div_words(n0,n1,d0) \ argument
158 # define bn_div_words(n0,n1,d0) \ argument
323 BN_ULONG n0,n1,rem=0; in BN_div() local
Dbn_asm.c849 BN_ULONG c0,c1,ml,*tp,n0; in bn_mul_mont() local
941 …_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num) in bn_mul_mont()
988 BN_ULONG c0,c1,*tp,n0=*n0p; in bn_mul_mont() local
1025 …_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num) in bn_mul_mont()
Dbn_mont.c180 BN_ULONG *ap,*np,*rp,n0,v,carry; in BN_from_montgomery_word() local
Dbn_exp.c693 BN_ULONG *np=mont->N.d, *n0=mont->n0; in BN_mod_exp_mont_consttime() local
Dbn.h336 BN_ULONG n0[2];/* least significant word(s) of Ni; member
/external/openssl/crypto/
Dsparcv9cap.c17 …_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num) in bn_mul_mont()
/external/eigen/test/eigen2/
Deigen2_hyperplane.cpp32 VectorType n0 = VectorType::Random(dim).normalized(); in hyperplane() local
Deigen2_sparse_basic.cpp255 int n0 = ei_random<int>(1,rows-std::max(j0,j1)); in sparse_basic() local
/external/v8/src/
Dinterface.cc191 int n0 = n > 0 ? n : 0; in Print() local
Dscopes.cc789 int n0 = (n > 0 ? n : 0); in Print() local
/external/eigen/test/
Dgeo_hyperplane.cpp33 VectorType n0 = VectorType::Random(dim).normalized(); in hyperplane() local
Dsparse_basic.cpp257 int n0 = internal::random<int>(1,rows-(std::max)(j0,j1)); in sparse_basic() local
/external/libvorbis/lib/
Dblock.c745 int n0=ci->blocksizes[0]>>(hs+1); in vorbis_synthesis_blockin() local
939 int n0=ci->blocksizes[0]>>(hs+1); in vorbis_synthesis_lapout() local
/external/openssl/crypto/ec/
Decp_smpl.c649 BIGNUM *n0, *n1, *n2, *n3, *n4, *n5, *n6; in ec_GFp_simple_add() local
813 BIGNUM *n0, *n1, *n2, *n3; in ec_GFp_simple_dbl() local
/external/valgrind/main/VEX/priv/
Dmain_util.c261 void convert_int ( /*OUT*/HChar* buf, Long n0, in convert_int()
/external/tremolo/Tremolo/
Dmdct.c468 void mdct_unroll_lap(int n0,int n1, in mdct_unroll_lap()
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DInsnFormat.java546 protected static short codeUnit(int n0, int n1, int n2, int n3) { in codeUnit()
/external/bison/lib/
Dquotearg.c581 unsigned int n0 = n; in quotearg_n_options() local
/external/opencv/cxcore/src/
Dcxdxt.cpp221 icvDFTInit( int n0, int nf, int* factors, int* itab, int elem_size, void* _wave, int inv_itab ) in icvDFTInit()
439 int n0 = n, f_idx, nx; in icvDFT_64fc() local
862 int n0 = n, f_idx, nx; in icvDFT_32fc() local
/external/mksh/src/
Dexpr.c559 int i, n0; in exprtoken() local
/external/openssl/include/openssl/
Dbn.h336 BN_ULONG n0[2];/* least significant word(s) of Ni; member
/external/webkit/Source/JavaScriptCore/bytecode/
DCodeBlock.cpp948 unsigned n0 = (++it)->u.operand; in dump() local